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 upUncaught TypeError: must start with number, buffer, array or string #691
Comments
This comment has been minimized.
This comment has been minimized.
|
Can you paste the rest of the error ? (The stack trace containing the lines where it happened and all) |
This comment has been minimized.
This comment has been minimized.
|
I am using minified version of webtorrent
Hope this trace makes some sense. parse-torrent build is failing is it do something with that ??? |
This comment has been minimized.
This comment has been minimized.
No, that's a false positive. Can you post the code you wrote? |
This comment has been minimized.
This comment has been minimized.
|
Snippet of code:
File: https://github.com/ajainvivek/P2PDrop/blob/master/app/services/webtorrent.js I am unable to get complete stack trace as the error seems to starts from webtorrent.min.js |
This comment has been minimized.
This comment has been minimized.
|
Any updates @feross ? |
This comment has been minimized.
This comment has been minimized.
|
Issue seems to be not happening after updating webtorrent.min.js. Thanks |
This comment has been minimized.
This comment has been minimized.
|
@ajainvivek Glad you got it figured out! When your app is ready, you should send a PR, or open an issue to add it to the list of WebTorrent users. |
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. |
The error started appearing recently while seeding and downloading a file. Its not blocking anything as such but can I get to know what I am doing wrong.
Thanks,