Opened 5 years ago
Closed 4 years ago
#3388 closed bug (Fixed)
Failure to upload some torrents
Reported by: | mille337 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.4 |
Component: | Web UI | Version: | 2.0.3 |
Keywords: | Cc: |
Description
All the torrents I tried from archive.org fail to be uploaded with the web interface and URL download doesn't work either.
Example torrent: https://archive.org/details/GBWAV6.65Universal (but all torrent I tried from archive.org, big or small, are failing)
I see the following line in the deluge-web logs:
[ERROR ][deluge.ui.web.json_api :218 ] Object of type bytes is not JSON serializable
I haven't looked too close yet, but dumping the bencode structure of archive.org torrents show they put a lot more metadata than most other trackers.
Deluge version: 2.0.4.dev23+g2f1c008a2-3/Python 3.8 (Archlinux)
Note:
See TracTickets
for help on using tickets.
This is related to md5sums in the torrent and similar to https://github.com/deluge-torrent/deluge/pull/294
I have fix that I will deploy soon after checking the tests are all correct