Skip to content
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

Tribler does not store magnet links until after metadata has been downloaded? #8376

Open
teddyrogers opened this issue Jan 10, 2025 · 1 comment
Milestone

Comments

@teddyrogers
Copy link

Tribler 8.0.7, I have noticed after adding a magnet link Tribler can sometimes add it to the list in a "Stopped" status with "Name" column titled as "Unknown" - until the metadata has been downloaded.

Additionally and, I believe to be a bug, if you quit Tribler and then restart the torrent is no longer listed. I make the assumption Tribler does not store magnet links until after metadata has been downloaded?

@qstokkink
Copy link
Contributor

Correct. Until the BitTorrent swarm is joined, a bare magnet link is basically a completely unknown set of 20 bytes that we know nothing about.

Tribler should immediately save even unknown torrents, unless you shut down so fast that Tribler doesn't have a chance to write to your disk (I assume that's not the case). That is a bug.

@qstokkink qstokkink added this to the 8.1.0 milestone Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants