sigma67

Results 198 comments of sigma67

It's literally right there in the README

@mfractal thanks for providing actual reproduction instructions

What's your ytmusicapi version? `pip show ytmusicapi` The playlist link looks pretty broken

This does not reproduce for me, You're probably in some kind of YouTube Music A/B test. If the playlist creation succeeded it should show up in your web interface though....

It's probably a problem with the way you set up your credentials. Which setup method did you use? Can you check your settings.ini file?

If you did everything correctly it should probably work. To troubleshoot you need to manually inspect the settings.ini file, which is created automatically. It should be in `platformdirs.user_cache_dir`/spotify_to_ytmusic, depends on...

@Lod3 the settings file should be in %APPDATA%/spotify_to_ytmusic

Maybe the issue is that too many videos are being passed to `create_playlist`. YouTube's playlist limit is at 5000: https://webapps.stackexchange.com/questions/77790/what-is-the-maximum-youtube-playlist-length so it is in fact impossible to transfer this playlist....

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

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