deezer_playlist_mp3_downloader icon indicating copy to clipboard operation
deezer_playlist_mp3_downloader copied to clipboard

Unexpected title error when I try to download playlist

Open dshuvar opened this issue 5 years ago • 2 comments

That a new installation of dzget.

Traceback (most recent call last):
  File "/usr/local/bin/dzget", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/site-packages/deezermp3/dzget.py", line 128, in main
    dmp3.download_playlist(url)
  File "/usr/local/lib/python2.7/site-packages/deezermp3/dzget.py", line 52, in download_playlist
    pl_name = data['title']
KeyError: 'title'

dshuvar avatar Aug 13 '19 22:08 dshuvar

same here - on Linux Mint 19.2. Tried installing everything with python3, same err: python3 /home/theuser/.local/lib/python3.6/site-packages/deezermp3/dzget.py -f mp3 https://www.deezer.com/us/playlist/1234567890 Traceback (most recent call last): File "/home/theuser/.local/lib/python3.6/site-packages/deezermp3/dzget.py", line 156, in <module> main() File "/home/theuser/.local/lib/python3.6/site-packages/deezermp3/dzget.py", line 152, in main dmp3.download_playlist(url) File "/home/theuser/.local/lib/python3.6/site-packages/deezermp3/dzget.py", line 70, in download_playlist pl_name = data['title'] KeyError: 'title' The problem becomes different if I launch the app directly (chmod u+x /usr/local/lib/python2.7/site-packages/deezermp3/dzget.py, and then launching it directly), but then I get some other problems, both with python2.7 and python3.6. Please try it out (if you still can), and let me know if it changes anything for you.

camypaj avatar Mar 19 '20 20:03 camypaj

For me, this error occurred for a private playlist. Make sure the playlist is public. And update youtube-dl Worked with python 2.7

hronoses avatar Jul 02 '20 20:07 hronoses