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 upTransfer "dies" for no reason #372
Comments
This comment has been minimized.
This comment has been minimized.
|
That's weird. No idea why that would be happening. If you get any more info about how to reliably reproduce this, please share! |
This comment has been minimized.
This comment has been minimized.
|
If you can, run |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Seeder was runing in browser (directly from instant.io). |
This comment has been minimized.
This comment has been minimized.
|
@Stiveknx Can you try this out again on https://instant.io? If you have a flaky connection to the internet, the webrtc conncections to peers can be lost and would need to be re-established. I just pushed an improvement to the tracker module, so we now try to look for new peers every 30 seconds on the already-established WebSocket connection to the tracker. This should make things better. Please test it out and let me know if things are better. |
This comment has been minimized.
This comment has been minimized.
|
Hi. So, I did a quick test and apparently the problem has been solved. I'll mark it as closed, but later I'll try to test with more and larger files! Ps.: Thanks for the amazing project |
This comment has been minimized.
This comment has been minimized.
|
Awesome! |
This comment has been minimized.
This comment has been minimized.
|
Opening it again .. sometimes, when I'm almosting finishing the download, it stops when 20 pieces or more are pending ... Check the debug: I've notice that, after "webtorrent:torrent error getting piece", if I have too much of these errors, I got stuck in last pieces. Edit: |
This comment has been minimized.
This comment has been minimized.
|
Here's another debug: This time, I was seding from my computer to another one ... Command: ./node_modules/webtorrent-hybrid/bin/cmd.js download 'magnet:?xt=urn:btih:cafef3c80da06542858f68b7a593d0e036345bd7&dn=NVIDIA-Linux-x86_64-340.76.run&tr=wss%3A%2F%2Ftracker.webtorrent.io' & |
This comment has been minimized.
This comment has been minimized.
|
This issue is super old. I'm going to close and assume that it's fixed now. If this is not the case, feel free to open a new issue. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
I shared a file on instant.io, then tried to transfer in my client using webtorrent-hybrid in nodejs.
I was the only one sharing the file and, my client was the only one downloading it.
For some reason, the upload "stopped" after 2 mb transfered, and the transfer didn't "move on" anymore.
I reloaded the page in instant.io, selected the file again and the transfer ran for more 15mb and stopped again. The connection simply got "Lost", I'm now trying to find why this is happening.
I tried to enable debug to check where the problem is, but I didn't locate..
How can I try to dectect where the problem is?
PS.: If there's more than 1 seeder, this doesn't happen, only when there's one seeder.
(sorry, bad English)