sbussetti / deluge-siphon

A Chrome extension for sending torrents to your Deluge server.
http://sbussetti.github.io/deluge-siphon/
81 stars 22 forks source link

Unhandled error in Deffered while attempting to add private tracker magnet links #94

Open gfsiciliani opened 2 years ago

gfsiciliani commented 2 years ago

Delugesiphon (v0.72.6) is failing to add magnet-linked torrents from a private tracker I use. The 'add with options' menu also fails to load, but also works using other public trackers. Everything was functioning normally for months until yesterday.

"Unhandled error in Deferred" ... "Failure: deluge.error.AddTorrentError: Unable to add torrent, decoding filedump failed: expected value (list, dict, int or string) in bencoded string [bdecode:4]"

I have enabled console debug logging in the delugesiphon options but am unsure how to access it. (any help here would be awesome!) The attached logs are both from the docker instance running on my Unraid server (binhex-delugevpn).

deluge_log_delugesiphon.txt deluge_log_remote.txt

gfsiciliani commented 2 years ago

Update:

Functionality is spontaneously restored! Log shows similar error.

deluge_log.txt

edit: formatting