-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Authentication Issues #580
Labels
bug
Something isn't working
Comments
The workaround worked ty! |
This comment has been minimized.
This comment has been minimized.
Used the workaround and spotify reset my password. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this issue is a write-up of #520 due to that issue being way too long and tiring to read.
summary
spotify deprecated the login api used for authentication.
therefore, it is currently impossible to log in with the existing master branch/any version of spotify-player
a fix is being worked on in #570, the pr can be used for basic functionality, some issues remain.
feel free to contribute by working on the pr or submitting new problems that arise when using spotify-player built from it!
workaround
in an environment with a (somewhat up to date) rust toolchain set up, run the following commands in your home directory:
huge thanks to the original authors and the modification! ❤️
technical details
spotify now requires an oauth2 login flow, which needs to implemented.
the library used for authentication is librespot, the dependency needs to be updated to the latest release which adds support for oauth2.
since that release contains a lot of breaking changes and the login flow in this application needs to be rewritten, this requires a substantial amount of work.
see #570 for the current state/progress made so far on fixing this situation.
The text was updated successfully, but these errors were encountered: