-
Notifications
You must be signed in to change notification settings - Fork 121
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
Missing Chat Messages #68
Comments
I think I am seeing similar behavior. If I chat directly with my bot it's clear that it does not receive every message I'm sending. |
I have solved with this changes: On Tue 25 Feb 2014 11:34:32 AM BRT, Jason Bouffard wrote:
|
Have you submitted a pull request for this I have the same issue... |
+1 The code in @bkmeneguello's |
Sometimes (after some idle time, or just after service restart) some chat messages are not processed. When I open (via vnc) the fluxbox desktop, there is an info icon of not read messages (with the commands I have sent) on skype.
I've put a listener on 'Notification' events and I see there is no 'CHATMESSAGE', and only one CHAT <bla, bla> ACTIVITY_TIMESTAMP when this happens.
I did some changes to bot.py to listen this notifications and read MissedMessages and removed 'MessageStatus' handler. And that resolves my problem.
Is this a know problem or there is any workaround?
The text was updated successfully, but these errors were encountered: