Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upTorrent stalled when added > removed > added again #1180
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
I noticed the same issue when using infohash, @pldubouilh, Did you find a better solution ? |
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Webtorrent fails at starting torrents that were previously added and then removed.
I observe that behaviour both in the desktop app and the web-ui for webtorrent I'm writing (here), hence me writing here directly in webtorrent/webtorrent.
What version of WebTorrent?
0.98.19
What operating system and Node.js version?
Archlinux latest kernel, node v8.1.3
What did you expect to happen?
Torrents to start.
What actually happened?
dataorfrom list)... and that's where it's stuck, at
Loading torrent.... After leaving it for ~15 minutes it's starting and switching between halted and very low speed (100s of KB/s where the normal speed is close to 10MB/s)I noticed pausing and restarting sometimes makes it restart at normal speed on webtorrent-desktop.
On the web-ui, the only reliable way I could find was to destroy the client, and restart all the torrents, but that seems a bit drastic !
Thanks !