-
-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem getting magnet metadata on large files #888
Comments
A quick guess this is likely the check that the torrent info is not too large. I think anacrolix/torrent rejects infos larger than 10MB or so but it should be configurable. Can you provide the magnet links? |
Magnet link - magnet:?xt=urn:btih:a5462fdae73e6feae7a88febc28279159073240f&dn=t&tr=http%3A%2F%2F109.126.53.58%3A6969%2Fannounce |
Lines 14 to 19 in c202126
I had no luck finding any peers for the provided magnet link. Perhaps you could share the metainfo, or a more popular torrent instead? |
I can share torrent file - http://109.126.53.58/taxi-16.torrent |
Sorry, a public torrent is required. There's no point testing against a torrent with no other peers. |
I apologize, perhaps I initially asked the question incorrectly. In my case, I'm creating a torrent on my local network. The first client that start seeding the torrent is rtorrent. There are also NO problems with large PUBLIC torrents. |
I use the utility https://github.com/fbdtemme/torrenttools under Ubuntu Linux to create torrent files.
Example launch for creating a torrent:
For seeding I use rtorrent v0.9.8-r16 https://github.com/jesec/rtorrent
Problem:
For files of about 15GB or more size, projects using the anacrolix/torrent library cannot receive magnet metadata when adding content via magnet URL.
I tested with https://github.com/YouROK/TorrServer and https://github.com/anacrolix/confluence
If i run the torrent file, there is no problem.
Another client, qBittorrent, receives metadata without any problems.
Traffic dump examples:
anacrolix - https://drive.google.com/file/d/1cYpwLi7oVZbwbjTEdX0qGUFa3BJufIfb/view?usp=sharing
qBittorrent - https://drive.google.com/file/d/1pL02zladqigEyOfGVJGApNAAQZGM3Cab/view?usp=sharing
The text was updated successfully, but these errors were encountered: