idlesign / deluge-webapi

Plugin for Deluge WebUI providing sane JSON API
https://github.com/idlesign/deluge-webapi
BSD 3-Clause "New" or "Revised" License
120 stars 27 forks source link

Request for method core.remove_torrent returned a deluge error: torrent_id [hash] not in session #28

Closed btafoya closed 4 years ago

btafoya commented 4 years ago

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!

btafoya commented 4 years ago

Never mind.. was a case sensitivity issue! :)