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

error: no handlers could be found for logger 'socketio.virtsocket' #42

Closed
boots-shirts opened this issue Aug 1, 2014 · 3 comments
Closed

Comments

@boots-shirts
Copy link

Hi Miguel,
This probably isn't a new issue, but I'm just keeping getting this error:"no handlers could be found for logger 'socketio.virtsocket'" and have no idea what went wrong.

P.S I have added javascript code in the html file. And the sytax and order of my imports seem fine.

Jquery is local, and the source of socket.io is:

<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/socket.io/0.9.16/socket.io.min.js"></script>

Could you give me any suggestions?

Thanks!

@boots-shirts
Copy link
Author

problem solved.

@gonzalodiaz
Copy link

@boots-shirts could you share the solution? I have the same issue. Thanks

@yamauk
Copy link

yamauk commented May 4, 2015

"socketio.virtsocket" is trying to report some error. But you've not set a logger for your program.
For example, you can avoid the error by adding this code.

import logging
logging.basicConfig()

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