| Summary: | [abrt] liveusb-creator: gui.py:470:status:TypeError: QTextEdit.append(QString): argument 1 has unexpected type 'int' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | hywel <turquino> | ||||||
| Component: | liveusb-creator | Assignee: | Luke Macken <lmacken> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | bcl, dct996, drizt72, lmacken, pahan, pfrields, satellitgo, tomspur, UncombedCoconut | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/17dbf92f9e938a81eec0d1c0cb8952eb642b29f5 | ||||||||
| Whiteboard: | abrt_hash:f6fcba08fd453e4795845327b94cea8c329a0484 | ||||||||
| Fixed In Version: | liveusb-creator-3.13.2-1.fc19 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-12-06 10:16:03 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 838111 [details]
File: backtrace
Created attachment 838112 [details]
File: environ
I also ran into this. I humbly suggest using repr() on line 467 instead of taking an arbitrary Exception's first argument (yielding e.g. OSError(2,)). But str(text.args[0]) (yielding e.g. 2) works too. This just occured also on f20. liveusb-creator-3.13.1-1.el7 has been submitted as an update for Fedora EPEL 7. https://admin.fedoraproject.org/updates/liveusb-creator-3.13.1-1.el7 liveusb-creator-3.13.1-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/liveusb-creator-3.13.1-1.el6 liveusb-creator-3.13.1-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/liveusb-creator-3.13.1-1.fc19 liveusb-creator-3.13.1-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/liveusb-creator-3.13.1-1.fc21 liveusb-creator-3.13.1-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/liveusb-creator-3.13.1-1.fc20 Package liveusb-creator-3.13.1-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 liveusb-creator-3.13.1-1.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-15869/liveusb-creator-3.13.1-1.fc21 then log in and leave karma (feedback). liveusb-creator-3.13.1-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. liveusb-creator-3.13.2-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/liveusb-creator-3.13.2-1.el6 liveusb-creator-3.13.2-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/liveusb-creator-3.13.2-1.fc20 liveusb-creator-3.13.2-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/liveusb-creator-3.13.2-1.fc19 liveusb-creator-3.13.2-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/liveusb-creator-3.13.2-1.fc21 liveusb-creator-3.13.2-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. liveusb-creator-3.13.2-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. liveusb-creator-3.13.2-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. liveusb-creator-3.13.2-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: liveusb-creator-3.12.0-1.fc18 Additional info: reporter: libreport-2.1.10 cmdline: /usr/bin/python -tt /usr/sbin/liveusb-creator executable: /usr/sbin/liveusb-creator kernel: 3.11.10-100.fc18.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: gui.py:470:status:TypeError: QTextEdit.append(QString): argument 1 has unexpected type 'int' Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/liveusb/gui.py", line 470, in status self.textEdit.append(text) TypeError: QTextEdit.append(QString): argument 1 has unexpected type 'int' Local variables in innermost frame: text: 2 self: <liveusb.gui.LiveUSBDialog object at 0xc2d830>