Guest User

Untitled

a guest
Jul 31st, 2018
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. 2018-07-31 20:54 DEBUG manager Figuring out config load paths
  2. 2018-07-31 20:54 DEBUG manager Adding virtualenv path
  3. 2018-07-31 20:54 DEBUG manager Found config: /media/md5/superchicken/.flexget/config.yml
  4. 2018-07-31 20:54 DEBUG manager Config file /media/md5/superchicken/.flexget/config.yml selected
  5. 2018-07-31 20:54 INFO manager Daemonizing...
  6. 2018-07-31 20:54 INFO manager Daemonize complete. New PID: 45484
  7. 2018-07-31 20:54 INFO scheduler Starting scheduler
  8. 2018-07-31 20:54 INFO irc Starting IRC connection for IPTorrents
  9. 2018-07-31 20:54 INFO irc Starting IRC connection for TorrentLeech
  10. 2018-07-31 20:54 INFO irc_bot Connecting to (u'x', x)
  11. 2018-07-31 20:54 INFO irc_bot Connecting to (u'x', x)
  12. 2018-07-31 20:54 INFO irc_bot Connected to server x
  13. 2018-07-31 20:54 INFO exec check_ram_free Stdout: 28GB free /dev/shm/datafast/
  14. 2018-07-31 20:54 INFO run_task check_ram_free Scheduling tasks [u'remove_from_ram'] to run
  15. 2018-07-31 20:54 INFO irc_bot Connected to server x
  16. 2018-07-31 20:54 INFO exec remove_from_ram Stdout: remove from ram started
  17. 2018-07-31 20:54 INFO deluge_client.client remove_from_ram Connecting to localhost:52594
  18. 2018-07-31 20:54 CRITICAL task remove_from_ram BUG: Unhandled error in plugin from_deluge: <class 'future.types.newlist.newlist'>
  19. Traceback (most recent call last):
  20. File "/media/md5/superchicken/flexget-dev/flexget/task.py", line 486, in __run_plugin
  21. return method(*args, **kwargs)
  22. File "/media/md5/superchicken/flexget-dev/flexget/event.py", line 23, in __call__
  23. return self.func(*args, **kwargs)
  24. File "/media/md5/superchicken/flexget-dev/flexget/plugins/clients/deluge.py", line 214, in on_task_input
  25. self.entries = self.generate_entries(config)
  26. File "/media/md5/superchicken/flexget-dev/flexget/plugins/clients/deluge.py", line 220, in generate_entries
  27. torrents = self.get_torrents_status(list(self.settings_map.keys()) + config.get('keys', []))
  28. File "/media/md5/superchicken/flexget-dev/flexget/plugins/clients/deluge.py", line 71, in get_torrents_status
  29. return self.client.call('core.get_torrents_status', filters, fields)
  30. File "/media/md5/superchicken/pip/local/lib/python2.7/site-packages/deluge_client/client.py", line 213, in call
  31. self._send_call(self.deluge_version, method, *args, **kwargs)
  32. File "/media/md5/superchicken/pip/local/lib/python2.7/site-packages/deluge_client/client.py", line 130, in _send_call
  33. req = zlib.compress(dumps(req))
  34. File "/media/md5/superchicken/pip/local/lib/python2.7/site-packages/deluge_client/rencode.py", line 429, in dumps
  35. encode_func[type(x)](x, r)
  36. File "/media/md5/superchicken/pip/local/lib/python2.7/site-packages/deluge_client/rencode.py", line 379, in encode_list
  37. encode_func[type(i)](i, r)
  38. File "/media/md5/superchicken/pip/local/lib/python2.7/site-packages/deluge_client/rencode.py", line 379, in encode_list
  39. encode_func[type(i)](i, r)
  40. File "/media/md5/superchicken/pip/local/lib/python2.7/site-packages/deluge_client/rencode.py", line 379, in encode_list
  41. encode_func[type(i)](i, r)
  42. KeyError: <class 'future.types.newlist.newlist'>
Advertisement
Add Comment
Please, Sign In to add comment