| Summary: | [abrt] system-config-printer-1.4.3-2.fc20: Gtk.py:1135:__new__:TypeError: 'NoneType' object is not iterable | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rolle <rolle.hoffmann> | ||||||||||
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> | ||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 20 | CC: | code, devonjanitz, djuran, jpopelka, tmoschou, twaugh, williambader | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/c4a44a26cf01f883fdc557a04779a3d54e7f2251 | ||||||||||||
| Whiteboard: | abrt_hash:5aa6eb32231fb799be1d382ddaca3d1cfec8f2ec | ||||||||||||
| Fixed In Version: | system-config-printer-1.4.4-1.fc20 | Doc Type: | Bug Fix | ||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2014-03-30 06:03:10 UTC | Type: | --- | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Bug Depends On: | |||||||||||||
| Bug Blocks: | 1203219 | ||||||||||||
| Attachments: |
|
||||||||||||
Created attachment 836535 [details]
File: backtrace
Created attachment 836536 [details]
File: dso_list
Created attachment 836537 [details]
File: environ
Oops. The description (see above) was the wrong description for this bug. Please ignore that description. I don't know anymore what I did then this crash happened. Should be fixed upstream with https://git.fedorahosted.org/cgit/system-config-printer.git/commit/?id=a0ebf7d948138a1e866266a4fe81bd5aa587e35b Created attachment 847839 [details]
Folder of error records
Interesting it brought me here. The error occurs each time I try to install a printer. Error is very reproducible.
Thanks, Devon
Still trying to install a printer. Thanks, Devon In my case was trying to install a networked Brother HL5250-DN. It was autodetected, so who knows what driver it was trying to use. I got this trying to install a printer on Fedora 20. system-config-printer-1.4.4-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/system-config-printer-1.4.4-1.fc20 Package system-config-printer-1.4.4-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing system-config-printer-1.4.4-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-4014/system-config-printer-1.4.4-1.fc20 then log in and leave karma (feedback). system-config-printer-1.4.4-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: I wanted to add an audio-files drawer to rhythmbox. But this took very long and I stoped that import. I didn't see any audiofile in the main dialog, but one audiofile started playing. After that I removed some plugins (LastFM, ...) and then Rhythmbox crashed. Version-Release number of selected component: system-config-printer-1.4.3-2.fc20 Additional info: reporter: libreport-2.1.9 cmdline: /usr/bin/python /usr/share/system-config-printer/system-config-printer.py executable: /usr/share/system-config-printer/system-config-printer.py kernel: 3.11.9-300.fc20.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: Gtk.py:1135:__new__:TypeError: 'NoneType' object is not iterable Traceback (most recent call last): File "/usr/share/system-config-printer/newprinter.py", line 912, in on_btnNPForward_clicked self.nextNPTab() File "/usr/share/system-config-printer/newprinter.py", line 1544, in nextNPTab self.setNPButtons() File "/usr/share/system-config-printer/newprinter.py", line 1688, in setNPButtons iter = model.get_iter (path) File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 810, in get_iter path = self._coerce_path(path) File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 785, in _coerce_path return TreePath(path) File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 1135, in __new__ path = ":".join(str(val) for val in path) TypeError: 'NoneType' object is not iterable Local variables in innermost frame: path: None cls: <class 'gi.overrides.Gtk.TreePath'>