-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
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
fix(Spotify Node): Fix issue with null values breaking the response #12080
base: master
Are you sure you want to change the base?
fix(Spotify Node): Fix issue with null values breaking the response #12080
Conversation
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
…ty-issue-spotify-integration-get-playlists-fails
…ty-issue-spotify-integration-get-playlists-fails
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't reproduce the bug but still tested manually with the fix and it works 🎉
left a small comment
{ | ||
album_type: 'album', | ||
total_tracks: 11, | ||
available_markets: [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you store the array in a variable and reuse it instead of having it repeated multiple times 🙏
Summary
Fixes an issue with playlists returning null values if it is "Spotify managed"
Related Linear tickets, Github issues, and Community forum posts
https://community.n8n.io/t/spotify-api-broken/63642
https://linear.app/n8n/issue/NODE-2116/community-issue-spotify-integration-get-playlists-fails
Fixes #12026
Fixes #12241
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)