jishi / node-sonos-http-api

An HTTP API bridge for Sonos easing automation. Hostable on any node.js capable device, like a raspberry pi or similar.
http://jishi.github.io/node-sonos-http-api/
MIT License
1.83k stars 462 forks source link

Cannot read properties of undefined (reading 'length') #874

Open JiriDobsovic opened 10 months ago

JiriDobsovic commented 10 months ago

Hello jishi, I have a problem after installation sonos api. There is an error "Cannot read properties of undefined (reading 'length')" and I can't solve it in any way. See the picters: nodejs problem sonos api - node js

Node.js is running on Windows 10.

Versions: C:\Users\Jirka\SONOS>node -v v18.17.1 C:\Users\Jirka\SONOS>npm -v 9.8.1

status after start: image

status after audit: image

Please, how can I solve it?

Thank you very much.

Jiri Dobsovic