Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Entering the URL I was redirected to.

Solved!

Entering the URL I was redirected to.

Hi all. 

I need help with my program. I am creating small GUI for my desktop APP (not commercial usage). 

I come to the "problem" that the Spotipy needs to enter the URL I was redirected to (not all the time), is there a way how to not needed it? Here is how my authorization looks like, I am not sure if there is something missing 

authorization = spotipy.oauth2.SpotifyOAuth(client_id=CLIENT_ID_SPOTIFY,
client_secret=CLIENT_SECRET_SPOTIFY,
redirect_uri=REDIRECT_URI,
scope="playlist-modify-private",
show_dialog=True,
)

I need it work it for private and also public playlists. 

Any tips are welcomed. 

Thank you all!

Reply

Accepted Solutions
Marked as solution

When I added a :port number to the redirect_uri, it worked for me. You have to change this too at the dashboard of your app.

XimzendSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

View solution in original post

2 Replies
Marked as solution

When I added a :port number to the redirect_uri, it worked for me. You have to change this too at the dashboard of your app.

XimzendSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

Hi Ximzend, thank you for your reply.
I tried a lot of combinations, but it looks like the best is

http://127.0.0.1:5500

this one. 

Suggested posts

Let's introduce ourselves!

Hey there you, Ā  Yeah, you!Ā 😁 Ā  Welcome - we're glad you joined the Spotify Community! Ā  While you here, let's have a fun game and get…

ModeratorStaff / Moderator/ 4 years ago  in Social & Random