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

Webtorrent not requesting pieces from peers when using a private tracker #1032

Open
tab1293 opened this issue Jan 31, 2017 · 4 comments
Open

Webtorrent not requesting pieces from peers when using a private tracker #1032

tab1293 opened this issue Jan 31, 2017 · 4 comments
Labels

Comments

@tab1293
Copy link

@tab1293 tab1293 commented Jan 31, 2017

What version of WebTorrent?
^0.98.3

What operating system and Node.js version?
OS X 10.11.3 with Node v6.4.0

What did you expect to happen?
Expected peers to be found and pieces to be downloaded

What actually happened?
According to the stdout, no peers were added and no pieces were downloaded.

Here is the debug output logged from just running webtorrent download somefile.torrent
https://gist.github.com/tab1293/76f500433623035c4cd16f85e89d7910

The log file looks like peer wire connections are being established and messages are being passed between me and other peers. I can't find any glaring differences between the linked debug log and another log from a public tracker which succeeds in downloading.

On packet inspection, I can tell that my client is becoming interested in other peers and those peers are unchoking me. It seems though that piece requests are never initiated by my client. Here is a look at an interaction with peer I was interested in:

screen shot 2017-01-31 at 3 15 15 am

Any idea why no further piece requests are made on the peer wire?

@tab1293 tab1293 changed the title Webtorrent unable to find peers when connecting to private tracker Webtorrent not requesting pieces from peers when using a private tracker Jan 31, 2017
@tab1293

This comment has been minimized.

Copy link
Author

@tab1293 tab1293 commented Feb 3, 2017

@feross any ideas on what may be causing this to happen?

@zephrax

This comment has been minimized.

Copy link

@zephrax zephrax commented Feb 21, 2017

Is #1054 related?

@tab1293

This comment has been minimized.

Copy link
Author

@tab1293 tab1293 commented Feb 22, 2017

@zephrax I don't believe that issue is related. I am not attempting to seed the file or download it within a browser.

I am unable to download a torrent from a private tracker while using the webtorrent command line program or the nodejs module.

Is there any additional information I can provide besides the debug output that could be useful? Maybe a pcap file or something?

@stale

This comment has been minimized.

Copy link

@stale stale bot commented May 3, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 3, 2018
@feross feross added bug accepted and removed stale labels May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.