Hide Forgot
Description of problem: New org.fedoraproject.FirewallD1.config.service.getIncludes interface seems broken. Version-Release number of selected component (if applicable): 0.7.0 How reproducible: To any valid service's object path call: dbus-send --system --type=method_call --print-reply --dest=org.fedoraproject.FirewallD1 /org/fedoraproject/FirewallD1/config/service/19 org.fedoraproject.FirewallD1.config.service.getIncludes Actual results: Error org.fedoraproject.FirewallD1.Exception: list index out of range Expected results: List of includes
(In reply to Sanne Raymaekers from comment #0) > Description of problem: > > New org.fedoraproject.FirewallD1.config.service.getIncludes interface seems > broken. > > > Version-Release number of selected component (if applicable): > 0.7.0 > > > How reproducible: > > To any valid service's object path call: > > dbus-send --system --type=method_call --print-reply > --dest=org.fedoraproject.FirewallD1 > /org/fedoraproject/FirewallD1/config/service/19 > org.fedoraproject.FirewallD1.config.service.getIncludes > > Actual results: > Error org.fedoraproject.FirewallD1.Exception: list index out of range Ugh. This individual API got broken when fixing bug 1721414. Alternatively you can use the new getSettings2() and update2() - they're dictionary based.
Upstream: 33b61f1dc5ba ("test: dbus: service: coverage for *Includes") 81c51578eadd ("dbus: service: fix service includes individual APIs")
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:1836