mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #208] current_user_playing_track return 401 #68
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#68
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 @luukvankooten on GitHub (May 2, 2021).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/208
Describe the bug
the method in the spotify client
current_user_playing_trackreturnErr( StatusCode(401, "Unauthorized", ),)To Reproduce
Steps to reproduce the behavior:
user-read-currently-playingcurrent_user_playing_trackExpected behavior
An struct of CurrentlyPlayingContext
Log/Output data
Additional context
To solve the problem in the method
current_user_playing_trackchangeself.gettoself.endpoint_get@luukvankooten commented on GitHub (May 2, 2021):
I also created a pull request for this fix, see #209.