Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 1
2 answers
100 views

I'm attempting to extract the track names and artists from a playlist using the code below (client credentials are blanked out for security): import spotipy from spotipy.oauth2 import SpotifyOAuth ...
Score of 1
1 answer
132 views

I have this error when I am trying to create a playlist using my account. When I try to launch the code with the command python3 spotifyv2.py {user_name} it gives me this error: HTTP Error for POST to ...
Score of -2
2 answers
968 views

I've been working on a Python app that needs to call the Spotify API and access user playlists and items inside those playlists. Here is the code: import os import base64 from requests import post, ...
Score of 0
1 answer
76 views

I am trying to create a private playlist using the Spotify Web API (via the spotipy library in Python), but I am encountering an authorization error. The Problem When I run my script, I receive a 403 ...
Score of 0
0 answers
82 views

I'm currently trying to use the Spotify API (with Spotipy) to add items to one of my playlists, but I keep getting a 403 forbidden error, like shown below after my current code: Code: import spotipy ...
Score of 6
1 answer
354 views

I’m building a small Flask app using Spotipy to fetch a user’s playlists and then display the tracks inside a selected playlist. Authentication works correctly. I can: Log in via OAuth Fetch ...
Score of 0
1 answer
105 views

I’m facing an issue with the Spotify Web API regarding track release dates. Context: from a playlist, I fetch each track and try to get its original release date. The problem is that the Track object ...
Score of 0
0 answers
124 views

I have a rails app I am trying to reduce signup drop off on by implementing a 'sign up with spotify' flow for mobile users which does not redirect users to the spotify web page, but instead ...
Score of 0
0 answers
237 views

I am working on a spotify song recommender project and keep getting the 403 error when I run, I haven't been able to figure it out, if anybody has, please let me know! from dotenv import load_dotenv ...
Score of 0
1 answer
128 views

I wanted to get my hands dirty with Spotify's Web API, and it seems that the first thing I need to get a hang of is Authorization. So, I cloned Spotify's Web API Examples repository from github and ...
Score of 0
1 answer
316 views

I'm trying to programmatically log into Spotify using Python, with the help of Playwright and a ReCaptcha V3 bypass solution (go-recaptcha-v3-bypass or 2Captcha). I extract the correct flow_ctx and ...
Score of 0
1 answer
75 views

I have a wordpress plugin that is working since this january, It displays on a web page the title and author of the song currently playing on my spotify account. Suddenly a couple of days ago it ...
Score of 1
0 answers
89 views

I am building an Electron App with Spotify Web SDK. However after granting the authentication and successfully retrieve the valid access token and successfully connect my Electron App and granting the ...
Score of 0
1 answer
57 views

I had an idea for a project (high schooler) that involved accessing an authorized user's Spotify current queue of tracks and modifying it. However, I wanted to ask whether this information would be ...
Score of 0
1 answer
73 views

I created one playlist with one track as a test. I want to get a user's playlists (mine) using the Spotify API. I get the header information in the returned json, but the array of playlists is an ...

15 30 50 per page
1
2 3 4 5
265