-
Notifications
You must be signed in to change notification settings - Fork 772
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
No handlers could be found for logger "trollius" #435
Comments
@hawkowl could you have a look? |
Maybe this will be helpful |
@oberstet can do |
Okay, figured out why. On py3.4, this would usually raise something and log it. On py2, it does not log it, and it goes unhandled and breaks the execution flow. It happens "often" because of the "if x > 5, raise()" behaviour.
And then it froze. |
This is running 3.4 as the server:
|
Most likely it's trollius bug, but may be you advise how resolve this issues.
This occur when I try launch example (examples/asyncio/websocket/slowsquare, server_py2.py and client.py)
Issue arise when I launch the client while server_py2.py already launch. Message(No handlers could be found for logger "trollius") appears in console(server_py2.py) and interaction between client and server stops. This behavior doesn't repeat always, but often.
The text was updated successfully, but these errors were encountered: