-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no response for xiphias messages #129
Comments
Is the method @Jaapp- Do you have any idea? |
XiphiasHandler.handler does not get called. |
the code def on_xiphias_get_users_response(self, response: Union[UsersResponse, UsersByAliasResponse]):
print(response.users) makes the program print |
@aspwil So for you |
I get no response from one specific user. I'm not sure why |
Some users don't have any xiphias entity data associated with them. It manifests in the UI on the mobile apps as not showing a days on Kik, known as "no-day accounts". It is another quirk of Kik you have to handle. |
Hi, I'd like to use the xiphias_get_users command, but there is no response triggering the on_xiphias_get_users_response. Is this still a work in progress or is it me doing something wrong?
The text was updated successfully, but these errors were encountered: