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 upExtension API error thrown by bittorrent-swarm/bittorrent-protocol #228
Comments
This comment has been minimized.
This comment has been minimized.
|
Please make sure you're using the latest version of webtorrent (0.19.1). This issue was fixed a while ago. Let me know if you still encounter the issue with the latest version. |
This comment has been minimized.
This comment has been minimized.
|
Sorry about that and thank you! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! I'm developing a desktop app using
node-webkit.When running my code, I'm given this error:
Uncaught Error: Extension API requires a named function, e.g. function name() {}.This is thrown from
node_modules/webtorrent/node_modules/bittorrent-swarm/node_modules/bittorrent-protocol/index.js (130).My code is simple:
As I'm fairly new to this client, I'm not sure how to approach this issue.
Thanks in advance!