Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
D
deemix
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  • RemixDev
  • deemix
  • Issues
  • #21

Closed
Open
Opened Jan 31, 2021 by iNgSTorn@iNgSTorn

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
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: RemixDev/deemix#21