You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying multiple comma-separated trackIds in the trackId parameter, the Spotify API returns an error during track deletion, even though adding tracks works correctly :
{
"errorMessage": "Bad request - please check your parameters",
"errorDescription": "Invalid base62 id",
"errorDetails": {
"rawErrorMessage": [
"400 - {\"error\":{\"status\":400,\"message\":\"Invalid base62 id\"}}"
],
"httpCode": "400"
},
"n8nDetails": {
"nodeName": "************",
"nodeType": "n8n-nodes-base.spotify",
"nodeVersion": 1,
"resource": "playlist",
"operation": "delete",
"time": "09/01/2025 12:17:39",
"n8nVersion": "1.72.1 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"NodeApiError: Bad request - please check your parameters",
" at ExecuteContext.spotifyApiRequest (/usr/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/Spotify/GenericFunctions.ts:43:9)",
" at processTicksAndRejections (node:internal/process/task_queues:95:5)",
" at ExecuteContext.execute (/usr/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/Spotify/Spotify.node.ts:1096:23)",
" at Workflow.runNode (/usr/lib/node_modules/n8n/node_modules/n8n-workflow/src/Workflow.ts:1394:8)",
" at /usr/lib/node_modules/n8n/node_modules/n8n-core/src/WorkflowExecute.ts:1173:27",
" at /usr/lib/node_modules/n8n/node_modules/n8n-core/src/WorkflowExecute.ts:1894:11"
]
}
}
To Reproduce
Select Spotify Node
Select Credentials
Select Resource "playlist"
Select "Remove an item"
Write playlistId
Specify multiple comma separated trackIds into trackId
Expected behavior
Delete the specified tracks from the playlist
Operating System
Debian 12
n8n Version
1.72.1
Node.js Version
20.18.1
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Thanks for raising this, As you have also put in a PR I will close this issue as there is nothing for us to fix you have already done it. I will try and get the PR reviewed later today as well.
Bug Description
When specifying multiple comma-separated trackIds in the trackId parameter, the Spotify API returns an error during track deletion, even though adding tracks works correctly :
To Reproduce
Expected behavior
Delete the specified tracks from the playlist
Operating System
Debian 12
n8n Version
1.72.1
Node.js Version
20.18.1
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: