Guest User

Untitled

a guest
Jul 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. ~/bin/deluge-daemon.sh start
  2. Starting Deluge Daemon... done.
  3. Unhandled error in Deferred:
  4. Traceback (most recent call last):
  5. File "/opt/deluge/lib/python2.6/site-packages/deluge-1.1.9-py2.6.egg/deluge/component.py", line 131, in start_component
  6. self.components[name].start()
  7. File "/opt/deluge/lib/python2.6/site-packages/deluge-1.1.9-py2.6.egg/deluge/core/torrentmanager.py", line 207, in start
  8. self.save_state_timer.start(200)
  9. File "/usr/lib/python2.6/site-packages/twisted/internet/task.py", line 83, in start
  10. self()
  11. File "/usr/lib/python2.6/site-packages/twisted/internet/task.py", line 114, in __call__
  12. d = defer.maybeDeferred(self.f, *self.a, **self.kw)
  13. --- <exception caught here> ---
  14. File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 106, in maybeDeferred
  15. result = f(*args, **kw)
  16. File "/opt/deluge/lib/python2.6/site-packages/deluge-1.1.9-py2.6.egg/deluge/core/torrentmanager.py", line 610, in save_state
  17. if torrent.state == "Paused":
  18. exceptions.AttributeError: Torrent instance has no attribute 'state'
  19. Traceback (most recent call last):
  20. File "/opt/deluge/lib/python2.6/site-packages/deluge-1.1.9-py2.6.egg/deluge/main.py", line 209, in start_daemon
  21. Daemon(options, args)
  22. File "/opt/deluge/lib/python2.6/site-packages/deluge-1.1.9-py2.6.egg/deluge/core/daemon.py", line 169, in __init__
  23. reactor.run()
  24. File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1128, in run
  25. self.mainLoop()
  26. File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1137, in mainLoop
  27. self.runUntilCurrent()
  28. --- <exception caught here> ---
  29. File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 757, in runUntilCurrent
  30. call.func(*call.args, **call.kw)
  31. File "/opt/deluge/lib/python2.6/site-packages/deluge-1.1.9-py2.6.egg/deluge/core/torrentmanager.py", line 930, in on_alert_state_changed
  32. old_state = torrent.state
  33. exceptions.AttributeError: Torrent instance has no attribute 'state'
  34. Traceback (most recent call last):
  35. File "/opt/deluge/lib/python2.6/site-packages/deluge-1.1.9-py2.6.egg/deluge/main.py", line 209, in start_daemon
  36. Daemon(options, args)
  37. File "/opt/deluge/lib/python2.6/site-packages/deluge-1.1.9-py2.6.egg/deluge/core/daemon.py", line 169, in __init__
  38. reactor.run()
  39. File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1128, in run
  40. self.mainLoop()
  41. File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1137, in mainLoop
  42. self.runUntilCurrent()
  43. --- <exception caught here> ---
  44. File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 757, in runUntilCurrent
  45. call.func(*call.args, **call.kw)
  46. File "/opt/deluge/lib/python2.6/site-packages/deluge-1.1.9-py2.6.egg/deluge/core/torrentmanager.py", line 930, in on_alert_state_changed
  47. old_state = torrent.state
  48. exceptions.AttributeError: Torrent instance has no attribute 'state'
  49. Traceback (most recent call last):
  50. File "/opt/deluge/lib/python2.6/site-packages/deluge-1.1.9-py2.6.egg/deluge/main.py", line 209, in start_daemon
  51. Daemon(options, args)
  52. File "/opt/deluge/lib/python2.6/site-packages/deluge-1.1.9-py2.6.egg/deluge/core/daemon.py", line 169, in __init__
  53. reactor.run()
  54. File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1128, in run
  55. self.mainLoop()
  56. File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1137, in mainLoop
  57. self.runUntilCurrent()
  58. --- <exception caught here> ---
  59. File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 757, in runUntilCurrent
  60. call.func(*call.args, **call.kw)
  61. File "/opt/deluge/lib/python2.6/site-packages/deluge-1.1.9-py2.6.egg/deluge/core/torrentmanager.py", line 930, in on_alert_state_changed
  62. old_state = torrent.state
  63. exceptions.AttributeError: Torrent instance has no attribute 'state'
  64. Starting Deluge WebUI... done.
Add Comment
Please, Sign In to add comment