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

seeding a file using nodejs #342

Closed
afshinm opened this issue Jun 4, 2015 · 2 comments
Closed

seeding a file using nodejs #342

afshinm opened this issue Jun 4, 2015 · 2 comments

Comments

@afshinm
Copy link
Contributor

@afshinm afshinm commented Jun 4, 2015

I'm trying to seed an html file using WebTorrent in Nodejs. I get callback from WebTorrent which indicates that the client is started seeding but when I copy-paste the hash on the client-side to download the file, nothings happened.

Here is my code on the server-side:

  client.seed(file, function (torrent) {
    debug('started seeding %s - %s', torrent.infoHash, torrent.files[0].name);
  });

What is the problem and how can I debug to see what is going on?

@afshinm

This comment has been minimized.

Copy link
Contributor Author

@afshinm afshinm commented Jun 4, 2015

resolved #343 (comment)

@afshinm afshinm closed this Jun 4, 2015
@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Jun 6, 2015

Nice - glad you got it figured out 👍

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

Successfully merging a pull request may close this issue.

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