Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suddenly local hosted Chromeduino Server stopped working #15

Open
GitNitneroc opened this issue Jan 7, 2020 · 0 comments
Open

Suddenly local hosted Chromeduino Server stopped working #15

GitNitneroc opened this issue Jan 7, 2020 · 0 comments

Comments

@GitNitneroc
Copy link

I don't know what caused this problem, but suddenly the Chromeduino Server I run on my Chromebook (localhost) stopped working.

The solution was to change app.js to specify 'localhost' in app.listen :
app.listen(port,'localhost', () => console.log(Example app listening on port ${port}!));

I don't know why this was suddenly required. It stopped working just after a Chromebook update, maybe node or express were updated ? Or maybe I updated it myself at some other point, but I can't recall that.

@GitNitneroc GitNitneroc changed the title Suddenly Chromeduino Server stopped working Suddenly local hosted Chromeduino Server stopped working Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant