-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Setting log: false breaks socket.io in manager.js #540
Comments
Sorry we almost always write regression tests, this slipped by. |
No worries. Thanks for the quick reply, and again great work on the lib. |
I thinks it's already reported before.. starts searching the issue list Oh @guille marked that one as closed nvm ;$ |
This issue was closed.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi all,
Let me start of with thanks for a great library.
I'm currently encountering a repeat of issues #491 and #400.
Couldn't reopen the issue but this is clearly a recurring bug.
Write regression unit tests much?
Error:
/Users/dimroc/Repos/git/nko2/node_modules/zappa/node_modules/socket.io/lib/manager.js:727
self.log.debug('served static ' + data.path);
^
TypeError: Cannot call method 'debug' of undefined
at serve (/Users/dimroc/Repos/git/nko2/node_modules/zappa/node_modules/socket.io/lib/manager.js:727:14)
at /Users/dimroc/Repos/git/nko2/node_modules/zappa/node_modules/socket.io/lib/manager.js:746:7
at [object Object]. (fs.js:107:5)
at [object Object].emit (events.js:61:17)
at afterRead (fs.js:878:12)
at wrapper (fs.js:245:17)
The text was updated successfully, but these errors were encountered: