Completion failed in standard input
Poezio version: a224d882
2022-03-27 18:49:52,725 DEBUG:core:Got from keyboard: (['^I'],)
2022-03-27 18:49:52,726 ERROR:base_events:Exception in callback Core.on_input_readable()
handle: <Handle Core.on_input_readable()>
Traceback (most recent call last): File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.10/site-packages/poezio/core/core.py", line 672, in on_input_readable self.do_command(replace_line_breaks(char), False)
File "/usr/lib/python3.10/site-packages/poezio/core/core.py", line 829, in do_command
self.tabs.current_tab.on_input(key, raw)
File "/usr/lib/python3.10/site-packages/poezio/tabs/muctab.py", line 450, in on_input
self.key_func[key]() File "/usr/lib/python3.10/site-packages/poezio/tabs/muctab.py", line 1977, in completion
if self.complete_commands(self.input):
File "/usr/lib/python3.10/site-packages/poezio/tabs/basetabs.py", line 314, in complete_commands return comp.run() AttributeError: 'bool' object has no attribute 'run'
2022-03-27 18:49:52,874 DEBUG:core:Input is readable.
This happens when trying to insert chars in the input, not in a command.