Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. pi@raspberrypi:~ $ cat /home/pi/.config/flexget/crash_report.2020.01.27.115721033248.log
  2. 2020-01-27 11:57:06 INFO scheduler Starting scheduler
  3. 2020-01-27 11:57:06 INFO manager Config successfully reloaded from disk.
  4. 2020-01-27 11:57:17 VERBOSE ipc Running command `execute -v` for client.
  5. 2020-01-27 11:57:17 DEBUG cron_env Encoding utf-8 stored
  6. 2020-01-27 11:57:17 DEBUG util.simple_persistence setting key terminal_encoding value 'utf-8'
  7. ...
  8. 2020-01-27 11:57:20 VERBOSE details bookmarks Summary - Accepted: 2 (Rejected: 0 Undecided: 0 Failed: 0)
  9. ...
  10. 2020-01-27 11:57:20 CRITICAL task bookmarks BUG: Unhandled error in plugin transmission: name 'TransmissionError' is not defined
  11. Traceback (most recent call last):
  12.  
  13. File "/usr/local/lib/python3.7/dist-packages/flexget/plugins/clients/transmission.py", line 59, in create_rpc_client
  14. cli = transmissionrpc.Client(config['host'], config['port'], user, password)
  15. │ │ │ └ 'supersecret'
  16. │ │ └ 'pi'
  17. │ └ {'host': 'localhost', 'port': 9091, 'username': 'pi', 'password': 'supersecret', 'path': '/home/pi/hdd/flexget', 'add_paused': Fa...
  18. └ {'host': 'localhost', 'port': 9091, 'username': 'pi', 'password': 'supersecret', 'path': '/home/pi/hdd/flexget', 'add_paused': Fa...
  19.  
  20. NameError: name 'transmissionrpc' is not defined
  21.  
  22.  
  23. During handling of the above exception, another exception occurred:
  24.  
  25.  
  26. Traceback (most recent call last):
  27. File "/usr/lib/python3.7/threading.py", line 885, in _bootstrap
  28. self._bootstrap_inner()
  29. │ └ <function Thread._bootstrap_inner at 0x765ab198>
  30. └ <Thread(task_queue, started daemon 1828713568)>
  31. File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
  32. self.run()
  33. │ └ <function Thread.run at 0x765ab078>
  34. └ <Thread(task_queue, started daemon 1828713568)>
  35. File "/usr/lib/python3.7/threading.py", line 865, in run
  36. self._target(*self._args, **self._kwargs)
  37. │ │ │ │ │ └ {}
  38. │ │ │ │ └ <Thread(task_queue, started daemon 1828713568)>
  39. │ │ │ └ ()
  40. │ │ └ <Thread(task_queue, started daemon 1828713568)>
  41. │ └ <bound method TaskQueue.run of <flexget.task_queue.TaskQueue object at 0x6dbd7af0>>
  42. └ <Thread(task_queue, started daemon 1828713568)>
  43.  
  44. File "/usr/local/lib/python3.7/dist-packages/flexget/task_queue.py", line 45, in run
  45. self.current_task.execute()
  46. │ │ └ <function Task.execute at 0x74e96858>
  47. │ └ <flexget.task.Task object at 0x6d1a3970>
  48. └ <flexget.task_queue.TaskQueue object at 0x6dbd7af0>
  49.  
  50. File "/usr/local/lib/python3.7/dist-packages/flexget/task.py", line 79, in wrapper
  51. return func(self, *args, **kw)
  52. │ │ │ └ {}
  53. │ │ └ ()
  54. │ └ <flexget.task.Task object at 0x6d1a3970>
  55. └ <function Task.execute at 0x74e96810>
  56.  
  57. File "/usr/local/lib/python3.7/dist-packages/flexget/task.py", line 696, in execute
  58. self._execute()
  59. │ └ <function Task._execute at 0x74e967c8>
  60. └ <flexget.task.Task object at 0x6d1a3970>
  61.  
  62. File "/usr/local/lib/python3.7/dist-packages/flexget/task.py", line 662, in _execute
  63. self.__run_task_phase(phase)
  64. │ └ 'output'
  65. └ <flexget.task.Task object at 0x6d1a3970>
  66.  
  67. File "/usr/local/lib/python3.7/dist-packages/flexget/task.py", line 488, in __run_task_phase
  68. response = self.__run_plugin(plugin, phase, args)
  69. │ │ │ └ (<flexget.task.Task object at 0x6d1a3970>, {'host': 'localhost', 'port': 9091, 'username': 'pi', 'password': 'supersecret', 'path...
  70. │ │ └ 'output'
  71. │ └ <PluginInfo(name=transmission)>
  72. └ <flexget.task.Task object at 0x6d1a3970>
  73.  
  74. > File "/usr/local/lib/python3.7/dist-packages/flexget/task.py", line 521, in __run_plugin
  75. result = method(*args, **kwargs)
  76. │ │ └ {}
  77. │ └ (<flexget.task.Task object at 0x6d1a3970>, {'host': 'localhost', 'port': 9091, 'username': 'pi', 'password': 'supersecret', 'path...
  78. └ <Event(name=plugin.transmission.output,func=on_task_output,priority=135)>
  79.  
  80. File "/usr/local/lib/python3.7/dist-packages/flexget/event.py", line 20, in __call__
  81. return self.func(*args, **kwargs)
  82. │ │ │ └ {}
  83. │ │ └ (<flexget.task.Task object at 0x6d1a3970>, {'host': 'localhost', 'port': 9091, 'username': 'pi', 'password': 'supersecret', 'path...
  84. │ └ <bound method PluginTransmission.on_task_output of <flexget.plugins.clients.transmission.PluginTransmission object at 0x71037...
  85. └ <Event(name=plugin.transmission.output,func=on_task_output,priority=135)>
  86.  
  87. File "/usr/local/lib/python3.7/dist-packages/flexget/plugins/clients/transmission.py", line 358, in on_task_output
  88. self.client = self.create_rpc_client(config)
  89. │ │ │ │ └ {'host': 'localhost', 'port': 9091, 'username': 'pi', 'password': 'supersecret', 'path': '/home/pi/hdd/flexget', 'add_paused': Fa...
  90. │ │ │ └ <function TransmissionBase.create_rpc_client at 0x71ac4d20>
  91. │ │ └ <flexget.plugins.clients.transmission.PluginTransmission object at 0x71037c90>
  92. │ └ None
  93. └ <flexget.plugins.clients.transmission.PluginTransmission object at 0x71037c90>
  94.  
  95. File "/usr/local/lib/python3.7/dist-packages/flexget/plugins/clients/transmission.py", line 60, in create_rpc_client
  96. except TransmissionError as e:
  97.  
  98. NameError: name 'TransmissionError' is not defined
  99. Traceback (most recent call last):
  100. File "/usr/local/lib/python3.7/dist-packages/flexget/plugins/clients/transmission.py", line 59, in create_rpc_client
  101. cli = transmissionrpc.Client(config['host'], config['port'], user, password)
  102. NameError: name 'transmissionrpc' is not defined
  103.  
  104. During handling of the above exception, another exception occurred:
  105.  
  106. Traceback (most recent call last):
  107. File "/usr/local/lib/python3.7/dist-packages/flexget/task.py", line 521, in __run_plugin
  108. result = method(*args, **kwargs)
  109. File "/usr/local/lib/python3.7/dist-packages/flexget/event.py", line 20, in __call__
  110. return self.func(*args, **kwargs)
  111. File "/usr/local/lib/python3.7/dist-packages/flexget/plugins/clients/transmission.py", line 358, in on_task_output
  112. self.client = self.create_rpc_client(config)
  113. File "/usr/local/lib/python3.7/dist-packages/flexget/plugins/clients/transmission.py", line 60, in create_rpc_client
  114. except TransmissionError as e:
  115. NameError: name 'TransmissionError' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement