Advertisement
Guest User

Deluge Log

a guest
Jun 4th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. [ERROR ] 23:05:43 core:253 There was an error adding the torrent file The Big Bang Theory S10E24 1080p WEB-DL DD5 1 H264-RARBG.torrent
  2. [ERROR ] 23:05:43 core:254 No registered converter was able to produce a C++ rvalue of type std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > from this Python object of type NoneType
  3. Traceback (most recent call last):
  4. File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 251, in add_torrent_file
  5. torrent_id = self.torrentmanager.add(filedump=filedump, options=options, filename=filename)
  6. File "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py", line 477, in add
  7. handle = self.session.add_torrent(add_torrent_params)
  8. TypeError: No registered converter was able to produce a C++ rvalue of type std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > from this Python object of type NoneType
  9. [ERROR ] 23:05:43 rpcserver:306 Exception calling RPC request: None
  10. Traceback (most recent call last):
  11. File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 301, in dispatch
  12. ret = self.factory.methods[method](*args, **kwargs)
  13. File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 561, in set_torrent_options
  14. self.torrentmanager[torrent_id].set_options(options)
  15. File "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py", line 287, in __getitem__
  16. return self.torrents[torrent_id]
  17. KeyError: None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement