spotify-web-api-node
spotify-web-api-node copied to clipboard
A Node.js wrapper for Spotify's Web API.
Hi! I'm new to using this package. I've got it installed via NPM, and I noticed that the given examples for version 5.0.0 conflict with the types VS Code was...
Hit an uncaught exception reading `err.response.body` when `err.response` is undefined in `http-manager`. https://github.com/thelinmichael/spotify-web-api-node/blob/master/src/http-manager.js#L34
**Summary:** Currently, the documentation/readme explains the function to call for creating a playlist. But when consuming it, I got an error saying `Bad Request`. And it seems that the function...
Although `.getUserPlaylists()` returns the current user's playlists, I am trying to fetch only the ones created by them. This means that playlists they are following (e.g. ones created by spotify)...
I am wondering is it possible to work out how many times a song has been played on Spotify from an album (global total). We want to put a list...
Hey, I'm having an issue using the API to request new access tokens. When trying to get new acess tokens using `api.refreshAccessToken()`, I consistently get the error: `WebapiError: Bad Request`....
When I want to call my function to fetch a playlist it give me the following error ``` PS C:\Users\ASD\Project\node-gui\playlist-transfer\src> node .\transfer.js node:_http_agent:444 options = req[kRequestOptions]; ^ TypeError: Cannot read...
I'm building an application where nodejs opens a website that uses the Spotify Web Playback SDK. When the Playback SDK is ready, it sends its `device_id` to the server where...
Expected: authorizationCodeGrant should be a function available for access using the library. Actual: spotifyApiInstanceWithCredentials.authorizationCodeGrant is not a function. When the instance is logged to the browser console, 'authorizationCodeGrant' does not...
I am trying to query the spotifyAPI from an AWS Lambda function and I get an error that prevents me from doing so because of the use of Buffer() in...