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 upInvalid Torrent Identifier: Using WebRTC clients/servers from localhost #422
Comments
This comment has been minimized.
This comment has been minimized.
|
Since this, I have decided to split the seeding and leeching into 2 separate scopes, but the code remains the same. Still getting the same error. |
This comment has been minimized.
This comment has been minimized.
|
further update: I have been trying to stream this from a client in instant.io...no such luck :/ Does it automatically seek out peers? |
This comment has been minimized.
This comment has been minimized.
|
Update: No longer getting the error after playing around with the hex string itself and setting up a local seeding webtorrent, but still can't seem to get it to download.... |
This comment has been minimized.
This comment has been minimized.
|
@feross any comment at all on the nature of this error? |
This comment has been minimized.
This comment has been minimized.
|
Finally got it working on a whim. Stream library:
Angular Controller
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So I know that this has been something that has been addressed before but I was under the understanding that it had been fixed. We are currently utilizing Angular.js to try and inject torrent files into the DOM from our client. We keep trying to test this out but to no avail no matter what we try. Here is what we have:
function to download:
function to seed:
actual logic for execution via angular:
It continues to seed just fine, but when it comes to downloading it keeps giving the invalid torrent identifier. What are we doing wrong here? What can we do to get this up and running?