Skip to content
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

You are creating too many playlists error #75

Open
quyleanh opened this issue Jun 20, 2024 · 8 comments
Open

You are creating too many playlists error #75

quyleanh opened this issue Jun 20, 2024 · 8 comments

Comments

@quyleanh
Copy link

I face this issue. How can I fix it? Thank you.

ERROR: (Retrying create_playlist: All Out 80s) Server returned HTTP 400: Bad Request.
You are creating too many playlists. Please wait a while before creating further playlists. in 5 seconds
ERROR: (Retrying create_playlist: All Out 80s) Server returned HTTP 400: Bad Request.
You are creating too many playlists. Please wait a while before creating further playlists. in 10 seconds
ERROR: (Retrying create_playlist: All Out 80s) Server returned HTTP 400: Bad Request.
You are creating too many playlists. Please wait a while before creating further playlists. in 20 seconds
ERROR: (Retrying create_playlist: All Out 80s) Server returned HTTP 400: Bad Request.
You are creating too many playlists. Please wait a while before creating further playlists. in 40 seconds
ERROR: (Retrying create_playlist: All Out 80s) Server returned HTTP 400: Bad Request.
You are creating too many playlists. Please wait a while before creating further playlists. in 80 seconds
ERROR: (Retrying create_playlist: All Out 80s) Server returned HTTP 400: Bad Request.
You are creating too many playlists. Please wait a while before creating further playlists. in 160 seconds
@mitexleo
Copy link

I face this issue. How can I fix it? Thank you.

ERROR: (Retrying create_playlist: All Out 80s) Server returned HTTP 400: Bad Request.
You are creating too many playlists. Please wait a while before creating further playlists. in 5 seconds
ERROR: (Retrying create_playlist: All Out 80s) Server returned HTTP 400: Bad Request.
You are creating too many playlists. Please wait a while before creating further playlists. in 10 seconds
ERROR: (Retrying create_playlist: All Out 80s) Server returned HTTP 400: Bad Request.
You are creating too many playlists. Please wait a while before creating further playlists. in 20 seconds
ERROR: (Retrying create_playlist: All Out 80s) Server returned HTTP 400: Bad Request.
You are creating too many playlists. Please wait a while before creating further playlists. in 40 seconds
ERROR: (Retrying create_playlist: All Out 80s) Server returned HTTP 400: Bad Request.
You are creating too many playlists. Please wait a while before creating further playlists. in 80 seconds
ERROR: (Retrying create_playlist: All Out 80s) Server returned HTTP 400: Bad Request.
You are creating too many playlists. Please wait a while before creating further playlists. in 160 seconds

You have to wait few hours. I ran the command after waiting more than 3 hours.

@quyleanh
Copy link
Author

You have to wait few hours. I ran the command after waiting more than 3 hours.
Yes. But there is no way to automatically check the quota and pass it with sleep?

@wildstoats
Copy link

I ran into a similar issue. I seems like I had too many playlists to ever successfully copy them to YouTube in a single sitting. To work around this I wrote a little script that splits the playlists.json file generated by spotify-backup.py down into smaller chunks and then copied each of the chunks individually.

If you want to give it a go the script is here: https://gist.github.com/wildstoats/386cbdd0d84471c84f036e60bb35da19.

@david-mcgurrin
Copy link

I was getting this as well and it was duplicating some of my playlists.

A few weeks later my account was permanently banned for Spam, deceptive practices, & scams policies - just wondering if anyone else got this and if they could be related!? I'm not saying this tool is responsible but more curious in case it could be linked. Very disappointing anyway.

@CY83R-3X71NC710N
Copy link

CY83R-3X71NC710N commented Sep 27, 2024

I can confirm your account will get flagged by an automated bot and terminated under the severe spam policy. One way to mitigate this would be running the program from terminal using the --track-sleep=3 option, this would allow the program to not trigger YouTube's antispam detection algorithm.

@CY83R-3X71NC710N
Copy link

With that said it is now safe to close this issue.

@lyndonguitar
Copy link

lyndonguitar commented Oct 30, 2024

I used the s2yt_copy_all_playlists and encountered this too, and the suggestion here is to wait. However there seems to be a risk for ban too. unless I use --track-sleep=3,

I can confirm your account will get flagged by an automated bot and terminated under the severe spam policy. One way to mitigate this would be running the program from terminal using the --track-sleep=3 option, this would allow the program to not trigger YouTube's antispam detection algorithm.

Thanks for this, just to clarify, the command will be "s2yt_copy_all_playlists --track-sleep=3" is that correct?

Also, what if i close the CMD and try again another time. will it automatically recognize the progress I've already made and not re-create the playlists it has already created?

@CY83R-3X71NC710N
Copy link

CY83R-3X71NC710N commented Oct 30, 2024

I do not believe the program will recognize the progress you've already made, I believe the program will attempt to recreate all the playlists already created, in pull request #109 and my new fork of the project at #117 [https://github.com/CY83R-3X71NC710N/spotify_to_ytmusic]. The program is updated to append to existing playlists rather than overwrite, however, this will still attempt to add a song and go through every song in the playlist over again. To answer your question about the command, in terminal I run the command spotify2ytmusic copy_all_playlists --track-sleep=3 --algo 0 to achieve the result

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

No branches or pull requests

6 participants