Hey, was just opening program and saw this happen:
Context: Startup
Traceback (most recent call last):
File "/app/lib/python3.9/site-packages/GTG/gtk/application.py", line 110, in do_startup
for backend_dic in BackendFactory().get_saved_backends_list():
File "/app/lib/python3.9/site-packages/GTG/backends/__init__.py", line 143, in get_saved_backends_list
module = self.get_backend(settings.get('module'))
File "/app/lib/python3.9/site-packages/GTG/core/config.py", line 164, in get
raise ValueError(
ValueError: No valid configuration value or default value was found for %s in %s
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.33, GLib 2.72.1
- PyGLib 3.42.1, PyGObject 3.42.1
- Linux-5.17.6-300.fc36.x86_64-x86_64-with-glibc2.33
Is flatpak:
$ flatpak info org.gnome.GTG
Getting Things GNOME! - Personal tasks and TODO-list items organizer
ID: org.gnome.GTG
Ref: app/org.gnome.GTG/x86_64/stable
Arch: x86_64
Branch: stable
Version: 0.6
License: GPL-3.0
Origin: flathub
Collection: org.flathub.Stable
Installation: system
Installed: 8.7 MB
Runtime: org.gnome.Platform/x86_64/42
Sdk: org.gnome.Sdk/x86_64/42
Commit: a2669e5e6c32eb5f7392619c03580b6646f50d39778576ac03de05385440fef2
Parent: a48d70f74f2df27215f365840a928e714193ee9779a65b93bb4669f9d02f74ee
Subject: Update runtime to GNOME 42 (0f43a023)
Date: 2022-05-03 02:47:24 +0000
Fedora release info:
$ \cat /etc/os-release && \cat /etc/redhat-release && uname -a && lsb_release -a
NAME="Fedora Linux"
VERSION="36 (Workstation Edition)"
ID=fedora
VERSION_ID=36
VERSION_CODENAME=""
PLATFORM_ID="platform:f36"
PRETTY_NAME="Fedora Linux 36 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:36"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=36
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=36
PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
VARIANT="Workstation Edition"
VARIANT_ID=workstation
Fedora release 36 (Thirty Six)
Linux treygouty 5.17.6-300.fc36.x86_64 #1 SMP PREEMPT Mon May 9 15:47:11 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: Fedora
Description: Fedora release 36 (Thirty Six)
Release: 36
Codename: ThirtySix
I just tried updating all the flatpaks, there were outdated runtimes, and ran flatpak repair, and still got the same error message.
It looks like a python 3.9 error. I notice python version incompatibilities cause errors quite frequently, might just want to stick a copy of tested python version in the flatpak going forward (?)
Hope this report helps. Thanks for everything!
Hey, was just opening program and saw this happen:
Context: Startup
Software versions:
Is flatpak:
Fedora release info:
I just tried updating all the flatpaks, there were outdated runtimes, and ran flatpak repair, and still got the same error message.
It looks like a python 3.9 error. I notice python version incompatibilities cause errors quite frequently, might just want to stick a copy of tested python version in the flatpak going forward (?)
Hope this report helps. Thanks for everything!