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

Parser error #856

Closed
ammarabdulsalam opened this issue Sep 12, 2011 · 4 comments
Closed

Parser error #856

ammarabdulsalam opened this issue Sep 12, 2011 · 4 comments

Comments

@ammarabdulsalam
Copy link

Hello,
there are some long messages not received with the following error:

** Message: console message: undefined @1: SyntaxError: Parse error

@c10ud
Copy link
Member

c10ud commented Sep 12, 2011

which emesene version?

@ammarabdulsalam
Copy link
Author

latest git version
emesene 2.11.9-devel

@pepeleproso
Copy link
Member

Sorry, this is because of my patches. I need to call post_process_message after each information message. I'll send a fix when I come back home

@pepeleproso
Copy link
Member

if somebody want to fix this you need to add
if msg.type == "status":
self.last_incoming = None
at the end of _post_process_message
and then call that function on each information message in gui.base.conversation.
after the self.output.information call

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

No branches or pull requests

3 participants