mrvladus / Errands

Todo application for those who prefer simplicity.
MIT License
275 stars 65 forks source link

errands does not start anymore #252

Closed eifargotof closed 2 months ago

eifargotof commented 2 months ago

hi, for a cpuple of days, errands does not start any more on my main computer. on my second machine, it ist still working. both machines are running fedora 39 + 40. below i attached the putpunt of the logfile:

09:26:24 errands: IndexError: list index out of range 09:26:24 errands: IndexError: list index out of range 09:26:24 errands: ~~~~~~~~~~~~~^^^ 09:26:24 errands: list_dict = [lst for lst in lists_dicts if lst.uid == task_dict.list_uid][0] 09:26:24 errands: File "/app/share/errands/errands/widgets/trash/trash.py", line 138, in update_ui 09:26:24 errands: State.trash_page.update_ui() 09:26:24 errands: File "/app/share/errands/errands/widgets/trash/trash_sidebar_row.py", line 84, in update_ui 09:26:24 errands: State.trash_sidebar_row.update_ui() 09:26:24 errands: File "/app/share/errands/errands/widgets/window.py", line 123, in finish_load 09:26:24 errands: self.__finish_load() 09:26:24 errands: File "/app/share/errands/errands/widgets/window.py", line 42, in init 09:26:24 errands: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 09:26:24 errands: State.main_window = Window(application=State.application) 09:26:24 errands: File "/app/share/errands/errands/application.py", line 84, in do_activate 09:26:24 errands: Traceback (most recent call last): 09:26:23 errands: IndexError: list index out of range 09:26:23 errands: ~~~~~~~~~~~~~^^^ 09:26:23 errands: list_dict = [lst for lst in lists_dicts if lst.uid == task_dict.list_uid][0] 09:26:23 errands: File "/app/share/errands/errands/widgets/trash/trash.py", line 138, in update_ui 09:26:23 errands: State.trash_page.update_ui() 09:26:23 errands: File "/app/share/errands/errands/widgets/trash/trash_sidebar_row.py", line 84, in update_ui 09:26:23 errands: State.trash_sidebar_row.update_ui() 09:26:23 errands: File "/app/share/errands/errands/widgets/window.py", line 123, in __finish_load 09:26:23 errands: self.finish_load() 09:26:23 errands: File "/app/share/errands/errands/widgets/window.py", line 42, in init 09:26:23 errands: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 09:26:23 errands: State.main_window = Window(application=State.application) 09:26:23 errands: File "/app/share/errands/errands/application.py", line 78, in do_startup 09:26:23 errands: Traceback (most recent call last):

mrvladus commented 2 months ago

I think, I fixed it in 46.0.2. When update will arrive can you test it? After update you will need to reboot or re-login.

mosK1T0 commented 2 months ago

I had the same issue and it's working fine after the update and reboot.

eifargotof commented 2 months ago

it is working again - thank you very much! :)

Am Samstag, dem 04.05.2024 um 09:07 -0700 schrieb mrvladus:

I think, I fixed it in 46.0.2. When update will arrive can you test it? After update you will need to reboot or re- login. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>