Bug 2376617
| Summary: | [abrt] deluge-gtk: info_hash(): common.py:392:info_hash:AttributeError: 'TorrentInfo' object has no attribute '_info_hash'. Did you mean: 'info_hash'? | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Bingham <bingham.tim> | ||||||||||||||||
| Component: | deluge | Assignee: | Michael Cronenworth <mike> | ||||||||||||||||
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 42 | CC: | bingham.tim, mike | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/ae04ee2a5874f4e100ba7d2c0a17e30d0975ca6 | ||||||||||||||||||
| Whiteboard: | abrt_hash:1a78007a72cf3540794091e2908679423d031648;VARIANT_ID=kde; | ||||||||||||||||||
| Fixed In Version: | Doc Type: | --- | |||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 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 2096330 [details]
File: os_info
Created attachment 2096331 [details]
File: environ
Created attachment 2096332 [details]
File: mountinfo
Created attachment 2096333 [details]
File: open_fds
Created attachment 2096334 [details]
File: namespaces
Created attachment 2096335 [details]
File: backtrace
Created attachment 2096336 [details]
File: cpuinfo
FEDORA-2025-929427dc07 (golang-codeberg-gbcox-beetbrainz-1.2.0-2.20250706git7bf9d23.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-929427dc07 FEDORA-2025-929427dc07 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-929427dc07` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-929427dc07 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. reopening... sorry, I keyed in the wrong bugzilla... |
Version-Release number of selected component: deluge-gtk-2.2.0-1.fc42 Additional info: reporter: libreport-2.17.15 kernel: 6.15.4-200.fc42.x86_64 cmdline: /usr/bin/python3 /usr/bin/deluge-gtk cgroup: 0::/user.slice/user-1000.slice/user/app.slice/app-deluge uid: 1000 reason: common.py:392:info_hash:AttributeError: 'TorrentInfo' object has no attribute '_info_hash'. Did you mean: 'info_hash'? executable: /usr/bin/deluge-gtk type: Python3 package: deluge-gtk-2.2.0-1.fc42 runlevel: N 5 exception_type: AttributeError crash_function: info_hash interpreter: python3-3.13.5-1.fc42.x86_64 Truncated backtrace: common.py:392:info_hash:AttributeError: 'TorrentInfo' object has no attribute '_info_hash'. Did you mean: 'info_hash'? Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/deluge/ui/gtk3/mainwindow.py", line 331, in on_drag_data_received_event process_args(selection_data.get_uris()) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/deluge/ui/gtk3/ipcinterface.py", line 216, in process_args component.get('AddTorrentDialog').add_from_files([path]) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^ File "/usr/lib/python3.13/site-packages/deluge/ui/gtk3/addtorrentdialog.py", line 258, in add_from_files info.info_hash, info.name, filename, info.files, info.filedata ^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/deluge/ui/common.py", line 392, in info_hash return self._info_hash ^^^^^^^^^^^^^^^ AttributeError: 'TorrentInfo' object has no attribute '_info_hash'. Did you mean: 'info_hash'? Local variables in innermost frame: self: <deluge.ui.common.TorrentInfo object at 0x7f07b6de97d0>