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 upIgnoring input without any warning #925
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
I don't think you can actually create a I haven't tried using webtorrent with cordova before. If you figure out the cause of the issue and its webtorrent's fault, please send a PR. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am working on using webtorrent within a cordova app but I am having really big troubles when seeding due to the input. I use a plugin named imagePicker, which returns a URI which I convert to a FileEntry and then finnally to a File object. My problem is when I pass this File objects to the client.seed, nothing starts seeding (not even the callback is executed) and I get no warning from the WebTorrent library or Chrome's permissions. If I check later the current torrents, I have nothing.
The client.add part works, at least the callback is called.