https://bugzilla.redhat.com/show_bug.cgi?id=1660522
--- Comment #11 from Mike FABIAN mfabian@redhat.com --- (In reply to fujiwara from comment #8)
(In reply to Mike FABIAN from comment #1)
Created attachment 1515365 [details] File: backtrace
Could you find what you typed to reproduce this issue? The backtrace does not help me why the lookup window includes the null candidate because the backtrace of __update() was called with a time lag. Probably I think $HOME/.anthy/last-record*_default.utf8 might save what you typed.
Traceback (most recent call last): File "/usr/share/ibus-anthy/engine/engine.py", line 1290, in __update self.__update_convert_chars() File "/usr/share/ibus-anthy/engine/engine.py", line 1213, in __update_convert_chars self.__update_anthy_convert_chars() File "/usr/share/ibus-anthy/engine/engine.py", line 1269, in __update_anthy_convert_chars self.__convert_chars += text TypeError: can only concatenate str (not "NoneType") to str
I have no idea how to reproduce this at the moment.