fivebanger
fivebanger
I can confirm this issue: Amazon streams often crashes on start. LibreELEC re-starts without a reboot. Issue remains after LibreELEC re-start. Setup: Raspberry Pi 4 LibreELEC v11.03 Amazon VOD v1.0.2+matrix.1...
Edit: Moved to https://github.com/librespot-org/librespot/issues/1346
I have created a new issue.
The payload results in `{"code":3,"errorDescription":"Invalid scope"}`. I have some update on this in general. I have two different use cases where I request tokens for some scopes by librespot's `get_token()`...
> When using connect-approach, do any scopes work? AFAIR I have checked for all these scopes: user-read-playback-state user-modify-playback-state user-read-currently-playing app-remote-control streaming playlist-read-private playlist-read-collaborative playlist-modify-private playlist-modify-public user-follow-modify user-follow-read user-read-playback-position user-top-read user-read-recently-played...
I have tried to prepare some debug code to demonstrate the issue but now it gets really wired.... I have now two flavors of debug code, a working one and...
I have added some debug code to my fork here: https://github.com/fivebanger/librespot/tree/token_error I'll follow up on this next week but what I can tell so far: When hard code the keymaster's...
tl;dr: - Scopes = "user-read-playback-state" results in an error if client_id = ANDROID_CLIENT_ID is used inside TokenProvider::get_token(). - TokenProvider::get_token() works for scopes = "user-read-playback-state" if hard coding either client_id =...
> If someone who was interested could connect to the official client from an android device and trace the http requests and find.out what ID it uses. I doubt that's...
> > That's the only place I have found set_client_id(). So the client_id used further on comes from Spotify, nothing to tweak or change at this point. Even a http...