spotify_to_tidal
spotify_to_tidal copied to clipboard
Failed to get all playlists.
I tried to get all the playlists, but no text appears and it ends. I import normally if I use the uri option. Please help me get all the playlists.
How long did you wait for it? I think it can take a few minutes before you see anything
Wait 3 to 5 seconds and exit immediately
Hmm that's weird, I ran the script yesterday and didn't have any issues.
Maybe it could be an authentication issue. Can you try deleting any hidden files (I.e. files with .* names) which should force a sign in again, which might fix the problem. Also check that the account you sign into is the correct one and contains some user playlists (i.e. playlists which you created yourself. Other people's playlists which you follow won't be automatically synced currently).
On Sat, 4 Mar 2023, 4:59 pm 24802, @.***> wrote:
Wait 3 to 5 seconds and exit immediately
— Reply to this email directly, view it on GitHub https://github.com/timrae/spotify_to_tidal/issues/18#issuecomment-1454366710, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVQBYW2PIB53IL6RNNA223W2K42JANCNFSM6AAAAAAVO63FCA . You are receiving this because you commented.Message ID: @.***>
I tried many things, but they didn't work out. What's unusual is that the uri option works, but only the entire playlist doesn't work. It must be my account problem (passing from Korea to Argentina). Thank you for your answer.
Hey there,
I cannot import. Webbrowser opens for auth (both, with --uri an without). Deleted .* Files. Nothing changed.
Always shows:
See upstream issue here and associated workaround. I'll update this repo when it gets fixed upstream, for now you'll need to patch your tidalapi version locally (e.g. by commenting out the offending line)
https://github.com/tamland/python-tidal/issues/129
@24802 This has now finally been fixed in the tidalapi. We will update the PyPI release ASAP.
I had the same issue as @24802 and did some digging to figure it out. Turns out that my userid was just made up of numbers so when trying to match ids of my spotify username with what was being returned by the API, the type mismatch caused the condition to return false. Simply putting my username in the config in quotes fixed the problem.
So can we close this error please, or mark it as resolved?
Yes, I believe this is fixed when using latest tidalapi