Skip to content

Fix soundcloud playlist import failure#3581

Merged
anshg1214 merged 4 commits intometabrainz:masterfrom
meekhumor:LB-1919
Feb 28, 2026
Merged

Fix soundcloud playlist import failure#3581
anshg1214 merged 4 commits intometabrainz:masterfrom
meekhumor:LB-1919

Conversation

@meekhumor
Copy link
Copy Markdown
Contributor

Problem

Currently, importing playlist from soundcloud was failing and returning "failed to fetch" error
image

Solution

  1. Updated authorization header to use Bearer instead of OAuth and changed HTTP method from POST to GET, following the doc
  2. Updated the retry config in urrlib to use allowed_methods instead of deprecated method_whitelist, following the doc

Action

No additional action needed

@anshg1214
Copy link
Copy Markdown
Member

This PR looks good. You need to make these changes in TROI as well.

@meekhumor
Copy link
Copy Markdown
Contributor Author

hey @anshg1214, I have made a PR in TROI with necessary changes.

@meekhumor
Copy link
Copy Markdown
Contributor Author

@anshg1214, I was considering resolving LB-1919 within this PR itself.

@anshg1214
Copy link
Copy Markdown
Member

Let's have separate PRs for both the issues.

@anshg1214 anshg1214 merged commit bbf15dc into metabrainz:master Feb 28, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants