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 upTypeError: Cannot read property 'length' of undefined #541
Comments
This comment has been minimized.
This comment has been minimized.
|
This issue is caused by your You shouldn't delete properties from the torrent object. |
This comment has been minimized.
This comment has been minimized.
|
Ah thanks. Will try to copy it instead |
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'm trying to use webtorrent in node. Here's my main class that serves as an interface between my code and webtorrent:
And then to call it in browser:
And here is the output of
DEBUG=webtorrent,bittorrent-protocol npm start