Insufficient client scope
when upgrading from 2.4.4
to 2.19.0
#830
Labels
Insufficient client scope
when upgrading from 2.4.4
to 2.19.0
#830
Hi all.
I've already reported one breaking change going from
2.4.4
to2.19.0
. It seems that there's another one.Just for background: I've been using
spotipy
version2.4.4
since around ~2019. My app has thousands of Spotify users, and it uses both user-level and non-user-level calls to Spotify API viaspotipy
. It has worked flawlessly until the update.Today a user signed up and connected a Spotify account, the first user since I upgraded
spotipy
to2.19.0
. And while doing a call against his account I got this error:I was afraid that the upgrade would cause permanent authorization errors for more users, so I rolled-back to
2.4.4
and guess what? the same calls against the user's library were now working...I'm wondering whether anyone can shed some light on what were the breaking changes in the auth mechanism, besides the aforementioned issue I've linked so far.
Thank you very much for your work!
The text was updated successfully, but these errors were encountered: