Bug 1270591
Summary: | Python exception raised when running "bugwarrior-pull" | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | wpbwi |
Component: | bugwarrior | Assignee: | Ralph Bean <rbean> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 22 | CC: | lnie, rbean |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | bugwarrior-1.2.0-2.fc21 bugwarrior-1.2.0-2.fc22 bugwarrior-1.2.0-2.fc23 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-10-23 16:20:19 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
wpbwi
2015-10-11 14:05:05 UTC
It seems to fix this exact bug it's just missing pulling in the "pyxdg" dependency. I did notice after I installed this and re-ran the command it showed: CRITICAL:command:oh noes TRACE Traceback (most recent call last): TRACE File "/usr/lib/python2.7/site-packages/bugwarrior/command.py", line 45, in pull TRACE config = load_config(main_section) TRACE File "/usr/lib/python2.7/site-packages/bugwarrior/config.py", line 152, in load_config TRACE "utf-8", TRACE File "/usr/lib64/python2.7/codecs.py", line 884, in open TRACE file = __builtin__.open(filename, mode, buffering) TRACE IOError: [Errno 2] No such file or directory: '/home/username/.config/bugwarrior/bugwarriorrc' If you touch the file it'll then display an error showing you an example template. bugwarrior-1.2.0-2.fc21 has been submitted as an update to Fedora 21. https://bodhi.fedoraproject.org/updates/FEDORA-2015-b45378e1cd bugwarrior-1.2.0-2.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-406376989c bugwarrior-1.2.0-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-3468f013cd got the same result as #com1 after installed bugwarrior-1.2.0-2.fc23 bugwarrior-1.2.0-2.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update bugwarrior' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-3468f013cd Makes sense. that's an upstream bug then. Will fix! bugwarrior-1.2.0-2.fc21 has been pushed to the Fedora 21 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update bugwarrior' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-b45378e1cd bugwarrior-1.2.0-2.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update bugwarrior' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-406376989c bugwarrior-1.2.0-2.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. bugwarrior-1.2.0-2.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. bugwarrior-1.2.0-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |