Bug 2084341
| Summary: | [abrt] puddletag: wheelEvent(): tagmodel.py:2483:wheelEvent:TypeError: setValue(self, int): argument 1 has unexpected type 'float' | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | alex | ||||||||||||||
| Component: | puddletag | Assignee: | Terje Røsten <terje.rosten> | ||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||
| Priority: | unspecified | ||||||||||||||||
| Version: | 35 | CC: | meow8282, terje.rosten | ||||||||||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||
| OS: | Unspecified | ||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/040325aa29ea63d1961eb82792d78db7984c3573 | ||||||||||||||||
| Whiteboard: | abrt_hash:8cf09a80f420bf1916757a3241277d39b3b2d920;VARIANT_ID=workstation; | ||||||||||||||||
| Fixed In Version: | puddletag-2.1.1-2.fc37 puddletag-2.1.1-3.fc36 puddletag-2.1.1-3.fc35 | Doc Type: | If docs needed, set a value | ||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2022-06-10 01:14:11 UTC | Type: | --- | ||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||
| Embargoed: | |||||||||||||||||
| Attachments: |
|
||||||||||||||||
Created attachment 1878755 [details]
File: backtrace
Created attachment 1878756 [details]
File: cpuinfo
Created attachment 1878757 [details]
File: environ
Created attachment 1878758 [details]
File: mountinfo
Created attachment 1878759 [details]
File: namespaces
Created attachment 1878760 [details]
File: open_fds
I have the same problem. Here is the output to the terminal when puddletag crashes:
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20209, resource id: 14681426, major code: 40 (TranslateCoords), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43350, resource id: 14681466, major code: 40 (TranslateCoords), minor code: 0
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/puddlestuff/tagmodel.py", line 2483, in wheelEvent
h.setValue(h.value() - numsteps)
TypeError: setValue(self, int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/puddlestuff/tagmodel.py", line 2483, in wheelEvent
h.setValue(h.value() - numsteps)
TypeError: setValue(self, int): argument 1 has unexpected type 'float'
FEDORA-2022-a24d5e9f2e has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-a24d5e9f2e FEDORA-2022-a24d5e9f2e has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-cb918fd1a7 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-cb918fd1a7 FEDORA-2022-d7fbfd4ea8 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-d7fbfd4ea8 FEDORA-2022-d7fbfd4ea8 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-d7fbfd4ea8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-d7fbfd4ea8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-cb918fd1a7 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-cb918fd1a7` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-cb918fd1a7 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-d7fbfd4ea8 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-cb918fd1a7 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: Crash happened when I started puddletag. Version-Release number of selected component: puddletag-2.1.1-1.fc35 Additional info: reporter: libreport-2.15.2 cgroup: 0::/user.slice/user-1000.slice/user/app.slice/app-gnome-puddletag-28423.scope cmdline: /usr/bin/python3 -s /usr/bin/puddletag crash_function: wheelEvent exception_type: TypeError executable: /usr/bin/puddletag interpreter: python3-3.10.4-1.fc35.x86_64 kernel: 5.17.5-200.fc35.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: tagmodel.py:2483:wheelEvent:TypeError: setValue(self, int): argument 1 has unexpected type 'float' Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/puddlestuff/tagmodel.py", line 2483, in wheelEvent h.setValue(h.value() - numsteps) TypeError: setValue(self, int): argument 1 has unexpected type 'float' Local variables in innermost frame: self: <puddlestuff.tagmodel.TagTable object at 0x7f408dba1ab0> e: <PyQt5.QtGui.QWheelEvent object at 0x7f408dba1b40> h: <PyQt5.QtWidgets.QScrollBar object at 0x7f408dbfbf40> numsteps: 24.0