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 up[webtorrent-cli] Uncaught exception in nodebmc from JSON.parse() #805
Labels
Comments
Merged
This comment has been minimized.
This comment has been minimized.
|
Thanks for the report! This is actually a bug in They have a call to |
This comment has been minimized.
This comment has been minimized.
|
PR was merged, now waiting for it get published to npm. |
This comment has been minimized.
This comment has been minimized.
|
The fixed version is on npm now. This should be fixed. |
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.
Hello I' ve tried downloading a torrent file using the xbmc module and I got this error. I don' t understand the error my self nor did I find another issue like this. If this is a duplicate a will close it.
USER, HOSTNAME and IP are obviously masked.
{ addresses: [ 'IP' ],
query: [ '_xbmc-jsonrpc-h._tcp.local' ],
type:
[ { name: 'xbmc-jsonrpc-h',
protocol: 'tcp',
subtypes: [],
description: undefined } ],
txt: [ '' ],
port: 8080,
fullname: 'HOSTNAME._xbmc-jsonrpc-h._tcp.local',
host: 'HOSTNAME.local',
interfaceIndex: 0,
networkInterface: 'enp2s0' }
UNEXPECTED ERROR: If this is a bug in WebTorrent, report it!
OPEN AN ISSUE: https://github.com/feross/webtorrent/issues
DEBUG INFO: webtorrent-cli 1.2.0, webtorrent 0.93.3, node v5.7.0, linux x64, exit 1
undefined:1
SyntaxError: Unexpected end of input
at Object.parse (native)
at IncomingMessage. (/home/USER/.nvm/v5.7.0/lib/node_modules/webtorrent-cli/node_modules/nodebmc/device.js:35:31)
at emitNone (events.js:85:20)
at IncomingMessage.emit (events.js:179:7)
at endReadableNT (_stream_readable.js:913:12)
at _combinedTickCallback (node.js:377:13)
at process._tickCallback (node.js:401:11)