Bug 1629456 - dnfdaemon crash with libdnf 0.19 api change.
Summary: dnfdaemon crash with libdnf 0.19 api change.
Keywords:
Status: CLOSED DUPLICATE of bug 1629378
Alias: None
Product: Fedora
Classification: Fedora
Component: dnfdaemon
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Neal Gompa
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-09-16 14:07 UTC by edpil02
Modified: 2018-09-18 03:45 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-09-18 03:45:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description edpil02 2018-09-16 14:07:46 UTC
Dnfdaemon crash with libdnf-0.19  api change.

dnfdaemon client error: g-io-error-quark: GDBus.Error:org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
  File "/usr/lib64/python3.7/site-packages/dbus/service.py", line 707, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/python3.7/site-packages/dnfdaemon/server/__init__.py", line 68, in newFunc
    rc = func(*args, **kwargs)
  File "/usr/share/dnfdaemon/dnfdaemon-system", line 175, in ExpireCache
    rc = self.expire_cache()
  File "/usr/lib/python3.7/site-packages/dnfdaemon/server/__init__.py", line 219, in expire_cache
    self.base.expire_cache()
  File "/usr/lib/python3.7/site-packages/dnfdaemon/server/backend.py", line 64, in expire_cache
    repo._md_expire_cache()
  File "/usr/lib/python3.7/site-packages/dnf/conf/config.py", line 208, in __getattr__
    option = getattr(self._config, name)
  File "/usr/lib64/python3.7/site-packages/libdnf/conf.py", line 1672, in <lambda>
    __getattr__ = lambda self, name: _swig_getattr(self, ConfigRepo, name)
  File "/usr/lib64/python3.7/site-packages/libdnf/conf.py", line 80, in _swig_getattr
    raise AttributeError("'%s' object has no attribute '%s'" % (class_type.__name__, name))
AttributeError: 'ConfigRepo' object has no attribute '_md_expire_cache'

Comment 1 Adam Williamson 2018-09-18 03:45:08 UTC

*** This bug has been marked as a duplicate of bug 1629378 ***


Note You need to log in before you can comment on or make changes to this bug.