Help Wizard

Step 1

NEXT STEP

Spotify for Developers

Discuss building apps with Spotify APIs and SDKs

Start a topic

Forum Posts

Important: App review and quota extension waiting times

The Spotify for developers platform helps many bring their ideas to life. Whether it's a short term app helping an artist’s release or something more long term - there is always a chance of success. Things start to grow and then you might also need w...

  • Moderator
  • Moderator
  • liampronan
  • Casual Listener
  • 16154 Views
  • 112 replies
  • 18 likes
  • 16154 Views
  • 112 replies
  • 18 likes

Recently Played API - Repeat Tracks Not Included/Denoted

Given: A user has listened to a song repeatedly by using the backwards(replay) arrow button to restart the track. We then query the recently-played API and fetch the user's recent listening history. Result: The recently-played API response only has o...

  • Casual Listener
  • Given: A user has listened to a song repeatedly by using the backwards(replay) arrow button to restart the track. We then query the recently-played API and fetch the user's recent listening hist...
  • liampronan
  • Casual Listener
  • 149 Views
  • 2 replies
  • 0 likes
  • Possible Bug
  • 149 Views
  • 2 replies
  • 0 likes

How to get data from Spotify for Podcasters

PlanFreeCountryPolandDeviceComputerOperating SystemWindows 11 My Question or IssueHello guys. Do you know how to get data via API from Spotify for Podcasters? We want to build own connector for Looker Studio and we want to get data about our podcasts...

  • Visitor
  • Plan Free Country Poland Device Computer Operating System Windows 11   My Question or Issue Hello guys. Do you know how to get data via API from Spotify for Podcasters? We want to buil...
  • ptarachon
  • Visitor
  • 315 Views
  • 1 replies
  • 1 likes
  • api
    api connect
    spotify for podcasters
  • 315 Views
  • 1 replies
  • 1 likes

Randomly started getting 403 Error on old project after authorizing with different App

Hello all, I hope someone can give me some insight into this issue. I have 2 different apps on the developer dashboard currently. Both of these use the playlist-modify-private scope. App 1 has been working great for months until I also authorized App...

  • Casual Listener
  • ...oth App 1 and App 2 on the 3rd party app page. Has anyone come across something like this before? I am really at a loss here.   EDIT: Ok I have no idea why, but I was able to create a public p...
  • 78 Views
  • 0 replies
  • 0 likes
  • Question
  • 78 Views
  • 0 replies
  • 0 likes

PUT https://api.spotify.com/v1/me/player/play 403 (Forbidden) and POST https://api.spotify.com/v1/me

This is my PlayerControls.jsx and I can't get next, previous songs or play/resume current-playing song:import React from "react"; import styled from "styled-components"; import { BsFillPlayCircleFill,BsFillPauseCircleFill,BsShuffle, } from "react-ico...

  • Visitor
  • This is my PlayerControls.jsx and I can't get next, previous songs or play/resume current-playing song: import React from "react"; import styled from "styled-components"; import { BsFillPlayCircle...
  • 157 Views
  • 0 replies
  • 0 likes
  • spotify api
  • 157 Views
  • 0 replies
  • 0 likes

Redirect URI needed?

I just started working with Spotify's Web API and am using Python/Spotipy to retrieve data. If I want to retrieve data related specifically to my personal account (like recently played tracks or saved albums), do I need to set a redirect URI in my ap...

  • Casual Listener
  • ...aved albums), do I need to set a redirect URI in my application settings? If so, what's a quick and easy URI that I could use?   I'm not building a public facing application as of now - I just w...
  • Ximzend
  • Roadie
  • 78913 Views
  • 19 replies
  • 2 likes
  • Developer
    Python
    Uri
  • 78913 Views
  • 19 replies
  • 2 likes

Building a website widget to display my recent favs

I have found an endpoint I would like to call on my personal website to simply display my recent favorites on spotify. The authorization code auth flow seems like the right choice for this scenario, however it's not clear to me how the auth flow shou...

  • Casual Listener
  • I have found an endpoint I would like to call on my personal website to simply display my recent favorites on spotify. The authorization code auth flow seems like the right choice for this scenario, ...
  • ezhupa99
  • Casual Listener
  • 606 Views
  • 4 replies
  • 1 likes
  • Discussion
  • 606 Views
  • 4 replies
  • 1 likes

Solved!! Web Player SDK adversely affected by CDN issues

