Advertisement
Hey_Arnold

error

Jan 1st, 2022
1,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.63 KB | None | 0 0
  1. Exception in thread Thread-2530:
  2. Traceback (most recent call last):
  3.   File "C:\Python39\lib\threading.py", line 973, in _bootstrap_inner
  4.     self.run()
  5.   File "C:\Python39\lib\threading.py", line 910, in run
  6.     self._target(*self._args, **self._kwargs)
  7.   File "C:\Python39\lib\site-packages\kik_unofficial\client.py", line 530, in _on_new_data_received
  8.     self._handle_received_iq_element(xml_element)
  9.   File "C:\Python39\lib\site-packages\kik_unofficial\client.py", line 572, in _handle_received_iq_element
  10.     self._handle_response(xml_namespace, iq_element)
  11.   File "C:\Python39\lib\site-packages\kik_unofficial\client.py", line 589, in _handle_response
  12.     xmlns_handlers.PeersInfoResponseHandler(self.callback, self).handle(iq_element)
  13.   File "C:\Python39\lib\site-packages\kik_unofficial\xmlns_handlers.py", line 179, in handle
  14.     peers_info = PeersInfoResponse(data)
  15.   File "C:\Python39\lib\site-packages\kik_unofficial\datatypes\xmpp\roster.py", line 92, in __init__
  16.     self.users = [User(item) for item in items]
  17.   File "C:\Python39\lib\site-packages\kik_unofficial\datatypes\xmpp\roster.py", line 92, in <listcomp>
  18.     self.users = [User(item) for item in items]
  19.   File "C:\Python39\lib\site-packages\kik_unofficial\datatypes\peers.py", line 25, in __init__
  20.     raise KikApiException("No jid in user xml {}".format(xml_data))
  21. kik_unofficial.datatypes.exceptions.KikApiException: No jid in user xml <item username="USERNAME_SHOWS_HERE* "/>
  22. Couldn't send after login message to USERNAME_SHOWS_HERE*
  23.  
  24. Could not get the JID for username USERNAME_SHOWS_HERE*
  25. in time
  26.  
  27. *= i changed this for privacy, but it just shows the username
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement