bencevans / node-sonos

🔈 Sonos Media Player Interface/Client

Home Page:https://www.npmjs.com/package/sonos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Playing song through this node library causes it to show up as "No information available" in Sonos app

spjoes opened this issue · comments

commented

Expected Behavior

It works just as good as any other song, added through sonos or not

Current Behavior

Adding the song through this node library causes it to show up as "No information available" and as tons of "Nulls" when trying to do sonos.getQueue()
This does not happen when I tried playing an mp3 from Archive.org

Sample code or executed example

  1. Add song via sonos.play() through this library
  2. Go to sonos app and notice it says "No information available"
  3. (OPTIONAL) do sonos.getQueue and notice its all null's for title, etc.

Versions (and Environment)

Node version: 16.13.0
node-sonos version: 1.14.1
OS: Windows 10