[GH-ISSUE #176] Spotify API failed requests #104

Closed
opened 2026-02-27 19:28:25 +03:00 by kerem · 0 comments
Owner

Originally created by @mr-manuel on GitHub (Feb 22, 2026).
Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/176

While clicking on the Spofity * Manu button in the Loxone app I get this errors:

[2026-02-22T11:09:29.089Z][SPAM][LoxoneHttp] [command=audio/cfg/getservicefolder/spotify/Manu/3/0/20 name=appHttp remote=10.4.1.1] loxone ws message received
[2026-02-22T11:09:29.089Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservicefolder/spotify/Manu/3/0/20] command received
[2026-02-22T11:09:29.090Z][DEBUG][Content|Manager] [folderId=3 limit=20 offset=0 service=spotify user=Manu] content cache hit
[2026-02-22T11:09:29.091Z][SPAM][LoxoneHttp] [command=audio/cfg/getservicefolder/spotify/Manu/0/0/20 name=appHttp remote=10.4.1.1] loxone ws message received
[2026-02-22T11:09:29.092Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservicefolder/spotify/Manu/0/0/20] command received
[2026-02-22T11:09:29.092Z][DEBUG][Content|Manager] [folderId=0 limit=20 offset=0 service=spotify user=Manu] content cache hit
[2026-02-22T11:09:29.093Z][SPAM][LoxoneHttp] [command=audio/cfg/getservicefolder/spotify/Manu/1/0/20 name=appHttp remote=10.4.1.1] loxone ws message received
[2026-02-22T11:09:29.094Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservicefolder/spotify/Manu/1/0/20] command received
[2026-02-22T11:09:29.094Z][DEBUG][Content|Manager] [folderId=1 limit=20 offset=0 service=spotify user=Manu] content cache hit
[2026-02-22T11:09:29.095Z][SPAM][LoxoneHttp] [command=audio/cfg/getservicefolder/spotify/Manu/2/0/20 name=appHttp remote=10.4.1.1] loxone ws message received
[2026-02-22T11:09:29.095Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservicefolder/spotify/Manu/2/0/20] command received
[2026-02-22T11:09:29.095Z][DEBUG][Content|Manager] [folderId=2 limit=20 offset=0 service=spotify user=Manu] content cache hit
[2026-02-22T11:09:29.146Z][SPAM][LoxoneHttp] [command=audio/cfg/getservicefolder/spotify/Manu/3/18/20 name=appHttp remote=10.4.1.1] loxone ws message received
[2026-02-22T11:09:29.147Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservicefolder/spotify/Manu/3/18/20] command received
[2026-02-22T11:09:29.147Z][DEBUG][Content|Manager] [folderId=3 limit=20 offset=18 service=spotify user=Manu] content cache hit
[2026-02-22T11:09:29.157Z][DEBUG][Content|Spotify:Manu] [body="{\"error\": {\"status\": 404, \"message\": \"Not Found\" } }" status=404 url=https://api.spotify.com/v1/browse/categories/toplists/playlists?limit=20&country=IT] spotify api request failed
[2026-02-22T11:09:29.190Z][DEBUG][Content|Spotify:Manu] [body="{\"error\": {\"status\": 404, \"message\": \"Not Found\" } }" status=404 url=https://api.spotify.com/v1/browse/categories/toplists/playlists?limit=20] spotify api request failed
[2026-02-22T11:09:29.223Z][DEBUG][Content|Spotify:Manu] [body="{\"error\": {\"status\": 404, \"message\": \"Not Found\" } }" status=404 url=https://api.spotify.com/v1/browse/categories/toplists/playlists?limit=20&country=US] spotify api request failed
[2026-02-22T11:09:29.256Z][DEBUG][Content|Spotify:Manu] [body="{\"error\": {\"status\": 404, \"message\": \"Not Found\" } }" status=404 url=https://api.spotify.com/v1/browse/featured-playlists?limit=20&country=IT] spotify api request failed
[2026-02-22T11:09:29.289Z][DEBUG][Content|Spotify:Manu] [body="{\"error\": {\"status\": 404, \"message\": \"Not Found\" } }" status=404 url=https://api.spotify.com/v1/browse/featured-playlists?limit=20] spotify api request failed
[2026-02-22T11:09:29.321Z][DEBUG][Content|Spotify:Manu] [body="{\"error\": {\"status\": 404, \"message\": \"Not Found\" } }" status=404 url=https://api.spotify.com/v1/browse/featured-playlists?limit=20&country=US] spotify api request failed

The my favorite songs playlist shows also empty.

[2026-02-22T11:12:23.575Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservicefolder/spotify/Manu/4/0/50] command received
[2026-02-22T11:12:23.576Z][DEBUG][Content|Manager] [folderId=4 limit=50 offset=0 service=spotify user=Manu] content cache hit
Originally created by @mr-manuel on GitHub (Feb 22, 2026). Original GitHub issue: https://github.com/lox-audioserver/lox-audioserver/issues/176 While clicking on the `Spofity * Manu` button in the Loxone app I get this errors: ``` [2026-02-22T11:09:29.089Z][SPAM][LoxoneHttp] [command=audio/cfg/getservicefolder/spotify/Manu/3/0/20 name=appHttp remote=10.4.1.1] loxone ws message received [2026-02-22T11:09:29.089Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservicefolder/spotify/Manu/3/0/20] command received [2026-02-22T11:09:29.090Z][DEBUG][Content|Manager] [folderId=3 limit=20 offset=0 service=spotify user=Manu] content cache hit [2026-02-22T11:09:29.091Z][SPAM][LoxoneHttp] [command=audio/cfg/getservicefolder/spotify/Manu/0/0/20 name=appHttp remote=10.4.1.1] loxone ws message received [2026-02-22T11:09:29.092Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservicefolder/spotify/Manu/0/0/20] command received [2026-02-22T11:09:29.092Z][DEBUG][Content|Manager] [folderId=0 limit=20 offset=0 service=spotify user=Manu] content cache hit [2026-02-22T11:09:29.093Z][SPAM][LoxoneHttp] [command=audio/cfg/getservicefolder/spotify/Manu/1/0/20 name=appHttp remote=10.4.1.1] loxone ws message received [2026-02-22T11:09:29.094Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservicefolder/spotify/Manu/1/0/20] command received [2026-02-22T11:09:29.094Z][DEBUG][Content|Manager] [folderId=1 limit=20 offset=0 service=spotify user=Manu] content cache hit [2026-02-22T11:09:29.095Z][SPAM][LoxoneHttp] [command=audio/cfg/getservicefolder/spotify/Manu/2/0/20 name=appHttp remote=10.4.1.1] loxone ws message received [2026-02-22T11:09:29.095Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservicefolder/spotify/Manu/2/0/20] command received [2026-02-22T11:09:29.095Z][DEBUG][Content|Manager] [folderId=2 limit=20 offset=0 service=spotify user=Manu] content cache hit [2026-02-22T11:09:29.146Z][SPAM][LoxoneHttp] [command=audio/cfg/getservicefolder/spotify/Manu/3/18/20 name=appHttp remote=10.4.1.1] loxone ws message received [2026-02-22T11:09:29.147Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservicefolder/spotify/Manu/3/18/20] command received [2026-02-22T11:09:29.147Z][DEBUG][Content|Manager] [folderId=3 limit=20 offset=18 service=spotify user=Manu] content cache hit [2026-02-22T11:09:29.157Z][DEBUG][Content|Spotify:Manu] [body="{\"error\": {\"status\": 404, \"message\": \"Not Found\" } }" status=404 url=https://api.spotify.com/v1/browse/categories/toplists/playlists?limit=20&country=IT] spotify api request failed [2026-02-22T11:09:29.190Z][DEBUG][Content|Spotify:Manu] [body="{\"error\": {\"status\": 404, \"message\": \"Not Found\" } }" status=404 url=https://api.spotify.com/v1/browse/categories/toplists/playlists?limit=20] spotify api request failed [2026-02-22T11:09:29.223Z][DEBUG][Content|Spotify:Manu] [body="{\"error\": {\"status\": 404, \"message\": \"Not Found\" } }" status=404 url=https://api.spotify.com/v1/browse/categories/toplists/playlists?limit=20&country=US] spotify api request failed [2026-02-22T11:09:29.256Z][DEBUG][Content|Spotify:Manu] [body="{\"error\": {\"status\": 404, \"message\": \"Not Found\" } }" status=404 url=https://api.spotify.com/v1/browse/featured-playlists?limit=20&country=IT] spotify api request failed [2026-02-22T11:09:29.289Z][DEBUG][Content|Spotify:Manu] [body="{\"error\": {\"status\": 404, \"message\": \"Not Found\" } }" status=404 url=https://api.spotify.com/v1/browse/featured-playlists?limit=20] spotify api request failed [2026-02-22T11:09:29.321Z][DEBUG][Content|Spotify:Manu] [body="{\"error\": {\"status\": 404, \"message\": \"Not Found\" } }" status=404 url=https://api.spotify.com/v1/browse/featured-playlists?limit=20&country=US] spotify api request failed ``` The my favorite songs playlist shows also empty. ``` [2026-02-22T11:12:23.575Z][DEBUG][LoxoneHttp|Processor] [command=audio/cfg/getservicefolder/spotify/Manu/4/0/50] command received [2026-02-22T11:12:23.576Z][DEBUG][Content|Manager] [folderId=4 limit=50 offset=0 service=spotify user=Manu] content cache hit ```
kerem closed this issue 2026-02-27 19:28:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lox-audioserver#104
No description provided.