Hide Forgot
Description of problem: When I was doing coverage testing of D-Bus API, this error appeared: Error org.fedoraproject.FirewallD1.Exception: 'dict' object has no attribute 'remove' After some digging, I found that it is pretty deterministic and not only in upstream, but also in my F20 release. Version-Release number of selected component (if applicable): firewalld-0.3.12-1.fc20.noarch git upstream How reproducible: deterministic Steps to Reproduce: $ dbus-send --system --dest=org.fedoraproject.FirewallD1 --print-reply --type=method_call /org/fedoraproject/FirewallD1/config/service/1 org.fedoraproject.FirewallD1.config.service.setDestination string:ipv6 string:"::8" > method return sender=:1.1960 -> dest=:1.2113 reply_serial=2 $ dbus-send --system --dest=org.fedoraproject.FirewallD1 --print-reply --type=method_call /org/fedoraproject/FirewallD1/config/service/1 org.fedoraproject.FirewallD1.config.service.removeDestination string:ipv6 > Error org.fedoraproject.FirewallD1.Exception: 'dict' object has no attribute 'remove' Actual results: Python exception Expected results: should remove destination
Thanks Jakub ! https://git.fedorahosted.org/cgit/firewalld.git/commit/?id=49a24b06cd278f0441a076d1dd5890379ef5f31f
firewalld-0.3.13-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/firewalld-0.3.13-1.fc21
firewalld-0.3.13-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/firewalld-0.3.13-1.fc20
Package firewalld-0.3.13-1.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing firewalld-0.3.13-1.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-16322/firewalld-0.3.13-1.fc21 then log in and leave karma (feedback).
firewalld-0.3.13-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.
firewalld-0.3.13-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.