Since last month there have been general issues around the CDN that especially affect the web player. In general the issue always seems to be due to a Gateway Timeout.It is also affecting several CDNs. I have had the sames issue with sdk.scdn.co, p.s...

TheDDtMM_0-1705863384492.png
  • Music Fan
  • Since last month there have been general issues around the CDN that especially affect the web player.  In general the issue always seems to be due to a Gateway Timeout. It is also affecting s...
  • TheDDtMM
  • Music Fan
  • 176 Views
  • 1 replies
  • 1 likes
  • Possible Bug
    Question
  • 176 Views
  • 1 replies
  • 1 likes

Solved!! Web playback down!

Neither the web streaming nor getting audio clips seems to be working right now!!! I've been seeing this since yesterdayGET https://sdk.scdn.co/spotify-player.js net::ERR_CONNECTION_TIMED_OUTSometimes the script loads, but when the player tries to ru...

  • Music Fan
  • Neither the web streaming nor getting audio clips seems to be working right now!!!  I've been seeing this since yesterday GET https://sdk.scdn.co/spotify-player.js net::ERR_CONNECTION_TIMED_O...
  • TheDDtMM
  • Music Fan
  • 329 Views
  • 3 replies
  • 0 likes
  • Possible Bug
  • 329 Views
  • 3 replies
  • 0 likes

Songkick Spotify API oAuth scopes disabled without reason!!

Hi,I am an engineer working at Songkick. For the last couple of weeks we were going through a regular Data Review with Spotify regarding the use of the API by Songkick.comOut of nowhere and for reasons unknown to us, ALL our oAuth Scopes for Spotify ...

  • Casual Listener
  • Hi, I am an engineer  working at Songkick. For the last couple of weeks we were going through a regular Data Review with Spotify regarding the use of the API by Songkick.com Out of nowhere...
  • brytheheretic
  • Newbie
  • 488 Views
  • 3 replies
  • 0 likes
  • api oauth
  • 488 Views
  • 3 replies
  • 0 likes

linked_from no longer included with track details

Linked tracks are no longer including a linked_from attribue in the web API. The example in the track relinking article says that:6kLCHFM39wkFjOuyPGLGeQ should link to:6ozxplTAjWO0BlUxN8ia0A But the linked_from is no longer included in the response. ...

  • Visitor
  • Linked tracks are no longer including a linked_from attribue in the web API.   The example in the track relinking article says that: 6kLCHFM39wkFjOuyPGLGeQ   should link to: 6ozxplTAj...
  • Tinttii
  • Newbie
  • 143 Views
  • 1 replies
  • 3 likes
  • Possible Bug
  • 143 Views
  • 1 replies
  • 3 likes

Streaming Statistics of Songs within a Playlist

For artists, it is possible to see how much a song got streamed within a specific playlist. Is it also possible as a playlist owner to see which song got streamed how often? If so, which API code is needed to get this information? I would appreciate ...

  • Casual Listener
  • For artists, it is possible to see how much a song got streamed within a specific playlist.   Is it also possible as a playlist owner to see which song got streamed how often? If so, which API...
  • 61 Views
  • 0 replies
  • 0 likes
  • Question
  • 61 Views
  • 0 replies
  • 0 likes

App turned to JUNK

Last 3 days I can’t play my downloads offline. When I press a downloaded album I get a pop up that says I’m offline go to settings. Only way I can play is to go online. What the **bleep** is the purpose of downloading to an app that won’t play them? ...

  • Casual Listener
  • Last 3 days I can’t play my downloads offline. When I press a downloaded album I get a pop up that says I’m offline go to settings. Only way I can play is to go online. What the **bleep** is the purp...
  • rockerrick
  • Casual Listener
  • 149 Views
  • 2 replies
  • 1 likes
  • Downloaded Music Does Not Play
  • 149 Views
  • 2 replies
  • 1 likes

Spotify Artists not returning images property from search

PlanFree/PremiumCountryU.S.DeviceAPIOperating SystemLinux My Question or IssueCurrently hitting the search endpoint defined here: https://developer.spotify.com/documentation/web-api/reference/searchAs mentioned, an array of images should provided alo...

  • Newbie
  • Plan Free/Premium Country U.S. Device API Operating System Linux   My Question or Issue Currently hitting the search endpoint defined here: https://developer.spotify.com/documenta...
  • 87 Views
  • 0 replies
  • 0 likes
  • Inconsistency
    Possible Bug
  • 87 Views
  • 0 replies
  • 0 likes

Favourite artist fetch call returning empty Array

i have been working on this app using the WEB-API and prior to a week ago both tracks and artist fetch requests worked just fine but now the artist fetch request returns an empty array but the tracks works perfectly fine.

  • Casual Listener
  • i have been working on this app using the WEB-API and prior to a week ago both tracks and artist fetch requests worked just fine but now the artist fetch request returns an empty array but the tracks...
  • tariqYA_
  • Casual Listener
  • 95 Views
  • 2 replies
  • 0 likes
  • Possible Bug
  • 95 Views
  • 2 replies
  • 0 likes

Can you fix the audio on this album

The band Sevendust's album "Alpha" is having audio issues. Some of the songs are playing the incorrect audio. The song "Driven" for example is playing the song "Alpha" audio. Please fix its driving me insane

  • Visitor
  • The band Sevendust's album "Alpha" is having audio issues. Some of the songs are playing the incorrect audio. The song "Driven" for example is playing the song "Alpha" audio. Please fix its driving m...
  • Ximzend
  • Roadie
  • 91 Views
  • 1 replies
  • 0 likes
  • 91 Views
  • 1 replies
  • 0 likes

`Get Artist` API endpoint responds with result in inconsistent format

Hi all, I've found the following inconsistency in API endpoint response format: when I request the endpoint Get Track, I get the response formatted pretty and all integer values are presented like the should be (without any floating points):$ curl -s...

  • Casual Listener
  • Hi all, I've found the following inconsistency in API endpoint response format:   when I request the endpoint Get Track, I get the response formatted pretty and all integer values are pre...
  • SLAzurin
  • Casual Listener
  • 615 Views
  • 7 replies
  • 9 likes
  • api
    endpoint
    Possible Bug
  • 615 Views
  • 7 replies
  • 9 likes

Error While Creating App

I'm trying to create a new app at: https://developer.spotify.com/dashboard/createAfter clicking the "Create App" button, a form flashed and automatically shows a red error message containing: "We were not able to load your account information. Please...

  • Newbie
  • I'm trying to create a new app at: https://developer.spotify.com/dashboard/create After clicking the "Create App" button, a form flashed and automatically shows a red error message containing...
  • not_revan
  • Casual Listener
  • 811 Views
  • 16 replies
  • 20 likes
  • 500 Internal server error
    error message
    Possible Bug API
  • 811 Views
  • 16 replies
  • 20 likes

I cant create an app

PlanPremiumCountrySlovakiaOperating System(Windows 10) My Question or IssueIt is saying "We were not able to load your account information. Please refresh the page and try again."

  • Newbie
  •   Plan Premium Country Slovakia Operating System (Windows 10)   My Question or Issue It is saying "We were not able to load your account information. Please refresh the page and tr...
  • vicgardenhire
  • Casual Listener
  • 129 Views
  • 2 replies
  • 2 likes
  • Possible Bug
  • 129 Views
  • 2 replies
  • 2 likes

sp.artist(uri) not working

Recently I have been testing and using my code and randomly the sp.artist(uri) function stopped working. My code when it gets to that line runs indefinitely but my sp.playlist_items() is working just fine. This problem started randomly without changi...

  • Newbie
  • Recently I have been testing and using my code and randomly the sp.artist(uri) function stopped working. My code when it gets to that line runs indefinitely but my sp.playlist_items() is working just...
  • 77 Views
  • 0 replies
  • 0 likes
  • code stuck
    Functionality
    Status
  • 77 Views
  • 0 replies
  • 0 likes

Solved!! HTTPError: 403 Client Error: Forbidden for url: /tracks?position=0

My Python script that uses Spotipy stopped working yesterday after working fine for months.The full error message is... HTTP Error for POST to https://api.spotify.com/v1/playlists//tracks with Params: {'position': 0} returned 403 due to Insufficient ...

  • Casual Listener
  • My Python script that uses Spotipy stopped working yesterday after working fine for months. The full error message is...   HTTP Error for POST to https://api.spotify.com/v1/playlists/<PL...
  • Lkole
  • Regular
  • 286 Views
  • 3 replies
  • 1 likes
  • 403 Insufficient client scope
    Spotipy
  • 286 Views
  • 3 replies
  • 1 likes