Navigation Menu

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

Replies to specific messages are never received #1948

Closed
DagoW opened this issue Feb 15, 2017 · 8 comments
Closed

Replies to specific messages are never received #1948

DagoW opened this issue Feb 15, 2017 · 8 comments
Milestone

Comments

@DagoW
Copy link

DagoW commented Feb 15, 2017

In the official WhatsApp one can reply to a specific message in a chat
(by selecting it and replying or by using the drop-down menu in WhatsApp Web).

I noticed that such replies are never received by yowsup-cli and missing from
the chat. The several seconds later, I get this

ERROR:yowsup.layers.interface.interface:Stream Error type: ack
{'ack': None}

Is this a known limitation?
Can somebody here fix this?

With best regards, Dago

@evertonrenne
Copy link

DagoW,
Did you fix this? Found a workaround? I've same problem when my number receives a reply message.

@tgalal Do you have any tip how should we handle with this error?

@DagoW
Copy link
Author

DagoW commented Mar 15, 2017

No, I lack the knowledge to fix it and I have no workaround.

I guess tgalal is busy with other things. The last commit to this project was 7 months ago.

Does anybody know if there is an active fork of "yowsup"?

@mikkelam
Copy link

did you end up finding a solution for this? I have this same problem

@DagoW
Copy link
Author

DagoW commented Apr 14, 2017

No, I didn't.

@manusreload
Copy link

I've noticed that the error occurs when the message is being decoded to UTF-8 by the axolotl lib:

(https://github.com/tgalal/python-axolotl/blob/master/axolotl/groups/groupcipher.py#L104)

return plaintext.decode()

And the exception raised is:

'utf-8' codec can't decode byte 0x8a in position 8: invalid start byte

Can it be an issue in axolotl library? I think that the messages are treated as plain text, and have an XML structure when is a reply or mention.

@fsarihan
Copy link

any news ? we need a solution

@subins2000
Copy link

yeah, solution please @tgalal

@sachin2625
Copy link

I registered the number in Whatspp but i am not able to get the password,
I get this msg
{
"version": 1,
"cc": "91",
"client_static_keypair": "XXXXXXXXXXX",
"expid": "XXXXXXXXXX",
"fdid": "XXXXXXXX",
"id": "XXXXXXXXXXX",
"login": "91XXXXXXXXX",
"mcc": "405",
"mnc": "863",
"phone": "91XXXXXXXXXX",
"sim_mcc": "000",
"sim_mnc": "000"
}
But i am using pywhatsapp, password is required.
So how to get the password?

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

8 participants