I have a 33MB torrent file that deluge seems incapable of adding
in the windows client (thin), it freezes for 5 minutes, shows the add dialog window, and then clicking "add" does nothing, and no relevant logs seem to be added to daemon.log at all , other than a line for
13:14:55.262 [DEBUG ][deluge.core.rpcserver :1622] RPC dispatch core.add_torrent_file_async
then nothing
i can see in wireshark it is uploading the torrent in the webUI at least (since it performs better when adding this huge torrent) and calling `web.add_torrents`, but again, nothing after i add it, and no errors in daemon.log
i can attach the torrent file somewhere if that would help
daemon version:
sudo apt info deluged
Package: deluged
Version: 2.1.2~dev0+20230529-4
deluge client (windows): 2.1.1
deluge-web:
sudo apt info deluge-web
Package: deluge-web
Version: 2.1.2~dev0+20230529-4
Deluge cannot add large torrent
Re: Deluge cannot add large torrent
An update, apparently there seems to be a few issues:
1: invalid torrents are just dropped silently , and errors are not logged anywhere it seems
2: it seems this torrent is going past a hardcoded limit in libtorrent:
14:06:30.854 [DEBUG ][deluge_autoadd.core :1622] File checked for auto-loading is invalid: NMWP.4.20.24 SF Archive.torrent.invalid
14:02:55.986 [DEBUG ][deluge_autoadd.core :1622] Torrent is invalid: bencoded item count limit exceeded
i searched for that error message and found a thread on another python torrent client that uses libtorrent:
https://github.com/Tribler/tribler/issues/3037
https://github.com/Tribler/tribler/issu ... 1218131710
1: invalid torrents are just dropped silently , and errors are not logged anywhere it seems
2: it seems this torrent is going past a hardcoded limit in libtorrent:
14:06:30.854 [DEBUG ][deluge_autoadd.core :1622] File checked for auto-loading is invalid: NMWP.4.20.24 SF Archive.torrent.invalid
14:02:55.986 [DEBUG ][deluge_autoadd.core :1622] Torrent is invalid: bencoded item count limit exceeded
i searched for that error message and found a thread on another python torrent client that uses libtorrent:
https://github.com/Tribler/tribler/issues/3037
https://github.com/Tribler/tribler/issu ... 1218131710