spotify-web-api-node icon indicating copy to clipboard operation
spotify-web-api-node copied to clipboard

A Node.js wrapper for Spotify's Web API.

Results 127 spotify-web-api-node issues
Sort by recently updated
recently updated
newest added

--When I call the api-- --How i rendered the data once fetched-- --On console i come back with an empty array which makes no sense since the playlists should be...

Hey @thelinmichael huge thanks for this project, It helped me (and 18k other projects) interact nicely with spotify API! I wonder what the status is since the last commit/release is...

Hi! I'm using your library for a personal for-fun project. I'm not that experienced in web programming, much less nodejs. I noticed that there is a 4th authorization flow on...

The error message says "Something went wrong! Web api Error: [object Object]" when the wrong permissions are given when calling the API. The error message is not informative enough

The function for getting refresh tokens is not available in the library. spotify-web-api-node refreshAccessToken() Kindly check.

Here is a new API Endpoint in current Spotify's API Docs: https://developer.spotify.com/documentation/web-api/reference/#/operations/get-queue I added it to the Lib.

For context, I've been searching for albums using the following format `album:"Album title" artist: "Artist name"`, and this usually works. Issues arise when special characters are involved. Here is an...

Hi, as indicated in the title, if I want to cange the volume I get the error below... This happens when I call setVolume from the WebAPI SDK `spotifyApi.setVolume(volume)` I...

Hey, ` spotifyApi.getMe().then((res) => console.log(res.body)).catch((err) => console.log(err)) ` this line keeps getting me this error : `TypeError: Cannot read properties of null (reading 'error') var _toError = function(response) { >...

Hello everybody... I'm playing a little bit with the library.. I'm not sure if the library permits it, but can I get the list of a particular podcast episodes and...