mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #314] Connection refused #179
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#179
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 @SockworkOrange on GitHub (Jul 27, 2018).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/314
I did it by the book -
When I run my app I get the following message:
and this message is of course accompanied by opening the this url, and this message appears:
What am I doing wrong?
@ritiek commented on GitHub (Jul 27, 2018):
You have to copy the URL you are redirected to and paste it in the terminal where it asks for (even if it says "This site can’t be reached", you still have to copy-paste the URL).
@SockworkOrange commented on GitHub (Jul 27, 2018):
I copy it, presses enter and it opens the URL one more time - and the code afterwards just does not run.
This is the full code:
It doesn't print any error or something - it just doesn't run...
@omadume commented on GitHub (Apr 8, 2019):
Same issue is occurring for me
@jeremyreikes commented on GitHub (Sep 3, 2019):
+1
@aaron-freeman commented on GitHub (Sep 4, 2019):
Your code runs, it just must be executing the
elsestatement.Personally, I've had an easier time utilizing the Client Credentials Flow.
@stephanebruckert commented on GitHub (Jan 13, 2020):
CLIENT_ID,CLIENT_SECRET&REDIRECT_URIshould beSPOTIPY_CLIENT_ID,SPOTIPY_CLIENT_SECRETandSPOTIPY_REDIRECT_URI. Also the previous versions were a bit buggy so make sure to upgrade: