Advertisement
Guest User

Deluged Log

a guest
Feb 7th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. There is a deluge daemon running with this config directory!
  2. You cannot run multiple daemons with the same config directory set.
  3. If you believe this is an error, you can force a start by deleting /home/pi/.config/deluge/deluged.pid.
  4. Exception calling RPC request: torrent_id not in session
  5. Traceback (most recent call last):
  6. File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 299, in dispatch
  7. ret = self.factory.methods[method](*args, **kwargs)
  8. File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 326, in remove_torrent
  9. return self.torrentmanager.remove(torrent_id, remove_data)
  10. File "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py", line 570, in remove
  11. raise InvalidTorrentError("torrent_id not in session")
  12. InvalidTorrentError: torrent_id not in session
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement