-
Notifications
You must be signed in to change notification settings - Fork 465
Description
Trying to get an automation setup for my son, to play some podcast episodes of thomas the train.
Standard calls to spotify work for any album based track. (music etc)
but any sort of podcast play returns:
URL Call:
http://192.168.1.27:5005/[RoomName]/spotify/now/7iFmGKpRo0FOCaMfH47Spv
{"status":"error","error":"Got status 500 when invoking /MediaRenderer/AVTransport/Control","stack":"Error: Got status 500 when invoking /MediaRenderer/AVTransport/Control\n at Object.invoke (/app/node_modules/sonos-discovery/lib/helpers/soap.js:99:10)\n at Player.addURIToQueue (/app/node_modules/sonos-discovery/lib/models/Player.js:616:15)\n at /app/lib/actions/spotify.js:33:36\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)"}
I noticed on Spotify's URL's, when a podcast episode is playing, it says "episode"
"https://open.spotify.com/episode/7iFmGKpRo0FOCaMfH47Spv"
but when a song/album is playing, it says "track"
"https://open.spotify.com/track/4PTG3Z6ehGkBFwjybzWkR8"
Thoughts on why I might be getting this error 500? I'm inclined to believe it's due to this episode/track inconsistency