Open dshuvar opened 5 years ago
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.
For me, this error occurred for a private playlist. Make sure the playlist is public. And update youtube-dl Worked with python 2.7
That a new installation of dzget.