sigma67 / spotify_to_ytmusic

Clone a Spotify playlist to YouTube Music
MIT License
895 stars 67 forks source link

HTTP 400: Bad Request. You are creating too many playlists in ALL mode #82

Open wwwjj2 opened 9 months ago

wwwjj2 commented 9 months ago

I think it would be very reasonable to implement a delay of some sort (a cooldown, so the server wouldn't respond with HTTP 400) to avoid this issue, it has transfered about 20 playlists and then all the next playlists could not be transfered saying for each of them:

Could not transfer playlist Pop Rock. Server returned HTTP 400: Bad Request. You are creating too many playlists. Please wait a while before creating further playlists.

Without avoiding this issue, the "spotify_to_ytmusic all" command is kind of not working well since it cannot transfer more than about 20 playlists.

sigma67 commented 9 months ago

Have never seen this error before tbh. You can always a sleep between the create_playlist calls.

sigma67 commented 8 months ago

Does your quota of 20 playlist creations reset at the full hour? Seems a bit low tbh

LucasWagler commented 3 months ago

Heads-up: my YouTube channel just got removed for hitting a couple of these errors, leaving me unable to use YouTube or YouTube Music.

I migrated ~20 playlists, then hit this error a couple times. Less than 48 hours later, I got hit with a channel removal email. Currently appealing it.

Update: My appeal was successful & my channel has been restored.

wwwjj2 commented 3 months ago

Heads-up: my YouTube channel just got removed for hitting a couple of these errors, leaving me unable to use YouTube or YouTube Music.

I migrated ~20 playlists, then hit this error a couple times. Less than 48 hours later, I got hit with a channel removal email. Currently appealing it.

Interesting... This makes the tool potentially dangerous for your account.. It must have a disclaimer of some sort to prevent other people from getting such bans (or at least specify some daily or weekly limit for playlist creations to avoid ban). Please inform if the appeal will be successful

LucasWagler commented 3 months ago

The appeal was successful! My channel has been restored.

wwwjj2 commented 3 months ago

The appeal was successful! My channel has been restored.

Nice! Thank you for the update!