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

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

hklages opened this issue · comments

The function avTransportService().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

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