agalwood / Motrix

A full-featured download manager.
https://motrix.app
MIT License
45.92k stars 4.57k forks source link

Bencode decoding failed (file.torrent) #966

Open EzeKoren opened 3 years ago

EzeKoren commented 3 years ago

Please delete the above and the contents of this line, then fill in the feedback form in the following format, Thanks.

Describe the bug Attempting to download a torrent from it's corresponding .torrent file results in the error "Bencode decoding failed"

To Reproduce Steps to reproduce the behavior:

  1. Open Motrix
  2. Double click on .torrent file in explorer
  3. File opens in Motrix, as expected
  4. Start download by clicking on "Submit"
  5. Motrix displays the aforementioned error, and the download is never added to the list

Expected behavior Motrix should display the file in the downloading list, and start connecting to the network right away

Screenshots Screenshot

Environment (please complete the following information):

agalwood commented 3 years ago

aria2 does not support bittorrent v2 file https://github.com/aria2/aria2/issues/1773

g1027984907 commented 2 years ago

aria2 does not support bittorrent v2 file aria2/aria2#1773

I heard that it could be supported by aria2 version 1.36.0. Is it true? The other thing I know is motrix has a default UA setting for aria as "aria/1.35.0". Is this the problem?