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

Process breaked on error #5

Open
huacnlee opened this issue Oct 27, 2010 · 3 comments
Open

Process breaked on error #5

huacnlee opened this issue Oct 27, 2010 · 3 comments

Comments

@huacnlee
Copy link

27 Oct 17:28:44 - 221.237.179.232: GET http://img3.cache.netease.com/house/2010/10/27/20101027100318059a4.jpg

node.js:50
    throw e; // process.nextTick error, or 'error' event on first tick
    ^
Error: ETIMEDOUT, Connection timed out
    at IOWatcher.callback (net.js:877:22)
    at node.js:634:9
@pkrumins
Copy link
Owner

noted. will fix it some time later. for now you could just wrap it in a try catch to fix this.

@yadutaf
Copy link

yadutaf commented Feb 5, 2012

Maybe, a quick fix: add the end of the code, there is a last chance error handler that is commented by default. It is nonetheless recommended to uncomment it in a production environment. Anyway, we still need to automatically activate it in production.

@pkrumins I can handle it if you wish. btw, it's pretty easy :)

@pkrumins
Copy link
Owner

that would be great @jtlebi!

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