Skip to content

Instantly share code, notes, and snippets.

@Sbte
Created October 16, 2011 12:59
Show Gist options
  • Save Sbte/1290849 to your computer and use it in GitHub Desktop.
Save Sbte/1290849 to your computer and use it in GitHub Desktop.
Random papyon exception when closing emesene
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