Created
October 16, 2011 12:59
-
-
Save Sbte/1290849 to your computer and use it in GitHub Desktop.
Random papyon exception when closing emesene
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error in sys.excepthook: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 48, in apport_excepthook | |
if not enabled(): | |
TypeError: 'NoneType' object is not callable | |
Original exception was: | |
Traceback (most recent call last): | |
File "/home/sven/emesene/emesene/e3/papylib/papyon/papyon/transport.py", line 307, in __on_status_change | |
if status == gnet.IoStatus.OPEN: | |
AttributeError: 'NoneType' object has no attribute 'IoStatus' | |
Error in sys.excepthook: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 48, in apport_excepthook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment