Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object prototype may only be an object or null #616

Closed
kulyzu opened this issue Feb 13, 2016 · 2 comments
Closed

Object prototype may only be an object or null #616

kulyzu opened this issue Feb 13, 2016 · 2 comments

Comments

@kulyzu
Copy link

@kulyzu kulyzu commented Feb 13, 2016

util.js:556
ctor.prototype = Object.create(superCtor.prototype, {
^
TypeError: Object prototype may only be an Object or null
at Function.create (native)
at exports.inherits (util.js:556:27)
at Object. (/home/username/.node_modules/lib/node_modules/webtorrent/node_modules/render-media/node_modules/videostream/mp4-remuxer.js:20:1)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/home/username/.node_modules/lib/node_modules/webtorrent/node_modules/render-media/node_modules/videostream/videostream.js:6:18)

[1]+ Exit 8 webtorrent magnet:?xt=urn:btih:73A3E1F9492BA6B0FA5AFB95FEEBA59C001ABF62

what i did is
webtorrent magnet_link

@kulyzu

This comment has been minimized.

Copy link
Author

@kulyzu kulyzu commented Feb 13, 2016

This is not an issue, sorry i was using an old node version.

after i installed the latest, i reinstall webtorrent, but now it stuck on fetching torrent metadata from 0 peers and then it exit.

am using the command as above

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Feb 13, 2016

Don't use WebTorrent for piracy. We cannot help with such requests.

@feross feross closed this Feb 13, 2016
@webtorrent webtorrent locked and limited conversation to collaborators Feb 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.