Skip to content

Instantly share code, notes, and snippets.

@myano
Created March 12, 2015 03:53
Show Gist options
  • Save myano/bb4c324e7c14e1d519e3 to your computer and use it in GitHub Desktop.
Save myano/bb4c324e7c14e1d519e3 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/lib/python2.7/asyncore.py", line 91, in write
obj.handle_write_event()
File "/usr/lib/python2.7/asyncore.py", line 468, in handle_write_event
self.handle_write()
File "/usr/lib/python2.7/asynchat.py", line 174, in handle_write
self.initiate_send()
File "/usr/lib/python2.7/asynchat.py", line 244, in initiate_send
del self.producer_fifo[0]
IndexError: deque index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment