Skip to content
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

GDBus.Error:org.freedesktop.DBus.Python.AttributeError when selecting repositories in preferences #166

Open
timlau opened this issue Sep 28, 2021 · 1 comment
Assignees

Comments

@timlau
Copy link
Owner

timlau commented Sep 28, 2021

g-io-error-quark: GDBus.Error:org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
File "/usr/lib64/python3.9/site-packages/dbus/service.py", line 715, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python3.9/site-packages/dnfdaemon/server/init.py", line 68, in newFunc
rc = func(*args, **kwargs)
File "/usr/share/dnfdaemon/dnfdaemon-system", line 223, in GetRepo
value = self.get_repo(repo_id)
File "/usr/lib/python3.9/site-packages/dnfdaemon/server/init.py", line 351, in get_repo
repo_conf = dict([(c, getattr(repo, c) if 'VectorString' not in str(type(getattr(repo, c))) else list(getattr(repo, c))) for c in optionKeys])
File "/usr/lib/python3.9/site-packages/dnfdaemon/server/init.py", line 351, in
repo_conf = dict([(c, getattr(repo, c) if 'VectorString' not in str(type(getattr(repo, c))) else list(getattr(repo, c))) for c in optionKeys])
File "/usr/lib/python3.9/site-packages/dnf/conf/config.py", line 67, in getattr
option = getattr(self._config, name)
AttributeError: 'ConfigRepo' object has no attribute 'failovermethod'
(36)

@timlau timlau self-assigned this Sep 28, 2021
@timlau
Copy link
Owner Author

timlau commented Sep 28, 2021

~ $ sudo dnf list installed dnf dnfdaemon yumex-dnf
Installed Packages
dnf.noarch              4.9.0-1.fc34                       @updates                                        
dnfdaemon.noarch        0.3.21-0.1.git20210702.fc34        @copr:copr.fedorainfracloud.org:timlau:yumex-dnf
yumex-dnf.noarch        4.4.1-0.1.git20210928.fc34         @copr:copr.fedorainfracloud.org:timlau:yumex-dnf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant