Announcements

Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Spotify Soloist: a new terminal based player for headless and DIY setups

Hey everyone, we've created this thread to share details about Spotify Soloist. Spotify Soloist is a new, lightweight Spotify client for headless setups. It runs as a background service, supports Spotify Connect, and works on Raspberry Pi and other L...

Spotify

Gromushka

Music Fan

3216 Views

25 replies

11 likes

S4D
  • 3216 Views
  • 25 replies
  • 11 likes

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

Guaruja20

Casual Listener

2823 Views

17 replies

2 likes

Discussion
  • 2823 Views
  • 17 replies
  • 2 likes

Solved!! Web Playback SDK Playing song directly in browser issues (Safari)

I am developing an app that integrates the Web Playback SDK, but I am having severe issues with Safari, all other browsers work well but when I test it in Safari, I can't hear anything.Looks like player.activateElement() is no accomplishing well the ...

Music Fan

I am developing an app that integrates the Web Playback SDK, but I am having severe issues with Safari, all other browsers work well but when I test it in Safari, I can't hear anything. Looks like...

sf691

Casual Listener

953 Views

1 replies

0 likes

SDK
Web Playback API
  • 953 Views
  • 1 replies
  • 0 likes

Solved!!Superuser Contribution Web Playback SDK not playing sound on first invocation of Play API

When invoking the Play API to start playing, the Web Playback will receive play status OK but no sound will be played.After invoking the Pause API and then the Play API to resume playing, then the play will start from beginning and with sound.The err...

Music Fan

When invoking the Play API to start playing, the Web Playback will receive play status OK but no sound will be played. After invoking the Pause API and then the Play API to resume playing, then the ...

tufik2

Music Fan

4418 Views

6 replies

0 likes

  • 4418 Views
  • 6 replies
  • 0 likes

Why does https://api.spotify.com/v1/me/player get 502 error?

I'm receiving a 502 error when calling https://api.spotify.com/v1/me/player while the player is in the 'ready' state. However, when I create a new player and call it while a song is playing on the Spotify app, it works fine. Do you have any idea why ...

Newbie

I'm receiving a 502 error when calling https://api.spotify.com/v1/me/player while the player is in the 'ready' state.   However, when I create a new player and call it while a song is pl...

497 Views

0 replies

0 likes

502 error
Spotify Web API
  • 497 Views
  • 0 replies
  • 0 likes

Error 403 when trying to use authorisation code flow

I have built an app which uses spotify's Oauth 2.0 to log in. However it only works with users i have added to user management in the apps dashboard on Spotifys for Developers website. So the auth flow code works but i have t manually add new users.t...

Regular

I have built an app which uses spotify's Oauth 2.0 to log in. However it only works with users i have added to user management in the apps dashboard on Spotifys for Developers website. So the auth fl...

420 Views

0 replies

0 likes

Auth code flow
  • 420 Views
  • 0 replies
  • 0 likes

Getting {"error":"invalid_client"} in /api/token request

