dmitry-ee / spotify-to-tidal

Tool for migration music library from Spotify to Tidal
1 stars 0 forks source link

Stuck. Does not work. #1

Open will76 opened 4 years ago

will76 commented 4 years ago

Hi,

I'm getting the following errors when running just spotify-export-test :

python3 spotify-export.py $SPOTIFY_CLIENT_ID $SPOTIFY_CLIENT_SECRET File "spotify-export.py", line 50 print(f"total found: {len(final_tracks)}") ^ SyntaxError: invalid syntax

Then I commented all the 'print' calls and it is just stuck:

python3 spotify-export.py $SPOTIFY_CLIENT_ID $SPOTIFY_CLIENT_SECRET 0%| | 0/3000 [00:00<?, ? tracks/s]

Thanks a lot!

dmitry-ee commented 4 years ago

Hi @will76 !

  1. I assume that's because i'm using f-string formatting and that's feature from python 3.6+

  2. Have you entered your spotify credentials in .env file as described here? To retrieve credentials you need to create own "app" here. After creation set the redirect uri to http://localhost:9000