Artist Screen AttributeError

Bug #238740 reported by Matt Layman
This bug report is a duplicate of:  Bug #236549: Tracks not playable. Edit Remove
2
Affects Status Importance Assigned to Milestone
Entertainer Media Center
New
Undecided
Unassigned

Bug Description

Found an AttributeError when on the Tracks tab of an Artist Screen. Traceback attached.

Traceback (most recent call last):
  File "/home/matt/branches/autosetup/src/frontend/gui/user_interface.py", line 425, in handle_keyboard_event
    self.handle_user_event(UserEvent(UserEvent.NAVIGATE_DOWN))
  File "/home/matt/branches/autosetup/src/frontend/gui/user_interface.py", line 504, in handle_user_event
    self.current.handle_user_event(event)
  File "/home/matt/branches/autosetup/src/frontend/gui/screens/artist_screen.py", line 403, in handle_user_event
    self.tracks_menu.get_current_menuitem().get_userdata())
  File "/home/matt/branches/autosetup/src/frontend/gui/screens/artist_screen.py", line 319, in _update_track_info
    " from " + track.get_album().get_title())
  File "/home/matt/branches/autosetup/src/frontend/medialibrary/music.py", line 471, in get_album
    album = Album(self.album, cursor)
  File "/home/matt/branches/autosetup/src/frontend/medialibrary/music.py", line 280, in __init__
    self.cursor.execute(
AttributeError: 'bool' object has no attribute 'execute'

It doesn't halt execution.

Revision history for this message
Charclo (charclo-michael) wrote :

This is a duplicate of bug 236549.
Maybe my description had to be clearer, sorry, it's difficult when your english isn't that good.

Revision history for this message
Matt Layman (mblayman) wrote :

Charclo, sorry. You're right. I didn't even think about the bug you mentioned when I was writing this one.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.