yocontra / nodecast

Node interface to DIAL/RAMP/ChromeCast
MIT License
162 stars 23 forks source link

list devices #22

Open qrzeller opened 5 years ago

qrzeller commented 5 years ago

Parsing service name for Chromecast does not work (version HD)

´TypeError: Cannot read property 'name' of undefined at nodecast/lib/devices/chromecast.js:50:25´

I used the list-devices.js file provided.

yocontra commented 5 years ago

Issue is: https://github.com/contra/nodecast/blob/master/lib/devices/chromecast.js#L50

Can you leave a console.log(parsed) on line 48 and see what it says?

qrzeller commented 5 years ago

Sorry, I did it and forget to tell about. It's empty dictionnary : {}