Bug 895556
| Summary: | [abrt] ibus-anthy-1.4.99.20121006-1.fc17: types.py:43:function:TypeError: Argument 1 does not allow None as a value | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Qin Yixuan <xuan.19870326> | ||||||||||||||
| Component: | ibus-anthy | Assignee: | fujiwara <tfujiwar> | ||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||
| Priority: | unspecified | ||||||||||||||||
| Version: | 17 | CC: | i18n-bugs, shawn.p.huang, tagoh, tfujiwar | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||
| OS: | Unspecified | ||||||||||||||||
| Whiteboard: | abrt_hash:0f14c94e55d9001c5fe83aad9c8fcd7487cdc508 | ||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2013-01-31 07:26:29 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 678785 [details]
File: environ
Created attachment 678786 [details]
File: dso_list
Created attachment 678787 [details]
File: event_log
Created attachment 678788 [details]
File: executable
Created attachment 678789 [details]
File: smolt_data
Created attachment 678790 [details]
File: core_backtrace
I think this is fixed by ibus-anthy 1.5.0. You could get the latest ibus-anthy: # yum install --enablerepo=upadates-testing ibus-anthy |
Version-Release number of selected component: ibus-anthy-1.4.99.20121006-1.fc17 Additional info: libreport version: 2.0.18 abrt_version: 2.0.18 cmdline: /usr/bin/python /usr/share/ibus-anthy/setup/main.py kernel: 3.6.11-1.fc17.x86_64 backtrace: :types.py:43:function:TypeError: Argument 1 does not allow None as a value : :Traceback (most recent call last): : File "/usr/share/ibus-anthy/setup/main.py", line 1389, in on_shortcut_key_release_event : self.on_btn_edit_clicked(None) : File "/usr/share/ibus-anthy/setup/main.py", line 1017, in on_btn_edit_clicked : for s in s_to_l(ls.get(it, 1)[0]): : File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 935, in get : values.append(self.get_value(treeiter, col)) : File "/usr/lib64/python2.7/site-packages/gi/types.py", line 43, in function : return info.invoke(*args, **kwargs) :TypeError: Argument 1 does not allow None as a value : :Local variables in innermost frame: :info: <gi.FunctionInfo object (get_value) at 0x0xcc3b90> :args: (<ListStore object at 0x16e8e60 (GtkListStore at 0xffba70)>, None, 1) :kwargs: {}