Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCannot read property 'statusCodes' of undefined #298
Comments
This comment has been minimized.
This comment has been minimized.
Lots of discussion here on this issue in #285. |
This comment has been minimized.
This comment has been minimized.
This explains it better I think (if in fact the same issue) hapijs/hapi#2344 |
This comment has been minimized.
This comment has been minimized.
This is also crashing my server. The server handles high volumes of fast turn-around requests served from memory. This error was bringing the server down periodically until I disabled good. |
This comment has been minimized.
This comment has been minimized.
Good should be updated according to the issue I linked above, i'm also annoyed to get 500's |
This comment has been minimized.
This comment has been minimized.
There is a PR open #301. It just needs tests. |
This comment has been minimized.
This comment has been minimized.
Cool, if I find time i'll take a look at it |
This comment has been minimized.
This comment has been minimized.
Short term, it would be useful to know if you apply this fix locally, if it On Mon, Feb 16, 2015 at 9:00 AM, AdriVanHoudt notifications@github.com
|
This comment has been minimized.
This comment has been minimized.
I have only seen in production but I could try to mimic it in dev. Comes down to closing the connection before the request is done as far as I can remember. |
This comment has been minimized.
This comment has been minimized.
Thanks @arb and @AdriVanHoudt for the fix! Any plans for a patch release for this issue in the short term? |
This comment has been minimized.
This comment has been minimized.
@ggoodman according to https://github.com/hapijs/good/milestones 1 issue to go |
This comment has been minimized.
This comment has been minimized.
@arb you're the man. Thanks :D |
I'm getting a weird error running on Heroku. I'm running version
5.0.0
.Here is my configuration: