Open Coder84619 opened 4 years ago
I was having the same issue with 2020.6.14.0 Reverting to previous version fixed it.
Same problem with latest version, waiting for @yaronzz to fix
I was having the same issue with 2020.6.14.0 Reverting to previous version fixed it.
how do you revert to a previous release? can't seem to figure it out
Which tool Tidal-dl for MacOS
Version 2020.6.14.0
Platform MacOS 10.15.5
Bug description Download all Artist albums, including EPs and Singles: 15545 (Madonna) Crashes on Album 34/78 (MDNA World Tour) Crashes on Album 19/78 (Hung Up (DJ Version) Crashes on Album 11/78 (Ghosttown (Remixes))
Seems random when it crashes, but always has the exact same error.
Screenshot
Traceback (most recent call last): File "/usr/local/bin/tidal-dl", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/tidal_dl/init.py", line 250, in main
dl.downloadArtistAlbum(cf.includesingle == "True")
File "/usr/local/lib/python3.7/site-packages/tidal_dl/download.py", line 375, in downloadArtistAlbum
self.downloadAlbum(item['id'], redownload)
File "/usr/local/lib/python3.7/site-packages/tidal_dl/download.py", line 304, in downloadAlbum
streamInfo = self.tool.getStreamUrl(str(item['id']), self.config.quality)
File "/usr/local/lib/python3.7/site-packages/tidal_dl/tidal.py", line 222, in getStreamUrl
return url
UnboundLocalError: local variable 'url' referenced before assignment