mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #687] Error Only valid bearer authentication supported, reason: None?? #408
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#408
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 @phantom2152 on GitHub (Jun 7, 2021).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/687
Hey I was getting info about a single track while I got this error
my code is
And I am getting following error
@Peter-Schorn commented on GitHub (Jun 7, 2021):
Read the documentation: https://spotipy.readthedocs.io/en/2.18.0/#client-credentials-flow
@spyvanilla commented on GitHub (May 10, 2022):
The
.get_access_token()method returns a JSON object, to get theacess_tokeninside the object, you have to do this:@Peter-Schorn commented on GitHub (May 10, 2022):
While this works, it is not recommended because the access token will not be automatically refreshed when it expires after an hour. As shown in the README, this is how you should initialize
Spotify:@stephanebruckert commented on GitHub (Jun 18, 2022):
Elements of answer provided here https://github.com/plamere/spotipy/issues/828#issuecomment-1156641256