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

Uncaught node.js Error #93

Open
kirius20 opened this issue Nov 18, 2015 · 16 comments
Open

Uncaught node.js Error #93

kirius20 opened this issue Nov 18, 2015 · 16 comments

Comments

@kirius20
Copy link

Hi.
When I start the application I get the following error:

"Uncaught node.js Error TypeError: Cannot read property 'documentElement' of undefined at Object.exports.parseStringSync (/private/var/folders/9d/r2_xmrqx049chwggq7cm52pr0000gn/T/.org.chromium.Chromium.UKI0Lp/node_modules/airplay-js/node_modules/plist-with-patches/lib/plist.js:79:10) at eval (/private/var/folders/9d/r2_xmrqx049chwggq7cm52pr0000gn/T/.org.chromium.Chromium.UKI0Lp/node_modules/airplay-js/airplay/client.js:184:25) at Socket.eval (/private/var/folders/9d/r2_xmrqx049chwggq7cm52pr0000gn/T/.org.chromium.Chromium.UKI0Lp/node_modules/airplay-js/airplay/client.js:39:13)"

I have OS X 10.11.1

@ghost
Copy link

ghost commented Nov 23, 2015

Get the same error, it only occurs with torrent files tho. Use magnets instead and it works just fine.

@kirius20
Copy link
Author

I have not gotten to use any type of file. The error occurs when the program starts me if I have the AirPlay enabled

@mmarquez661
Copy link

I am having the same issue :(

@diogoviannaaraujo
Copy link

+1

@aghuwalewala
Copy link

Me too.

@lesha888
Copy link

+1

1 similar comment
@aullman
Copy link

aullman commented Dec 30, 2015

+1

@aullman
Copy link

aullman commented Dec 30, 2015

I was using v0.9.6 and I just updated to v0.9.9 and I still have the same issue. I'm using OSX Yosemite 10.10.5.

Uncaught node.js Error

TypeError: Cannot read property 'documentElement' of undefined
    at Object.exports.parseStringSync (/Applications/TorrenTV.app/Contents/Resources/app.nw/node_modules/airplay-js/node_modules/plist-with-patches/lib/plist.js:79:10)
    at eval (/Applications/TorrenTV.app/Contents/Resources/app.nw/node_modules/airplay-js/airplay/client.js:184:25)
    at Socket.eval (/Applications/TorrenTV.app/Contents/Resources/app.nw/node_modules/airplay-js/airplay/client.js:39:13)
    at Socket.EventEmitter.emit (events.js:98:17)
    at readableAddChunk (_stream_readable.js:156:16)
    at Socket.Readable.push (_stream_readable.js:123:10)
    at TCP.onread (net.js:509:20)

@codygman
Copy link

Shot in the dark, but this function looks easy to break and is related if
you trace the callstack:
https://github.com/guerrerocarlos/node-airplay-js/blob/master/airplay/client.js#L94
On Dec 30, 2015 5:54 PM, "Adam Ullman" notifications@github.com wrote:

I was using v0.9.6 and I just updated to v0.9.9 and I still have the same
issue. I'm using OSX Yosemite 10.10.5.

Uncaught node.js Error

TypeError: Cannot read property 'documentElement' of undefined
at Object.exports.parseStringSync (/Applications/TorrenTV.app/Contents/Resources/app.nw/node_modules/airplay-js/node_modules/plist-with-patches/lib/plist.js:79:10)
at eval (/Applications/TorrenTV.app/Contents/Resources/app.nw/node_modules/airplay-js/airplay/client.js:184:25)
at Socket.eval (/Applications/TorrenTV.app/Contents/Resources/app.nw/node_modules/airplay-js/airplay/client.js:39:13)
at Socket.EventEmitter.emit (events.js:98:17)
at readableAddChunk (_stream_readable.js:156:16)
at Socket.Readable.push (_stream_readable.js:123:10)
at TCP.onread (net.js:509:20)


Reply to this email directly or view it on GitHub
https://github.com/TorrenTV/TorrenTV/issues/93#issuecomment-168097128.

@kirius20
Copy link
Author

kirius20 commented Jan 5, 2016

Now I use Stremio. It is the best app

@ghost
Copy link

ghost commented Jan 5, 2016

Thank you @kirius20

I was a bit hasty when i posted my recommendation, it's been a while and i completely forgot that the key benefit of this app was streaming to Apple TV. Something Powder Player doesn't let you do. Tho, for use on the computer, Powder is excellent.

Checking out Streaming! Thanks for the tip.

@semikolon
Copy link

Stremio didn't work for me. Login doesn't even work. and it looks kinda shady and some people were reporting trojans in the installer... so...

@semikolon
Copy link

So, get this same error still, with airplay-js, even with magnet links

@okibcn
Copy link

okibcn commented Sep 24, 2016

I am having the same issue. I am using it in a Windows 10 Aniversary Update, Latest Java:

java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) Client VM (build 25.101-b13, mixed mode, sharing)

Just after installing the windows installer and after running it I got:

Uncaught node.js Error

TypeError: Cannot read property 'documentElement' of undefined
    at Object.exports.parseStringSync (C:\Users\Me\AppData\Local\TorrenTV\node_modules\airplay-js\node_modules\plist-with-patches\lib\plist.js:79:10)
    at eval (C:\Users\Me\AppData\Local\TorrenTV\node_modules\airplay-js\airplay\client.js:184:25)
    at Socket.eval (C:\Users\Me\AppData\Local\TorrenTV\node_modules\airplay-js\airplay\client.js:39:13)
    at Socket.EventEmitter.emit (events.js:98:17)
    at readableAddChunk (_stream_readable.js:156:16)
    at Socket.Readable.push (_stream_readable.js:123:10)
    at TCP.onread (net.js:509:20)

Obviously it doesn't leave me test any torrent file, magnet or video file. Any clue? I can provide more feedback if needed.

Thanks

@luisbuchelli
Copy link

+1 same issue

@GETandSELECT
Copy link

+1 same issue on latest macOS Sierra and tvOS

this the error on AppleTV
img_0354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests