-
Notifications
You must be signed in to change notification settings - Fork 62
Got an uncaught exception on the Chromecast subsystem #17
Comments
The codepath is enterily outside of Dashkiosk (and nodecastor). Could you check if you have something in avahi log files at the same time? I would suspect that the network "problem" is the cause of such an exception. Not catching the exception is "normal" since it lives in a codepath where it cannot be caught (because of asynchronousness). The best that can be done is to limit it to the Chromecast module which is done here. Its presence should not disrupt the operation of other Chromecasts. Currently, a fork of node mdns is used because the original project was not active anymore when the code was written. However, it seems that the original project is now active again and released some improvements. I will try it to check if it is compatible and switch back. You can check yourself if you want. mdns is a dependency of "nodecastor", so in |
I have updated the dependencies to use mdns instead of mdns2. This works fine for me. I'll do a release soon and you can then check if things are better for you or not. |
FWIW, I was seeing this error too when the receiver url I used could not be accessed from the Chromecasts. |
@jbfavre Do you still have the problem? |
did not pay specific attention to it. Still have to test mdns2 replacement though. |
Hello,
Got this error with lastest version of Dashkiosk.
I'm running it on Debian Wheezy and nodejs 0.10.33 from Joyent.
That does not prevent Dashkiosk to run, but maybe it could explain connexion loss I got from time to time with Chromecast devices ?
Regards,
JB
The text was updated successfully, but these errors were encountered: