Skip to content

Instantly share code, notes, and snippets.

@darnould
Created December 22, 2014 13:04
Show Gist options
  • Save darnould/9c19d5581fbca4478acf to your computer and use it in GitHub Desktop.
Save darnould/9c19d5581fbca4478acf to your computer and use it in GitHub Desktop.
Tribler issue #1019 reproduced
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/vagrant/tribler/Tribler/Core/Utilities/twisted_thread.py", line 21, in _reactor_runner
reactor.run(installSignalHandlers=False)
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1192, in run
self.mainLoop()
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1201, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 797, in runUntilCurrent
f(*a, **kw)
File "/home/vagrant/tribler/Tribler/Main/vwxGUI/SearchGridManager.py", line 1797, in removeTorrent
community.remove_torrents([torrent.dispersy_id])
File "/home/vagrant/tribler/Tribler/community/channel/community.py", line 372, in remove_torrents
self._dispersy.create_undo(self, message)
exceptions.AttributeError: 'Dispersy' object has no attribute 'create_undo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment