mirror of
https://github.com/lox-audioserver/lox-audioserver.git
synced 2026-04-25 22:35:53 +03:00
[GH-ISSUE #162] Impact of smaller set of supported endpoints of the Spotify API #91
Labels
No labels
bug
enhancement
pull-request
released
released on @beta
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lox-audioserver#91
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kkerssem on GitHub (Feb 15, 2026).
Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/162
First of all, I really like what you are building. Love that it allows me to integrate my existing speakers into Loxone.
Give the reduction of supported endpoints of the Spotify API, and that I am using a new Spotify Client ID to which the limitations apply, I wanted to give some feedback on what I am experiencing as a result of the limitations. I'm running V4.0.0-BETA.5.
I see you've already implemented fallbacks in the code for when the new Spotify API restrictions kick-in for new Client IDs.
I'm indeed seeing them being denied.
Access to the artist top-tracks also fails. Maybe it is possible to replace this with a Get Artist's Albums call? That one is still allowed.
In "Spotify->Your Library" I have an entry "Liked Songs" and "Podcasts". When I select it, it shows "(No content)". The logs however do not show an outgoing call to Spotify, but a content cache miss message. Something I need to reset?
When I select any playlist, it shows "(No content)". I guess this is because of the API change? Something to do with the rename of "tracks" to "items"?
@rudyberends commented on GitHub (Feb 15, 2026):
Thanks for the feedback. I’ll create a new Spotify app myself and evaluate what is still possible within the current constraints.
Unfortunately, the additional restrictions Spotify has introduced do not make this any easier.
@rudyberends commented on GitHub (Feb 22, 2026):
Given the current restrictions, this the best we can do for now:
efe0d3eIt will be included in the next beta. For now it's available on the dev branch. If you need a container for testing;
ghcr.io/lox-audioserver/lox-audioserver:testing-20260222150601