Downloads failing in deemix v2.0.12
Sample log output
INFO:deemix:Linux-5.10.1-SlackWare-x86_64-with - Python 3.8.5, deemix 2.0.12
INFO:deemix:Generating queue item for: https://deezer.com/album/98656662
INFO:deemix:[album_98656662_3] Added to queue.
INFO:deemix:[album_98656662_3] Started downloading.
INFO:deemix:[Paul McCartney - Sgt. Pepper's Lonely Hearts Club Band] Getting the tags
INFO:deemix:[U2 - Beautiful Day] Getting the tags
INFO:deemix:[U2 - Vertigo] Getting the tags
INFO:deemix:[U2 - One] Getting the tags
INFO:deemix:[Coldplay - In My Place] Getting the tags
INFO:deemix:[Coldplay - Bittersweet Symphony] Getting the tags
INFO:deemix:[U2 - Beautiful Day (Live at Live 8, Hyde Park, London, 2nd July 2005)] Getting the album cover
ERROR:deemix:[U2 - Beautiful Day(Live at Live 8, Hyde Park, London, 2nd July 2005)] 'Lyrics' object is not subscriptable
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/deemix/app/downloadjob.py", line 716, in downloadWrapper
result = self.download(trackAPI_gw)
File "/usr/lib/python3.8/site-packages/deemix/app/downloadjob.py", line 453, in download
if self.settings['syncedLyrics'] and track.lyrics['sync']:
TypeError: 'Lyrics' object is not subscriptable
INFO:deemix:[Coldplay - Fix You] Getting the tags
INFO:deemix:[U2 - One (Live at Live 8, Hyde Park, London, 2nd July 2005)] Getting the album cover
ERROR:deemix:[U2 - One(Live at Live 8, Hyde Park, London, 2nd July 2005)] 'Lyrics' object is not subscriptable
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/deemix/app/downloadjob.py", line 716, in downloadWrapper
result = self.download(trackAPI_gw)
File "/usr/lib/python3.8/site-packages/deemix/app/downloadjob.py", line 453, in download
if self.settings['syncedLyrics'] and track.lyrics['sync']:
TypeError: 'Lyrics' object is not subscriptable
INFO:deemix:[Elton John - The Bitch Is Back] Getting the tags
INFO:deemix:[Coldplay - In My Place (Live at Live 8, Hyde Park, London, 2nd July 2005)] Getting the album cover
ERROR:deemix:[Coldplay - In My Place(Live at Live 8, Hyde Park, London, 2nd July 2005)] 'Lyrics' object is not subscriptable
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/deemix/app/downloadjob.py", line 716, in downloadWrapper
result = self.download(trackAPI_gw)
File "/usr/lib/python3.8/site-packages/deemix/app/downloadjob.py", line 453, in download
if self.settings['syncedLyrics'] and track.lyrics['sync']:
TypeError: 'Lyrics' object is not subscriptable
INFO:deemix:[Elton John - Saturday Night's Alright for Fighting] Getting the tags
INFO:deemix:[U2 - Vertigo (Live at Live 8, Hyde Park, London, 2nd July 2005)] Getting the album cover
ERROR:deemix:[U2 - Vertigo(Live at Live 8, Hyde Park, London, 2nd July 2005)] 'Lyrics' object is not subscriptable
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/deemix/app/downloadjob.py", line 716, in downloadWrapper
result = self.download(trackAPI_gw)
File "/usr/lib/python3.8/site-packages/deemix/app/downloadjob.py", line 453, in download
if self.settings['syncedLyrics'] and track.lyrics['sync']:
TypeError: 'Lyrics' object is not subscriptable
INFO:deemix:[Elton John - Children of the Revolution] Getting the tags
INFO:deemix:[Coldplay - Bittersweet Symphony (Live at Live 8, Hyde Park, London, 2nd July 2005)] Getting the album cover
ERROR:deemix:[Coldplay - Bittersweet Symphony(Live at Live 8, Hyde Park, London, 2nd July 2005)] 'Lyrics' object is not subscriptable
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/deemix/app/downloadjob.py", line 716, in downloadWrapper
result = self.download(trackAPI_gw)
File "/usr/lib/python3.8/site-packages/deemix/app/downloadjob.py", line 453, in download
if self.settings['syncedLyrics'] and track.lyrics['sync']:
TypeError: 'Lyrics' object is not subscriptable