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

Hi, when i run my code locally everything works fine, the login with Spotify is successful, and then I got successfully redirected to the next page of my app. However...

Running this with serverless framework and typescript. Got the following error ``` offline: Failure: require is not a function TypeError: require is not a function at Object../node_modules/formidable/lib/incoming_form.js (/Users/leebennett/Desktop/Project/MediaKit/Code/serverless-api/connection-service/.webpack/service/src/function/oauth/webpack:/node_modules/formidable/lib/incoming_form.js:3:1) at __webpack_require__...

Bumps [ws](https://github.com/websockets/ws) from 7.4.2 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

I've read that the Spotify Web API has support for the `player_state_changed` event, however, I can't seem to find any mention of this in the issues or documentation. I'm writing...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

It is possible to add the genre of the album in the api?

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I'm doing the following: 1. Getting my userId with getMe() 2. Getting my playlists with getUserPlaylists(userId) 3. For each playlist I'm running getPlaylistTracks(userId, plId) where plId is the id of...

my spotify system has been idle overnight.. I want to start playing, I issue a play, and get back return code 202, accepted.. but play never starts.. am I supposed...