IqError
Traceback (most recent call last):
File "src/poezio.py", line 37, in
main()
File "src/poezio.py", line 34, in main
cocore.main_loop() # Refresh the screen, wait for user events etc
File "/home/koshie/poezio/src/core.py", line 816, in main_loop
res = self.do_command(char)
File "/home/koshie/poezio/src/core.py", line 1644, in do_command
return self.current_tab().on_input(key)
File "/home/koshie/poezio/src/tabs.py", line 710, in on_input
self.key_func[key]()
File "/home/koshie/poezio/src/tabs.py", line 298, in on_enter
if not self.execute_command(clean_text):
File "/home/koshie/poezio/src/tabs.py", line 143, in execute_command
self.commands[command]0
File "/home/koshie/poezio/src/tabs.py", line 621, in command_kick
res = muc.eject_user(self.core.xmpp, self.get_name(), nick, reason)
File "/home/koshie/poezio/src/multiuserchat.py", line 84, in
eject_user
return iq.send()
File "/home/koshie/poezio/src/sleekxmpp/stanza/iq.py", line 205, in
send
raise IqError(result)
sleekxmpp.exceptions.IqError