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

can't download a magnet URI #607

Merged
merged 1 commit into from Feb 9, 2016
Merged

can't download a magnet URI #607

merged 1 commit into from Feb 9, 2016

Conversation

@substack
Copy link
Contributor

substack commented Feb 9, 2016

It's entirely possible that I'm setting up webtorrent wrong, but I can't get this simple seed+download test to work in both node, electron, and I was getting the same behavior with a similar setup for the browser. Originally I thought the problem was related to streaming, but the problem is present with files and buffers too.

If I change:

client.add(torrent.magnetURI, function (dl) {

to:

client.add(torrent, function (dl) {

then this test works. Maybe there is an issue with trackers or magnet links? I haven't made much progress on what might be causing this issue.

@feross

This comment has been minimized.

Copy link
Member

feross commented Feb 9, 2016

@substack Thanks for the test case! I'll see what I can figure out.

feross added a commit that referenced this pull request Feb 9, 2016
can't download a magnet URI
@feross feross merged commit f5bd86a into webtorrent:master Feb 9, 2016
0 of 2 checks passed
0 of 2 checks passed
continuous-integration/appveyor/pr AppVeyor build failed
Details
continuous-integration/travis-ci/pr The Travis CI build failed
Details
@feross

This comment has been minimized.

Copy link
Member

feross commented Feb 10, 2016

@substack I figured it out! Fixed in v0.74.0.

Thanks for the test. It was really helpful while debugging this. Let me know if you run into any other issues!

@lock

This comment has been minimized.

Copy link

lock bot commented May 4, 2018

This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue.

@lock lock bot locked as resolved and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.