PlanPremiumCountrySpain I have the next code:My retrofit client:private const val TOKEN_URL: String = "https://accounts.spotify.com"val TokenModule: Module get() = module { factory { TokenInterceptor(get()) } factory { OkHttpClient.Builder() .addInte...

Regular

Plan Premium Country Spain   I have the next code: My retrofit client: private const val TOKEN_URL: String = "https://accounts.spotify.com" val TokenModule: Module get() = modul...

1462 Views

0 replies

0 likes

  • 1462 Views
  • 0 replies
  • 0 likes

Please confirm that I can embed Spotify player under Spotify API.

Could you please help me:1. I want to have an app and website with a search engine for songs, based on the pictures and videos. The User will basically send a video or picture to a website/app and AI would find the proper matching music for it.2. I h...

Visitor

Could you please help me: 1. I want to have an app and website with a search engine for songs, based on the pictures and videos. The User will basically send a video or picture to a website/app and ...

434 Views

0 replies

0 likes

  • 434 Views
  • 0 replies
  • 0 likes

Fix Payment Modal - Spotify Thailand

Country: Thailand DeviceMacBook Pro 16"BrowserChrome My Question or IssueAfter entering payment information for Spotify Thailand, I'm texted to verify my bank. However, the button to submit the OTP is hidden under a scroll within a modal. Suggestion:...

Newbie

  Country: Thailand   Device MacBook Pro 16" Browser Chrome   My Question or Issue After entering payment information for Spotify Thailand, I'm texted to verify my bank. H...

467 Views

0 replies

0 likes

modal
Payment
Thailand
  • 467 Views
  • 0 replies
  • 0 likes

429 Error

PlanPremiumCountry: Unied States My Question or Issue Hi, Currently, I am working on a small project with Spotify API. My website is still working normally but until 1-2 hours ago, all the rendering information on my website was error 429 HTTP reques...

Newbie

  Plan Premium Country: Unied States   My Question or Issue   Hi,  Currently, I am working on a small project with Spotify API. My website is still working normally but ...

Ximzend

Spotify Star

799 Views

1 replies

0 likes

Discussion
  • 799 Views
  • 1 replies
  • 0 likes

I can't upload my recordings to my Spotify podcast

I can't Upload my recordings to my Spotify podcast. I currently use Riverside to record and I upload using anchor. when I try to upload on anchor is says we aren't able to upload your video at the moment.

Casual Listener

I can't Upload my recordings to my Spotify podcast. I currently use Riverside to record and I upload using anchor. when I try to upload on anchor is says we aren't able to upload your video at the mo...

887 Views

0 replies

0 likes

  • 887 Views
  • 0 replies
  • 0 likes

Android Studio 4.2

Hello, In the latest release of Android Studio 4.2, the option to Import .JAR/.AAR Package from the New Module wizard has been removed. Could anyone please update the Add the App Remote SDK instructions accordingly?Thanks,Nahum Budin.

Visitor

Hello,   In the latest release of Android Studio 4.2, the option to Import .JAR/.AAR Package from the New Module wizard has been removed.   Could anyone please ...

hita

Casual Listener

1588 Views

1 replies

1 likes

Android Studio
  • 1588 Views
  • 1 replies
  • 1 likes

invalid client

hi im trying to run some simple code to test out spotifys apiimport spotipyfrom spotipy.oauth2 import SpotifyClientCredentials# Set up Spotipy client credentialsclient_id = 'YOUR_CLIENT_ID'client_secret = 'YOUR_CLIENT_SECRET'client_credentials_manage...

Newbie

hi im trying to run some simple code to test out spotifys api import spotipy from spotipy.oauth2 import SpotifyClientCredentials # Set up Spotipy client credentials client_id = 'YOUR_CLIENT_I...

Ximzend

Spotify Star

832 Views

1 replies

0 likes

  • 832 Views
  • 1 replies
  • 0 likes

Get User Playlists Only Returns Some Playlists

PlanFreeCountry Device2017 MacBook AirOperating SystemBig Sur 11.4 My Question or IssueI have a Python script that utilises the `https://api.spotify.com/v1/me/playlists` endpoint. However, the request only returns some of my created playlists and non...

Regular

Plan Free Country   Device 2017 MacBook Air Operating System Big Sur 11.4   My Question or Issue I have a Python script that utilises the `https://api.spotify.com/v1/me/playlists`...

ImOnABus

Regular

1482 Views

7 replies

0 likes

  • 1482 Views
  • 7 replies
  • 0 likes

403 forbidden error

My Spotify account is premium. When I am using "playlist-modify-private" scope I got this error "http status: 403" Also, I run my code and confirm the warning in the browser. Why could this be caused? Here my code:import spotipyfrom spotipy.oauth2 im...

Newbie

  My Spotify account is premium. When I am using "playlist-modify-private" scope I got this error "http status: 403" Also, I run my code and confirm the warning in the browser. W...

Ximzend

Spotify Star

876 Views

1 replies

0 likes

403 forbidden error
  • 876 Views
  • 1 replies
  • 0 likes

Quota extension Request

PlanFreeCountryIndia DeviceHP Laptop/iPhone 13Operating SystemWindows 11 My Question or IssueI actually did not have an email linked to my Spotify account due to which the parameters on which my request was denied was sent to me via email could not r...

Newbie

Plan Free Country India   Device HP Laptop/iPhone 13 Operating System Windows 11   My Question or Issue I actually did not have an email linked to my Spotify account due to which...

841 Views

0 replies

0 likes

Spotify extension request
  • 841 Views
  • 0 replies
  • 0 likes

Porblem with access token

PlanPremiumCountryGreeceDeviceSamsung A52s My Question or IssueI am developing an app with React-native and i need to use the spotify API. Even though I authorise the app to use my account i don't get back an access token.

Casual Listener

Plan Premium Country Greece Device Samsung A52s   My Question or Issue I am developing an app with React-native and i need to use the spotify API. Even though I authorise the app to use ...

Ximzend

Spotify Star

959 Views

3 replies

0 likes

access token
  • 959 Views
  • 3 replies
  • 0 likes

verification/Approval for IOS application

I'm an IOS developer who has been going through an entrepreneurial development contest. The idea has been doing quite well and has potential for funding and further development but I need to confirm compliance with the TOS first as I'm uncertain if i...

Casual Listener

I'm an IOS developer who has been going through an entrepreneurial development contest. The idea has been doing quite well and has potential for funding and further development but I need to confirm ...

Prague

Community Legend

537 Views

1 replies

1 likes

  • 537 Views
  • 1 replies
  • 1 likes

Code not Printing playlist details

Hi, I have this code but whenever I submit a URL into the box, it should output the details of the playlist but nothing is showing. Can someone help please? "; echo "Status Code: " . $status_code . "\n"; echo json_encode( $data, JSON_PRETTY_PRINT ); ...

Casual Listener

Hi,   I have this code but whenever I submit a URL into the box, it should output the details of the playlist but nothing is showing. Can someone help please?   <?php // Check if...

Ximzend

Spotify Star

813 Views

3 replies

0 likes

api
development
php
  • 813 Views
  • 3 replies
  • 0 likes

Download database with all track id's

Is it possible to download a database with all track id's in some format, e.g. zipped CSV files with the three columns track id, track name and artist name?

Casual Listener

Is it possible to download a database with all track id's in some format, e.g. zipped CSV files with the three columns track id, track name and artist name?

459 Views

0 replies

0 likes

  • 459 Views
  • 0 replies
  • 0 likes

PUT me/player/repeat randomly not working

PlanPremiumCountryItalyDeviceChromeOperating SystemMacOS Ventura My Question or IssueCalls to PUT me/player/repeat for any of the allowed state (track, context or off) are completing with no error response but the repeat mode is not getting changed i...

Music Fan

Plan Premium Country Italy Device Chrome Operating System MacOS Ventura   My Question or Issue Calls to PUT me/player/repeat for any of the allowed state (track, context or off) a...

393 Views

0 replies

0 likes

  • 393 Views
  • 0 replies
  • 0 likes

me/player/repeat?state=off does not always have any effect

PlanPremiumCountryUSADeviceChrome web browser Version 83.0.4103.116 (Official Build) (64-bit)Operating SystemWindows Server 2012 R2 My Question or IssuePUT me/player/repeat?state=off does not always have any effect when repeat state is set to track o...

Casual Listener

Plan Premium Country USA Device Chrome web browser Version 83.0.4103.116 (Official Build) (64-bit) Operating System Windows Server 2012 R2   My Question or Issue PUT me/player/rep...

muusic3

Music Fan

903 Views

1 replies

3 likes

New bug
  • 903 Views
  • 1 replies
  • 3 likes