Announcements

Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Web API quota updates for Development Mode

Hey everyone, I've created this thread to share some updates to how quotas work for Development Mode apps on the Spotify Web API to help you better organize your projects. We've shared a Blog post that explains everything in detail. Here's the short ...

Spotify

Sintypitch

Regular

1396 Views

11 replies

2 likes

Discussion
  • 1396 Views
  • 11 replies
  • 2 likes

Refresh token expiration: discussion thread

Hey everyone, I've created this thread to provide more insight on an upcoming change to how refresh tokens work for apps on the Spotify Web API. We've shared a blog post that explains what's changing and why. The short version: refresh tokens will no...

Spotify

tuftii

Visitor

5154 Views

25 replies

2 likes

Discussion
  • 5154 Views
  • 25 replies
  • 2 likes

Error Code 411 even after Content-Length: 0

Hello,so I have been experiencing an issue with the /pause request. I can do GET /currently-playing. But when I do /pause I first get 411. Trying to solve this issue with pauseConnection.setRequestProperty("Content-Length": "0");. Doesnt work. Then l...

Visitor

Hello, so I have been experiencing an issue with the /pause request. I can do GET /currently-playing. But when I do /pause I first get 411. Trying to solve this issue with pauseConnection.setRequest...

444 Views

0 replies

0 likes

Possible Bug
Question
  • 444 Views
  • 0 replies
  • 0 likes

Manage Queue

Is there any way I can control the queue, add the song at the index I want or be able to undo the queue and redo it quickly while the current song still plays until the end?

Casual Listener

Is there any way I can control the queue, add the song at the index I want or be able to undo the queue and redo it quickly while the current song still plays until the end?

kyds3k

Music Fan

1241 Views

1 replies

0 likes

Discussion
  • 1241 Views
  • 1 replies
  • 0 likes

Getting 403 error when using sp.audio_features

New to spotipy & trying out some simple examples to get tracks on a playlist and the audio_features for those tracks. Using my client id and client secret, I can get a playlist, get the tracks but once I try to get the audio_features I keep getting a...

Visitor

New to spotipy & trying out some simple examples to get tracks on a playlist and the audio_features for those tracks. Using my client id and client secret, I can get a playlist, get the tracks bu...

Ximzend

Spotify Star

2823 Views

1 replies

0 likes

Question
  • 2823 Views
  • 1 replies
  • 0 likes

Transfer playback returns 500

Hello,I'm calling the transfer playback method of the Web API and always get a 500 response. Other methods seem to work fine. Is this a server issue or am I doing somethign wrong? curl --request PUT --url https://api.spotify.com/v1/me/player --header...

Casual Listener

Hello, I'm calling the transfer playback method of the Web API and always get a 500 response. Other methods seem to work fine. Is this a server issue or am I doing somethign wrong?    ...

kyds3k

Music Fan

851 Views

3 replies

3 likes

Web API
  • 851 Views
  • 3 replies
  • 3 likes

Solved!! How can I contact Spotify Developer support for app consultance

I want to create application that connects with Spotify account and users can add slowed+reverb effect to songs. However this is not allowed Spotify SDK usage and I just want to contact them and get a feedback on how I can do it legally. Thanks.

Casual Listener

I want to create application that connects with Spotify account and users can add slowed+reverb effect to songs. However this is not allowed Spotify SDK usage and I just want to contact them and get ...

Ximzend

Spotify Star

2842 Views

2 replies

1 likes

Question
  • 2842 Views
  • 2 replies
  • 1 likes

Data binding with Authorization code PKCE

Hi, I am learning to code with the Spotify API. I tried playing with the demoware in the web api github repo. I am trying to understand how the data binding works in the example, and when I searched up the syntax, or for 'basic javascript data bindin...

Newbie

Hi,   I am learning to code with the Spotify API. I tried playing with the demoware in the web api github repo. I am trying to understand how the data binding works in the example, and when I ...

698 Views

0 replies

0 likes

