Skip to content
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

Open
bkmeneguello opened this issue Jan 22, 2014 · 4 comments
Open

Missing Chat Messages #68

bkmeneguello opened this issue Jan 22, 2014 · 4 comments

Comments

@bkmeneguello
Copy link
Contributor

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?

@jasonbouffard
Copy link

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.

@bkmeneguello
Copy link
Contributor Author

I have solved with this changes:

bkmeneguello@f783e98

On Tue 25 Feb 2014 11:34:32 AM BRT, Jason Bouffard wrote:

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.


Reply to this email directly or view it on GitHub
#68 (comment).

@thegogz
Copy link

thegogz commented Mar 10, 2014

Have you submitted a pull request for this I have the same issue...

@jmandel
Copy link
Contributor

jmandel commented Apr 11, 2014

+1 The code in @bkmeneguello's custom branch fixes this issue for me. I'll propose it in a separate PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants