filahf / budgie-stream

Stream system output to your Sonos devices. Built with Electron, React and Express
https://budgiestream.netlify.app/
MIT License
53 stars 4 forks source link

No device found on Windows 10 #22

Open maggo1404 opened 3 years ago

maggo1404 commented 3 years ago

The budgie-stream V0.1.5 found not a device. I use a SYMFONISK from IKEA. The firewall allow the network access.

cmd output:

[Function] (node:10916) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. Https App started Checking for update Update for version 0.1.5 is not available (latest version: 0.1.5, downgrade is disallowed). checkForUpdatesAndNotify called, downloadPromise is null Error in discovery {} undefined

filahf commented 3 years ago

Hello, That sounds weird, usually when there's firewall issues you're able to at least discover devices.

I would recommend you to have a look at https://github.com/bencevans/node-sonos and their test suite. Hopefully that will point you in the right direction.