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

net::ERR_CONNECTION_REFUSED #154

Open
DV-ERDEDE opened this issue Dec 21, 2014 · 2 comments
Open

net::ERR_CONNECTION_REFUSED #154

DV-ERDEDE opened this issue Dec 21, 2014 · 2 comments

Comments

@DV-ERDEDE
Copy link

Something strange happens, when I try to connect to server.
There are no errors in terminal, it says "Started connect web server on http://0.0.0.0:5555", then done without errors. But when I serf to http://localhost:5555/ - I get typical "page not found".
In chrome console one warning and one error:

i18n-values: Missing value for "primaryParagraph"
http://localhost:5555/:1 GET http://localhost:5555/ net::ERR_CONNECTION_REFUSED

The more surprising is that when I define keepalive:true everything works fine. Really, I don't get why is it so.

Thnx in advance.

@oslego
Copy link

oslego commented Jan 7, 2015

I can confirm this too. The process starts successfully and then exits without any error code.
keepalive: true is a viable workaround which keeps the process running.

grunt-contrib-connect v0.9.0 on Mac OS X 10.9.5

@TrySpaceCo
Copy link

Any update on what Missing value for "primaryParagraph" means? I have the same problem and now my app won't run. I added a SCSS file and it brought about the error. I got rid of it but the error is still there.

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

3 participants