We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A change must have been made to the Add Item to Playback Queue api endpoint as it now returns text, just the track id, and this library makes the assumption that all endpoints return valid json. This is causing a SyntaxError to be throw when JSON.parse is called here: https://github.com/spotify/spotify-web-api-ts-sdk/blob/main/src/serialization/DefaultResponseDeserializer.ts#L8
SyntaxError
JSON.parse
The text was updated successfully, but these errors were encountered:
same with pausePlayback and startResumePlayback
Sorry, something went wrong.
Can confirm
No branches or pull requests
A change must have been made to the Add Item to Playback Queue api endpoint as it now returns text, just the track id, and this library makes the assumption that all endpoints return valid json. This is causing a
SyntaxError
to be throw whenJSON.parse
is called here: https://github.com/spotify/spotify-web-api-ts-sdk/blob/main/src/serialization/DefaultResponseDeserializer.ts#L8The text was updated successfully, but these errors were encountered: