spotify-player icon indicating copy to clipboard operation
spotify-player copied to clipboard

A wrapper around Spotify Connect to interact with the player

Results 8 spotify-player issues
Sort by recently updated
recently updated
newest added

Bumps [ejs](https://github.com/mde/ejs) from 2.5.6 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 v3.1.8 Version 3.1.8 v3.1.7 Version 3.1.7 v3.1.6 Version 3.1.6 v3.1.5 Version 3.1.5...

dependencies

Added the option `once: true` to the `window.addEventListener` call in the `login()` method. Related to issue #6

Change in client code necessary as shown in https://codepen.io/montspy/pen/KKKBGpP On `'update'` event handler needs to check if response is `null` or not. Related to issue #7

According to the [docs](https://developer.spotify.com/documentation/web-api/reference/player/get-the-users-currently-playing-track/), the Spotify API: > When no track is currently playing, the request will return a 204 NO CONTENT response with no payload. This will cause this...

`loopInterval` can run multiple times concurrently in case the page calls `login()` more than once. This can happen if the Spotify user is not playing any song for example, as...

Hi, Great package by the way. Love it! I have a quick question regarding the login process etc. We are wanting to integrate this onto our studio website and I...

Hello, anywhere I try your app, I get the same error message: **Error: Logging user out due to error SyntaxError: Unexpected end of JSON input at fetchGeneric.then.response** Even in your...

https://spotlive.herokuapp.com/ refresh_token is not found ``` ReferenceError: /Users/cprajapa/spotify-player/views/pages/callback.ejs:9 7| access_token: '', 8| expires_in: '', >> 9| refresh_token: '' 10| }), '*'); 11| window.close(); 12| refresh_token is not defined at eval...