Exception #147

Closed
opened 2022-11-21 08:55:28 +00:00 by kae · 1 comment
Owner
CRITICAL:root:  File "/home/kae/mm/app/musicmuster.py", line 653, in hide_played
    self.tabPlaylist.widget(i).update_display(session)
  File "/home/kae/mm/app/playlists.py", line 1194, in update_display
    self._update_note_text(
  File "/home/kae/mm/app/playlists.py", line 1953, in _update_note_text
    self.item(playlist_row.row_number, column).setText(new_text)


CRITICAL:root:<class 'AttributeError'>: 'NoneType' object has no attribute 'setText'
CRITICAL:root:  File "/home/kae/mm/app/musicmuster.py", line 406, in <lambda>
    lambda: self.tabPlaylist.currentWidget().set_selected_as_next())
  File "/home/kae/mm/app/playlists.py", line 1009, in set_selected_as_next
    self._set_next(session, row)
  File "/home/kae/mm/app/playlists.py", line 1838, in _set_next
    self.musicmuster.this_is_the_next_track(session, self, track)
  File "/home/kae/mm/app/musicmuster.py", line 1128, in this_is_the_next_track
    self.next_track_playlist_tab.clear_next(session)
  File "/home/kae/mm/app/playlists.py", line 535, in clear_next
    self.update_display(session)
  File "/home/kae/mm/app/playlists.py", line 1194, in update_display
    self._update_note_text(
  File "/home/kae/mm/app/playlists.py", line 1953, in _update_note_text
    self.item(playlist_row.row_number, column).setText(new_text)


CRITICAL:root:<class 'AttributeError'>: 'NoneType' object has no attribute 'setText'
``` CRITICAL:root: File "/home/kae/mm/app/musicmuster.py", line 653, in hide_played self.tabPlaylist.widget(i).update_display(session) File "/home/kae/mm/app/playlists.py", line 1194, in update_display self._update_note_text( File "/home/kae/mm/app/playlists.py", line 1953, in _update_note_text self.item(playlist_row.row_number, column).setText(new_text) CRITICAL:root:<class 'AttributeError'>: 'NoneType' object has no attribute 'setText' ``` ``` CRITICAL:root: File "/home/kae/mm/app/musicmuster.py", line 406, in <lambda> lambda: self.tabPlaylist.currentWidget().set_selected_as_next()) File "/home/kae/mm/app/playlists.py", line 1009, in set_selected_as_next self._set_next(session, row) File "/home/kae/mm/app/playlists.py", line 1838, in _set_next self.musicmuster.this_is_the_next_track(session, self, track) File "/home/kae/mm/app/musicmuster.py", line 1128, in this_is_the_next_track self.next_track_playlist_tab.clear_next(session) File "/home/kae/mm/app/playlists.py", line 535, in clear_next self.update_display(session) File "/home/kae/mm/app/playlists.py", line 1194, in update_display self._update_note_text( File "/home/kae/mm/app/playlists.py", line 1953, in _update_note_text self.item(playlist_row.row_number, column).setText(new_text) CRITICAL:root:<class 'AttributeError'>: 'NoneType' object has no attribute 'setText' ```
kae added the
bug
label 2022-11-21 08:55:33 +00:00
kae referenced this issue from a commit 2022-11-24 09:19:14 +00:00
kae added this to the 2.7 milestone 2022-12-17 18:07:52 +00:00
kae referenced this issue from a commit 2022-12-18 21:03:49 +00:00
Author
Owner

More work done in bd9c8a8

More work done in bd9c8a8
kae modified the milestone from 2.7 to 2.8 2022-12-24 20:37:03 +00:00
kae referenced this issue from a commit 2023-02-05 21:04:21 +00:00
kae closed this issue 2023-02-05 21:04:21 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kae/musicmuster#147
No description provided.