mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #298] Authentications simply not working... #169
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#169
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 @Plopkonijn on GitHub (Jun 9, 2018).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/298
Trying to get it to work. I've done:
SET SPOTIPY_CLIENT_ID=3bc077932594438db9329051e4a86392
SET SPOTIPY_CLIENT_SECRET= "SECRET DUH"
SET SPOTIPY_REDIRECT_URI= http://localhost/
got the following url
https://accounts.spotify.com/authorize?client_id=3bc077932594438db9329051e4a86392&response_type=code&redirect_uri=+http%3A%2F%2Flocalhost%2F&scope=playlist-modify-public
but this returns a "Bad Request" error on running
add_tracks_to_playlist.py plopkonijn 7qOO1XgvujpSNcgGoZNOV1 1eYY6nY4KiKXAT7QIQKyl5
@stephanebruckert commented on GitHub (Jan 13, 2020):
Check if https://github.com/plamere/spotipy/issues/194#issuecomment-317192954 or https://github.com/plamere/spotipy/issues/402#issuecomment-573890067 helps