Question
  • 698 Views
  • 0 replies
  • 0 likes

I'm using the Get Current User's Playlists API. Why is the following playlists display null?

{ "href": "https://api.spotify.com/v1/users/igmddx8viou6ig6s7e3dj0mzd/playlists?offset=0&limit=50&locale=zh-CN,zh;q%3D0.9", "limit": 50, "next": null, "offset": 0, "previous": null, "total": 4, "items": [ null, null, { "collaborative": false, "descri...

Newbie

{ "href": "https://api.spotify.com/v1/users/igmddx8viou6ig6s7e3dj0mzd/playlists?offset=0&limit=50&locale=zh-CN,zh;q%3D0.9", "limit": 50, "next": null, "offset": 0, "previous": null, "total": ...

timocov

Regular

1193 Views

2 replies

1 likes

Feature Request
Possible Bug
  • 1193 Views
  • 2 replies
  • 1 likes

Who can I ask for details about Spotify branding requirements in our App ?

Hello friends At Spotify, branding is very important. Even the forum is on-brand We're working on a small app for our music magazine. It's mainly long-form writing about music. We are interested in making sure our Spotify integration is savory and we...

Music Fan

Hello friends 😃 At Spotify, branding is very important.  Even the forum is on-brand 😄 We're working on a small app for our music magazine.  It's mainly long-form writing about music.&nb...

sylvesta

Music Fan

1989 Views

4 replies

0 likes

App Development
  • 1989 Views
  • 4 replies
  • 0 likes

How can i gain access to the API endpoint Get Recommendations?

Hello,I am creating a WebApp for my final project in university and the API endpoint Get Recommendations plays a crucial role in my program. I find out that this endpoint is getting outphased along with some other changes in this report. I am posting...

Casual Listener

Hello, I am creating a WebApp for my final project in university and the API endpoint Get Recommendations plays a crucial role in my program. I find out that this endpoint is getting outphased alo...

BenjaminRask

Casual Listener

997 Views

1 replies

2 likes

API Endpoint
  • 997 Views
  • 1 replies
  • 2 likes

Receiving NoneType when getting playlist and user info

I'm building a spotify app in python. I've currently got my window running, and it seems the API Auth is working properly. I can print my playlist, and profile info, in my terminal. But when trying to p[ass the info to my HTML template it's not worki...

Newbie

I'm building a spotify app in python. I've currently got my window running, and it seems the API Auth is working properly. I can print my playlist, and profile info, in my terminal. But when trying t...

337 Views

0 replies

0 likes

Question
  • 337 Views
  • 0 replies
  • 0 likes

Help with Calculating Spotify Profile Matches for a Scientific Experiment

Hi everyone,I’m currently working on my Bachelor’s thesis and I want to calculate the match between Spotify profiles to study its influence on relationship satisfaction. The idea is to have two people authenticate via the Spotify API, and then I anal...

Newbie

Hi everyone, I’m currently working on my Bachelor’s thesis and I want to calculate the match between Spotify profiles to study its influence on relationship satisfaction. The idea is to have two peo...

ReubenF

Regular

896 Views

1 replies

0 likes

Feature Request
  • 896 Views
  • 1 replies
  • 0 likes

Solved!! can use get playlist

hey guys, I have been working on my app which get playlist is an important function in it and today it suddenly stopped working (been working on it all day and then it stopped).I have checked the documentations as well and at the "try yourself" part ...

Visitor

hey guys, I have been working on my app which get playlist is an important function in it and today it suddenly stopped working (been working on it all day and then it stopped). I have checked the d...

ReubenF

Regular

2915 Views

4 replies

5 likes

Possible Bug
  • 2915 Views
  • 4 replies
  • 5 likes

Web SDK Invalid Scope

PlanPremium StudentCountryUnited KingdomDeviceDesktopOperating SystemWindows 10My Question or Issue Hi all, I am trying to follow the Web SDK guide https://developer.spotify.com/documentation/web-playback-sdk/tutorials/getting-started However I am ru...

Casual Listener

Plan Premium Student Country United Kingdom Device Desktop Operating System Windows 10 My Question or Issue   Hi all, I am trying to follow the Web SDK guide https://developer.spo...

kyds3k

Music Fan

5002 Views

8 replies

0 likes

Question
  • 5002 Views
  • 8 replies
  • 0 likes

Error handling for Embed Controller

We're using the Embed Controller API on our site but users are unable to play podcasts. While we suspect DRM-related issues, the lack of accessible error messages makes it difficult to confirm. Is there a way to implement error handling with the Embe...

Newbie

We're using the Embed Controller API on our site but users are unable to play podcasts. While we suspect DRM-related issues, the lack of accessible error messages makes it difficult to confirm. &nbs...

431 Views

0 replies

0 likes

Question
  • 431 Views
  • 0 replies
  • 0 likes

Solved!!Superuser Contribution Playlist API 502's

Since Nov 25 2024 16:31:09 UTC-06:00 my app has been receiving 502's when attempting to create a playlist through the Playlist API, https://developer.spotify.com/documentation/web-api/reference/create-playlist. Is this a known issue, or are there res...

Casual Listener

Since Nov 25 2024 16:31:09 UTC-06:00 my app has been receiving 502's when attempting to create a playlist through the Playlist API, https://developer.spotify.com/documentation/web-api/refer...

LambertSpot

Spotify

1420 Views

3 replies

2 likes

Question
  • 1420 Views
  • 3 replies
  • 2 likes

Solved!!Superuser Contribution Not receiving results when searching by ISRC

I'm trying to search the web api for songs by ISRC but I no longer receive any results, only an empty items array. My search query looks like this: https://api.spotify.com/v1/search?query=isrc:USLZJ1613311 I've even tried on the spotify web console b...

Regular

I'm trying to search the web api for songs by ISRC but I no longer receive any results, only an empty items array. My search query looks like this: https://api.spotify.com/v1/search?query=isrc:U...

LambertSpot

Spotify

7257 Views

21 replies

2 likes

ISRC
Search
Web API
  • 7257 Views
  • 21 replies
  • 2 likes

Superuser Contribution API - search for tracks is flaky

PlanFreeCountryRomaniaDeviceWeb APIOperating SystemWindows My Question or Issuehttps://api.spotify.com/v1/search?q=track:Chiquitita%20artist:ABBA&type=track It returns me no data. But it only works with such a search:https://api.spotify.com/v1/search...

Casual Listener

  Plan Free Country Romania Device Web API Operating System Windows   My Question or Issue https://api.spotify.com/v1/search?q=track:Chiquitita%20artist:ABBA&type=track &nbs...

LambertSpot

Spotify

3720 Views

11 replies

3 likes

Possible Bug
  • 3720 Views
  • 11 replies
  • 3 likes

Solved!! Getting HTTP 403 for Web API requests for specific user

PlanPremiumDeviceWeb API My Question or IssueI am developing an application for Spotify, and a few users are connected. Everything worked fine until a certain moment (and still works fine for all users except one). However, one user (well, technicall...

Casual Listener

Plan Premium Device Web API   My Question or Issue I am developing an application for Spotify, and a few users are connected. Everything worked fine until a certain moment (and still works...

nsmirnov

Casual Listener

1466 Views

1 replies

2 likes

Possible Bug
Question
  • 1466 Views
  • 1 replies
  • 2 likes

Categories by market?!

My Question or Issue What happened to the markets parameter in the categories API? Without this the feature is basically crippled. See https://everynoise.com/worldbrowser.cgi which now inanely returns the same generic results instead of regional ones...

Spotify Legend

My Question or Issue   What happened to the markets parameter in the categories API? Without this the feature is basically crippled. See   https://everynoise.com/worldbrowser.cgi ...

glenn_mcdonald

Spotify Legend

10433 Views

9 replies

46 likes

Possible Bug
  • 10433 Views
  • 9 replies
  • 46 likes