-
Notifications
You must be signed in to change notification settings - Fork 730
Closed
Labels
Description
Look for similar bugs
Please check if there's already an issue for your problem.
If you've only a "me too" comment to make, consider if a 👍 reaction
will suffice.
Description
A clear and concise description of what the problem is.
I don't know what Spotify changed but open.spotify.com/get_access_token
no longer gives an accessToken, giving the error
{
"error": {
"code": 400,
"message": "Invalid TOTP"
}
}
Version
What version(s) of librespot does this problem exist in?
All
How to reproduce
Steps to reproduce the behavior in librespot e.g.
- Navigate to open.spotify.com/get_access_token as described by https://github.com/librespot-org/librespot/wiki/Options#access-token
- View error.
Log
Error Spotify gives:
{
"error": {
"code": 400,
"message": "Invalid TOTP"
}
}
Host (what you are running librespot
on):
NA
Additional context
This really sucks for a lot of small OSS projects that depend on this for getting anonymous tokens aswell...
acolombier, TimWijma and PatMyron