mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 08:35:49 +03:00
[GH-ISSUE #193] [BUG] PremiumAccountRequired error #32
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#32
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 @rphlo on GitHub (May 16, 2023).
Original GitHub issue: https://github.com/kokarare1212/librespot-python/issues/193
Describe the bug
Login fails with Session.SpotifyAuthenticationException PremiumAccountRequired
To Reproduce
Try to log in with premium account
Expected behavior
Should login without exceptions
Client Information (please complete the following information):
Additional context
It use to work, so I suspect changes on Spotify side
@kokarare1212 commented on GitHub (May 16, 2023):
I was able to confirm this as well.
The same error seems to occur with librespot-java.
I'm not sure, so I'll wait for changes to librespot-java...
@deermichel commented on GitHub (May 16, 2023):
yup same here, however the rust version still works: https://github.com/librespot-org/librespot
@kokarare1212 commented on GitHub (May 16, 2023):
These problems should be fixed in this release.
The reason seems to be that the client version is too old.
See also: https://github.com/librespot-org/librespot-java/issues/614#issuecomment-1550325165
@deermichel commented on GitHub (May 17, 2023):
@kokarare1212 that was quick! yes, can confirm that v0.0.9 fixes the issue :)