We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug the method in the spotify client current_user_playing_track return Err( StatusCode(401, "Unauthorized", ),)
current_user_playing_track
Err( StatusCode(401, "Unauthorized", ),)
To Reproduce Steps to reproduce the behavior:
user-read-currently-playing
Expected behavior An struct of CurrentlyPlayingContext
Log/Output data
Err( StatusCode( 401, "Unauthorized", ), )
Additional context To solve the problem in the method current_user_playing_track change self.get to self.endpoint_get
self.get
self.endpoint_get
The text was updated successfully, but these errors were encountered:
I also created a pull request for this fix, see #209.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
the method in the spotify client
current_user_playing_track
returnErr( StatusCode(401, "Unauthorized", ),)
To Reproduce
Steps to reproduce the behavior:
user-read-currently-playing
current_user_playing_track
Expected behavior
An struct of CurrentlyPlayingContext
Log/Output data
Additional context
To solve the problem in the method
current_user_playing_track
changeself.get
toself.endpoint_get
The text was updated successfully, but these errors were encountered: