kik-bot-api-unofficial: "remove" tag error in roster

Hello, whenever i run interactive_client.py in examples i get the following error:

Exception in thread Thread-30: Traceback (most recent call last): File "/data/data/com.termux/files/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/data/data/com.termux/files/usr/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/storage/emulated/0/myPythons/kik-bot-api-unofficial/kik_unofficial/client.py", line 509, in _on_new_data_received self._handle_received_iq_element(xml_element) File "/storage/emulated/0/myPythons/kik-bot-api-unofficial/kik_unofficial/client.py", line 551, in _handle_received_iq_element self._handle_response(xml_namespace, iq_element) File "/storage/emulated/0/myPythons/kik-bot-api-unofficial/kik_unofficial/client.py", line 566, in _handle_response xmlns_handlers.RosterResponseHandler(self.callback, self).handle(iq_element) File "/storage/emulated/0/myPythons/kik-bot-api-unofficial/kik_unofficial/xmlns_handlers.py", line 168, in handle self.callback.on_roster_received(FetchRosterResponse(data)) File "ic.py", line 27, in on_roster_received friends[m.jid] = m AttributeError: 'NoneType' object has no attribute 'jid'

What could be the reason?

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 22 (12 by maintainers)

Most upvoted comments

<remove and <remove-group tags are both used for when a group or user no longer exists / you are no longer chatting with them (I’m pretty sure) so don’t forget those.

remove is for PM jids and remove-group is for group jids.