Skip to content

Instantly share code, notes, and snippets.

@heftig
Created May 1, 2010 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heftig/386440 to your computer and use it in GitHub Desktop.
Save heftig/386440 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "deluge/ui/gtkui/connectionmanager.py", line 172, in show
response = self.connection_manager.run()
File "/usr/lib/python2.6/site-packages/twisted/internet/gtk2reactor.py", line 120, in wrapper
return real_cb(real_s, condition)
File "/usr/lib/python2.6/site-packages/twisted/internet/gtk2reactor.py", line 283, in callback
self.simulate() # fire Twisted timers
File "/usr/lib/python2.6/site-packages/twisted/internet/gtk2reactor.py", line 293, in simulate
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 751, in runUntilCurrent
f(*a, **kw)
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 552, in stop
"Can't stop reactor that isn't running.")
twisted.internet.error.ReactorNotRunning: Can't stop reactor that isn't running.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment