Skip to main content

Questions tagged [spotify]

Spotify is a streaming music service for multiple platforms. This tag covers Spotify's various developer libraries and public APIs, including Web API, mobile SDKs, and Web Playback SDK.

0 votes
0 answers
14 views

Spotify API will not return relavant playlist

Beginner here, working on a project in make.com to generate playlists automatically from my likes. I want my genre to correspond directly to "The Sounds of Spotify" but I am running into ...
Michael McCune's user avatar
0 votes
0 answers
10 views

How can I write a plugin that will run on spotify?

I want to make a plugin to spotify for I don't want to see the picture when I going to listening to music Is it possible? I found website of spotify developer but it seem to be just for using spotify ...
אריאל ב ברגמן's user avatar
0 votes
0 answers
27 views

Spotify API - I am getting 403 (Forbidden) when pausing a track

I am working on Spotify API integration using Django + React stack. When pausing a track, I am getting this error: "PUT /spotify/pause-song HTTP/1.1" 403 2 Fetching track information is ...
INiTECHLECT's user avatar
0 votes
0 answers
34 views

in the new update of nixos discord and spotify stopped being interacitve. How to fix that?

I think the problem started when i updated the main nixos flake. spotify and discord run perfectly the problem is i can't interact with them with neither the mouse or the keyboard. the only i could ...
mohamed benhadjnasr's user avatar
0 votes
0 answers
47 views

Sudden Newtonsoft.Json.JsonException Error parsing boolean value. Path '', line 1, position 1 with SpotifyWebAPI

I am developing a .NET application using Spotify via SpotifyAPI-NET (I am quite new to C#). I am getting this error when calling spotify.Player.PausePlayback() Weirdly I was not getting this error a ...
Mat4guia's user avatar
-1 votes
0 answers
29 views

How to change spotify song progress from javascript on open.spotify.com

Edit: Spotify posts to an endpoint with the data. Any approach still welcome if you manage to get this to work Basically I want to change the song progress on spotify web (open.spotify.com) ...
SimpleCoder's user avatar
0 votes
0 answers
19 views

Spotify API get users saved albums 500 server error

I'm trying to use get users saved albums API call: curl --location 'https://api.spotify.com/v1/me/albums' --header 'Authorization: Bearer TOKEN_WITH_AUTH_SCOPE' response is: { "error": ...
Lorenzo D'Isidoro's user avatar
0 votes
2 answers
33 views

Issues with Spotify OAuth - not opening auth dialog, instantly redirecting back to my frontend

Hello so I have a frontend written in react with a FastAPI (python) backend, I am trying to authenticate against Spotify User account (Auth Code flow). This was literally working a few days ago but I ...
tprebenda's user avatar
  • 482
2 votes
0 answers
63 views

How to solve the error "Explicit user authorization is required" when using Spotify Android SDK's auth-lib?

I am trying to connect my Android Studio app to my Spotify and I keep facing the following error message: {"message":"Explicit user authorization is required to use Spotify. The user ...
NewCoder1423's user avatar
0 votes
0 answers
40 views

How solve java.lang.NoSuchMethodError for Gson when trying to implement Spotify API in SpringBoot project

Getting below error when trying to run my SpringBoot project which implements the SpotifyAPI from MichaelTheLin: java.lang.NoSuchMethodError: 'com.google.gson.JsonElement com.google.gson.JsonParser....
AlexNazemi's user avatar
0 votes
1 answer
51 views

How to automatically download CSV file from Spotify's Global Chart?

Spotify has a daily global chart (link) that shows the top 200 songs on the platform for a certain day. There is a download button to save the data as a CSV file on each page. I would like to ...
txtRandy's user avatar
0 votes
0 answers
17 views

Can't sign in with Spotify (Deployed on Vercel)

I created a music listening web using nextjs14, prisma, next-auth, and Spotify API. tried deploying using vercel and resolved the errors that appeared intermittently and there were no errors in the ...
user24266491's user avatar
0 votes
0 answers
24 views

Getting page to load completely in a new inactive tab with a chrome extension

I am building a chrome extension that needs to be able to open Spotify in an inactive tab and start playing music automatically from there. So I open the new tab. chrome.tabs.create({ pinned: true,...
Roosh11's user avatar
  • 11
0 votes
0 answers
25 views

How to use Spotify refreshToken

I'm using nextjs14.2 and typescript. I am creating a music web using Spotify API and currently having a problem with the authentication process. trying to refresh the token, but the code provided by ...
user24266491's user avatar
0 votes
1 answer
34 views

Getting 401 in Spotify Web playback sdk

I'm building a React app using Spotify Web Playback sdk. I was following this guide here, but I'm struggling to refresh the token using Authorization Code flow. I know Spotify uses refresh_token to ...
slash89mf's user avatar
  • 1,067

15 30 50 per page
1
2 3 4 5
268