Advertisement
Guest User

Untitled

a guest
Apr 11th, 2020
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.36 KB | None | 0 0
  1. 2020-04-11 16:39:07 CRITICAL task delete-ratio BUG: Unhandled error in plugin from_rtorrent: mismatched tag: line 6, column 2
  2. Traceback (most recent call last):
  3. File "/usr/lib/python3.7/threading.py", line 890, in _bootstrap
  4. self._bootstrap_inner()
  5. │ └ <function Thread._bootstrap_inner at 0x7fbe503abe60>
  6. â”” <Thread(task_queue, started daemon 140455271103264)>
  7. File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner
  8. self.run()
  9. │ └ <function Thread.run at 0x7fbe503abc20>
  10. â”” <Thread(task_queue, started daemon 140455271103264)>
  11. File "/usr/lib/python3.7/threading.py", line 870, in run
  12. self._target(*self._args, **self._kwargs)
  13. │ │ │ │ │ └ {}
  14. │ │ │ │ └ <Thread(task_queue, started daemon 140455271103264)>
  15. │ │ │ └ ()
  16. │ │ └ <Thread(task_queue, started daemon 140455271103264)>
  17. │ └ <bound method TaskQueue.run of <flexget.task_queue.TaskQueue object at 0x7fbe4ad1e890>>
  18. â”” <Thread(task_queue, started daemon 140455271103264)>
  19. File "/usr/lib/python3.7/site-packages/flexget/task_queue.py", line 46, in run
  20. self.current_task.execute()
  21. │ │ └ <function Task.execute at 0x7fbe4e2ef4d0>
  22. │ └ <flexget.task.Task object at 0x7fbe4a8c0d50>
  23. â”” <flexget.task_queue.TaskQueue object at 0x7fbe4ad1e890>
  24. File "/usr/lib/python3.7/site-packages/flexget/task.py", line 80, in wrapper
  25. return func(self, *args, **kw)
  26. │ │ │ └ {}
  27. │ │ └ ()
  28. │ └ <flexget.task.Task object at 0x7fbe4a8c0d50>
  29. â”” <function Task.execute at 0x7fbe4e2ef440>
  30. File "/usr/lib/python3.7/site-packages/flexget/task.py", line 697, in execute
  31. self._execute()
  32. │ └ <function Task._execute at 0x7fbe4e2ef3b0>
  33. â”” <flexget.task.Task object at 0x7fbe4a8c0d50>
  34. File "/usr/lib/python3.7/site-packages/flexget/task.py", line 663, in _execute
  35. self.__run_task_phase(phase)
  36. │ └ 'input'
  37. â”” <flexget.task.Task object at 0x7fbe4a8c0d50>
  38. File "/usr/lib/python3.7/site-packages/flexget/task.py", line 489, in __run_task_phase
  39. response = self.__run_plugin(plugin, phase, args)
  40. │ │ │ └ (<flexget.task.Task object at 0x7fbe4a8c0d50>, {'uri': 'scgi://192.168.0.235:8090', 'digest_auth': False, 'view': 'main'})
  41. │ │ └ 'input'
  42. │ └ <PluginInfo(name=from_rtorrent)>
  43. â”” <flexget.task.Task object at 0x7fbe4a8c0d50>
  44. > File "/usr/lib/python3.7/site-packages/flexget/task.py", line 522, in __run_plugin
  45. result = method(*args, **kwargs)
  46. │ │ └ {}
  47. │ └ (<flexget.task.Task object at 0x7fbe4a8c0d50>, {'uri': 'scgi://192.168.0.235:8090', 'digest_auth': False, 'view': 'main'})
  48. â”” <Event(name=plugin.from_rtorrent.input,func=on_task_input,priority=128)>
  49. File "/usr/lib/python3.7/site-packages/flexget/event.py", line 22, in __call__
  50. return self.func(*args, **kwargs)
  51. │ │ │ └ {}
  52. │ │ └ (<flexget.task.Task object at 0x7fbe4a8c0d50>, {'uri': 'scgi://192.168.0.235:8090', 'digest_auth': False, 'view': 'main'})
  53. │ └ <bound method RTorrentInputPlugin.on_task_input of <flexget.plugins.clients.rtorrent.RTorrentInputPlugin object at 0x7fbe4cd5...
  54. â”” <Event(name=plugin.from_rtorrent.input,func=on_task_input,priority=128)>
  55. File "/usr/lib/python3.7/site-packages/flexget/plugins/clients/rtorrent.py", line 694, in on_task_input
  56. torrents = client.torrents(config['view'], fields=fields)
  57. │ │ │ └ None
  58. │ │ └ {'uri': 'scgi://192.168.0.235:8090', 'digest_auth': False, 'view': 'main'}
  59. │ └ <function RTorrent.torrents at 0x7fbe4d0a7830>
  60. â”” <flexget.plugins.clients.rtorrent.RTorrent object at 0x7fbe4a682550>
  61. File "/usr/lib/python3.7/site-packages/flexget/plugins/clients/rtorrent.py", line 317, in torrents
  62. resp = self._server.d.multicall2('', params)
  63. │ │ └ ['main', 'd.hash=', 'd.name=', 'd.up.total=', 'd.down.total=', 'd.down.rate=', 'd.is_open=', 'd.is_active=', 'd.custom1=', 'd...
  64. │ └ <ServerProxy for 192.168.0.235:8090/RPC2>
  65. â”” <flexget.plugins.clients.rtorrent.RTorrent object at 0x7fbe4a682550>
  66. File "/usr/lib/python3.7/xmlrpc/client.py", line 1112, in __call__
  67. return self.__send(self.__name, args)
  68. │ │ └ ('', ['main', 'd.hash=', 'd.name=', 'd.up.total=', 'd.down.total=', 'd.down.rate=', 'd.is_open=', 'd.is_active=', 'd.custom1=...
  69. │ └ <xmlrpc.client._Method object at 0x7fbe4a682e50>
  70. â”” <xmlrpc.client._Method object at 0x7fbe4a682e50>
  71. File "/usr/lib/python3.7/xmlrpc/client.py", line 1452, in __request
  72. verbose=self.__verbose
  73. â”” <ServerProxy for 192.168.0.235:8090/RPC2>
  74. File "/usr/lib/python3.7/xmlrpc/client.py", line 1154, in request
  75. return self.single_request(host, handler, request_body, verbose)
  76. │ │ │ │ │ └ False
  77. │ │ │ │ └ b"<?xml version='1.0'?>\n<methodCall>\n<methodName>d.multicall2</methodName>\n<params>\n<param>\n<value><string></string></va...
  78. │ │ │ └ '/RPC2'
  79. │ │ └ '192.168.0.235:8090'
  80. │ └ <function SCGITransport.single_request at 0x7fbe4d0a7440>
  81. â”” <flexget.plugins.clients.rtorrent.SCGITransport object at 0x7fbe4a682510>
  82. File "/usr/lib/python3.7/site-packages/flexget/plugins/clients/rtorrent.py", line 144, in single_request
  83. return self.parse_response(response_body)
  84. │ │ └ <_io.BytesIO object at 0x7fbe4a67e5f0>
  85. │ └ <function Transport.parse_response at 0x7fbe4e1dbf80>
  86. â”” <flexget.plugins.clients.rtorrent.SCGITransport object at 0x7fbe4a682510>
  87. File "/usr/lib/python3.7/xmlrpc/client.py", line 1336, in parse_response
  88. p.feed(data)
  89. │ │ └ b'<html>\r\n<head><title>400 Bad Request</title></head>\r\n<body>\r\n<center><h1>400 Bad Request</h1></center>\r\n<hr><center...
  90. │ └ <function ExpatParser.feed at 0x7fbe4e1d79e0>
  91. â”” <xmlrpc.client.ExpatParser object at 0x7fbe4a682ed0>
  92. File "/usr/lib/python3.7/xmlrpc/client.py", line 439, in feed
  93. self._parser.Parse(data, 0)
  94. │ │ │ └ b'<html>\r\n<head><title>400 Bad Request</title></head>\r\n<body>\r\n<center><h1>400 Bad Request</h1></center>\r\n<hr><center...
  95. │ │ └ <method 'Parse' of 'pyexpat.xmlparser' objects>
  96. │ └ <pyexpat.xmlparser object at 0x7fbe4a8ce440>
  97. â”” <xmlrpc.client.ExpatParser object at 0x7fbe4a682ed0>
  98.  
  99. xml.parsers.expat.ExpatError: mismatched tag: line 6, column 2
  100. 2020-04-11 16:39:07 CRITICAL manager delete-ratio An unexpected crash has occurred. Writing crash report to /root/.flexget/crash_report.2020.04.11.163907781024.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.50
  101. 2020-04-11 16:39:07 WARNING task delete-ratio Aborting task (plugin: from_rtorrent)
  102. 2020-04-11 16:39:09 INFO manager Removed test database
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement