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

What's wrong? Add torrent with hash. #299

Closed
brunocascio opened this issue Apr 19, 2015 · 2 comments
Closed

What's wrong? Add torrent with hash. #299

brunocascio opened this issue Apr 19, 2015 · 2 comments

Comments

@brunocascio
Copy link

@brunocascio brunocascio commented Apr 19, 2015

Hi guys!

I try to add a torrent using hash:

var torrentHash = "...";

 client.add(torrentHash, function(torrent){
      console.log(torrent)
});

But console.log don't execute nothing.

I see on the net the petition is pending but does nothing more.

captura de pantalla de 2015-04-19 19 55 01

help?

@piedshag

This comment has been minimized.

Copy link

@piedshag piedshag commented Apr 20, 2015

The torrent must be explicitly seeded either using the hybrid client or online using HTTPS://instant.io. This issue has been raised multiple times and is discussed in the readme.

@feross feross closed this Apr 20, 2015
@brunocascio

This comment has been minimized.

Copy link
Author

@brunocascio brunocascio commented Apr 20, 2015

Well... My code:

client.add("magnet:?xt=urn:btih:390C83FC95B05A4259C0BF1DB95DBFCB4E08D85E", 
        function(torrent){
            // Got torrent metadata!
            console.log('Torrent info hash:', torrent.infoHash)
        }
    );

But callback never execute.

With localStorage.debug = '*'

Print this output:

captura de pantalla de 2015-04-20 20 09 50
captura de pantalla de 2015-04-20 20 10 07
captura de pantalla de 2015-04-20 20 10 21

@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
3 participants
You can’t perform that action at this time.