bencevans / node-sonos

🔈 Sonos Media Player Interface/Client
https://www.npmjs.com/package/sonos
MIT License
703 stars 147 forks source link

avTransportService().GetMediaInfo() does not provide any information #466

Closed hklages closed 4 years ago

hklages commented 4 years ago

The functionavTransportService().GetMediaInfo() does not provide any information. That may be related to the new Sonos S2 platform

Expected Behavior

It should provide at least .CurrentURI

Current Behavior

all properties are empty: {"NrTracks":"0","MediaDuration":"NOT_IMPLEMENTED","CurrentURI":"","CurrentURIMetaData":"","NextURI":"","NextURIMetaData":"","PlayMedium":"NONE","RecordMedium":"NOT_IMPLEMENTED","WriteStatus":"NOT_IMPLEMENTED"}

Possible Solution

Sonos S2 platform might be the reason.

Versions (and Environment)

node-sonos version: current Sonos OS: S2 SONOS App 12.0

hklages commented 4 years ago

Currently I am not anymore able to reproduce the error and close this issue.