mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #7] Getting bad request #6
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#6
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 @kbrah on GitHub (May 18, 2018).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/7
I recently started getting bad request from all the requests. I can reproduce it with the example in the README with brand new client id and secret.
This is the response I get:
@DomWilliams0 commented on GitHub (May 18, 2018):
This was fixed in
c4b8167, but hasn't yet been updated on crates.io.@samrayleung could you please bump the version and update it please? 🤓
@ramsayleung commented on GitHub (May 19, 2018):
I have bumped
rspotifyto 0.2.1, everything should work fine now. For more information, you could check https://crates.io/crates/rspotify@kbrah commented on GitHub (May 19, 2018):
that solved it!