Tracks not playable

Bug #236549 reported by Charclo
10
Affects Status Importance Assigned to Milestone
Entertainer Media Center
Fix Released
Medium
Charclo

Bug Description

When you go to 'Music', select an album and go to the tracks tab, this error appears in terminal:
Traceback (most recent call last):
  File "/home/michael/Projects/Entertainer/bug 228033 (fetching lyrics)/src/frontend/gui/user_interface.py", line 425, in handle_keyboard_event
    self.handle_user_event(UserEvent(UserEvent.NAVIGATE_DOWN))
  File "/home/michael/Projects/Entertainer/bug 228033 (fetching lyrics)/src/frontend/gui/user_interface.py", line 504, in handle_user_event
    self.current.handle_user_event(event)
  File "/home/michael/Projects/Entertainer/bug 228033 (fetching lyrics)/src/frontend/gui/screens/artist_screen.py", line 390, in handle_user_event
    self._update_track_info(self.tracks_menu.get_current_menuitem().get_userdata())
  File "/home/michael/Projects/Entertainer/bug 228033 (fetching lyrics)/src/frontend/gui/screens/artist_screen.py", line 309, in _update_track_info
    self.track_number.set_text("Track " + str(track.get_tracknumber()) + " from " + track.get_album().get_title())
  File "/home/michael/Projects/Entertainer/bug 228033 (fetching lyrics)/src/frontend/medialibrary/music.py", line 459, in get_album
    album = Album(self.album, cursor)
  File "/home/michael/Projects/Entertainer/bug 228033 (fetching lyrics)/src/frontend/medialibrary/music.py", line 280, in __init__
    self.cursor.execute(
AttributeError: 'bool' object has no attribute 'execute'
and nothing happens when you press enter.

Changed in entertainer:
importance: Undecided → Medium
milestone: none → 0.1-release
Revision history for this message
Charclo (charclo-michael) wrote :

Found the problem, fixed it in my branch

Changed in entertainer:
status: New → In Progress
Changed in entertainer:
assignee: nobody → charclo-michael
Paul Hummer (rockstar)
Changed in entertainer:
status: In Progress → Fix Committed
Revision history for this message
Matt Layman (mblayman) wrote :
Changed in entertainer:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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