-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal internal error - GTG #893
Comments
Same problem |
Hey guys, sorry to hear about this. Weird that it's not generating a traceback. Can you run gtg from a terminal and paste what comes out?
|
Hey, diegogangl. Thanks for your attention. I ran that code through the terminal. Here you have the output:
|
Looks like a duplicate of #683. You unfortunately need to disable the hamster plugin, see #770 (comment) for how to do that:
|
We'll presume it is a duplicate of that issue unless you are still experiencing it after doing the workaround, in which case this ticket could be reopened. |
Same error, However, hamster is not listed in enabled = |
Here is result of running
Traceback (most recent call last):
File "/app/lib/python3.9/site-packages/GTG/gtk/application.py", line 148, in do_activate
self.init_shared()
File "/app/lib/python3.9/site-packages/GTG/gtk/application.py", line 229, in init_shared
self.init_plugin_engine()
File "/app/lib/python3.9/site-packages/GTG/gtk/application.py", line 255, in init_plugin_engine
self.plugin_engine.activate_plugins()
File "/app/lib/python3.9/site-packages/GTG/core/plugins/engine.py", line 202, in activate_plugins
plugin.instance.activate(api)
File "/app/lib/python3.9/site-packages/GTG/plugins/untouched_tasks/untouchedTasks.py", line 72, in activate
self.preferences_apply()
File "/app/lib/python3.9/site-packages/GTG/plugins/untouched_tasks/untouchedTasks.py", line 173, in preferences_apply
self.add_untouched_tag()
File "/app/lib/python3.9/site-packages/GTG/plugins/untouched_tasks/untouchedTasks.py", line 117, in add_untouched_tag
if new_time < today:
TypeError: can't compare datetime.datetime to datetime.date
Given the duplicate tag If someone can let me know which # of several it is or was a duplicate, I will be glad to append these comments to it. |
First of all, I want to thank you for your work.
Recently, I have seen a "Fatal internal error - GTG". I do not have technical knowledge, so I cannot provide you with a lot of information. Here you have the details provided by the app:
I am running the Flatpak version with Fedora 35.
The text was updated successfully, but these errors were encountered: