-
I have encountered an issue with the Spotify integration where the following error message keeps showing up: 1 error(s) occurred
[
{
name: 'music',
result: {
error: {
message: 'API returned 400 (Invalid client)',
instance: {
error: 'invalid_client',
error_description: 'Invalid client'
}
},
provider: 'Spotify',
mode: 'Recently played'
}
}
] This error happens when trying to retrieve recently played music from Spotify. I have tried searching for similar issues, but none seem to match this exact problem. Could anyone provide guidance or suggestions on how to resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To resolve the "API returned 400 (Invalid client)" error in the Spotify integration, you can try updating the plugin configuration with the correct authentication details. Specifically, ensure that you are using the following format for the plugin's token: plugin_music_token: "${{ secrets.SPOTIFY_CLIENT_ID }}, ${{ secrets.SPOTIFY_CLIENT_SECRET }}, ${{ secrets.SPOTIFY_REFRESH_TOKEN }}" |
Beta Was this translation helpful? Give feedback.
To resolve the "API returned 400 (Invalid client)" error in the Spotify integration, you can try updating the plugin configuration with the correct authentication details. Specifically, ensure that you are using the following format for the plugin's token: