I am unable to remove a torrent using the webapi (0.4.0 python3.6).
This is the error I get:
Request for method core.remove_torrent returned a deluge error (no. 4): Failure: [Failure instance: Traceback (failure with no frames): <class 'deluge.error.InvalidTorrentError'>: torrent_id [HASH] not in session.
Any suggestions? Is this a bug or an issue on my side?
I am unable to remove a torrent using the webapi (0.4.0 python3.6).
This is the error I get:
Request for method core.remove_torrent returned a deluge error (no. 4): Failure: [Failure instance: Traceback (failure with no frames): <class 'deluge.error.InvalidTorrentError'>: torrent_id [HASH] not in session.
Any suggestions? Is this a bug or an issue on my side?
Using the docker container 'linuxserver/deluge'
Thanks!