You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/app/lib/python3.9/site-packages/GTG/gtk/editor/taskview.py", line 200, in processifself.detect_subtasks(text, start):
File "/app/lib/python3.9/site-packages/GTG/gtk/editor/taskview.py", line 302, in detect_subtasks
parents = task.get_parents()
AttributeError: 'NoneType' object has no attribute 'get_parents'
Software versions:
Getting Things GNOME! v0.6
CPython 3.9.9 (main, Nov 10 2011, 15:00:00) [GCC 11.3.0]
GTK 3.24.34, GLib 2.70.5
PyGLib 3.42.2, PyGObject 3.42.2
Linux-6.8.0-48-generic-x86_64-with-glibc2.33
The text was updated successfully, but these errors were encountered:
This would need to have much more precise reproduction steps, because I haven't been encountering this issue (in years of using version 0.6) so it certainly does not affect every task. Ideally it should be tested against the git version, too.
nekohayo
changed the title
Internal Error
AttributeError: 'NoneType' object has no attribute 'get_parents' when editing a task
Jan 3, 2025
nekohayo
changed the title
AttributeError: 'NoneType' object has no attribute 'get_parents' when editing a task
AttributeError: NoneType object has no attribute get_parents when editing a task
Jan 3, 2025
While simply editing a task I got this message:
Software versions:
The text was updated successfully, but these errors were encountered: