mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #470] Getting bad request error(400) #154
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#154
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 @slyeet03 on GitHub (Mar 29, 2024).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/470
I am trying to fetch user's playlist and store the names in a variable. I get the authorisation url, I do the whole allow access thing then get redirected to a local host. After copying that url and giving it for accessing token, I just get error 400. I have checked my redirect uri and allowed users both are right.
My Code
Log/Output data
@ForsakenHarmony commented on GitHub (Oct 4, 2024):
How did you fix it?