v1.0.40
[ 1.0.40 ] - 2024/07/02
- Updated underlying
spotifywebapiPython
package requirement to version 1.0.73. - Updated
SpotifyClient.GetSpotifyConnectDevices
to gracefully handle device unavailable scenarios. It will try to reach the device by its direct HostIpAddress first; if that fails, then it will try to reach the device by its Server alias; if that fails, then it will log a warning that the device could not be reached and press on. - Updated
ZeroconfConnect.Disconnect
to check for an invalid JSON response. It has been found that some devices (Sonos, etc) do not return a proper JSON response for theresetUsers
action. If a JSON response was not returned, then it will treat the http status code as the response code; if it's not a 200, then it will raise an exception.