Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Reply Message not Work #36

Open
pabloruan0710 opened this issue Dec 6, 2017 · 14 comments
Open

Reply Message not Work #36

pabloruan0710 opened this issue Dec 6, 2017 · 14 comments
Labels

Comments

@pabloruan0710
Copy link

I 'm trying to reply to a message and it does not return anything to me, can someone reply?

@Aragur
Copy link
Owner

Aragur commented Dec 6, 2017

So you don't recive the message?
Please describe your issue with more details

@pabloruan0710
Copy link
Author

pabloruan0710 commented Dec 6, 2017

@AragurDEV
When someone responds in a message I sent from yowsup, I can not get this response on yowsup.
No message arrives

@mikesalmonuk
Copy link

Hey @AragurDEV - noticed your latest commit which handles this. Awesome stuff. Now when I send a reply to a message, I get the ack which I didn't before.

However, when I do send a reply, I get this:

ERROR:yowsup.layers.axolotl.layer_receive:InvalidMessageException 'utf-8' codec can't decode byte 0x8a in position 26: invalid start byte

which seems to be in the latest code update you made. All other sending is fine, it's just with a reply/mention.

Have you seen that happening with yours?

@Aragur
Copy link
Owner

Aragur commented Dec 7, 2017

@mikesalmonuk yes same is wrong on my side.
But I don't have time to look at it atm.
Would you mind finxing it? File located at yowsup/layers/axolotl/layer_recive.yp

@mikesalmonuk
Copy link

Sure, will have a look later today and try fix it. Didn't want to start changing code if you had yours correct and it was my config or something wrong. Will take a look and try figure something out!

@mikesalmonuk
Copy link

So far I've narrowed it down to an issue here: tgalal/python-axolotl#16
Will keep looking.
It might be that we need to fork that library too, and make some updates and edits in there.

@Aragur
Copy link
Owner

Aragur commented Dec 7, 2017

I forked and edited it already
See https://github.com/AragurDEV/python-axolotl

@mikesalmonuk
Copy link

OK, all working as expected with tags and replies.
You got to pip install git+git://github.com/AragurDEV/python-axolotl.git and everything then works as expected with current master yowsup branch.
👍

@pabloruan0710
Copy link
Author

fixed in commit #9d651b5

@Aragur
Copy link
Owner

Aragur commented Dec 7, 2017

@mikesalmonuk can you check setup.py? I think it should already be pulled from GitHub

@mikesalmonuk
Copy link

@AragurDEV just checked and it's there in setup, so all good. i think i had installed it directly using pip, so running setup meant it was already installed and didn't work as expected, but removed my installation and all good now!

@Aragur
Copy link
Owner

Aragur commented Dec 8, 2017

Issue still occuring
wiht following issues: "InvalidMessageException Invalid signature!" or "InvalidMessageException 'utf-8' codec can't decode byte 0x8a in position 30: invalid start byte"

@Aragur Aragur reopened this Dec 8, 2017
@Aragur Aragur added the bug label Dec 8, 2017
@mikesalmonuk
Copy link

It's fine for me if you mention someone or reply to a text message. But if you reply to an image, I get "xml-incorrectly-formed" or something (cleared the error in my terminal now, but something about bad xml).
What was your message you replied with (did it contain non standard characters or anything)?

@Aragur
Copy link
Owner

Aragur commented Dec 8, 2017

I'm replying to my own message 'Test' with 'Test'
image
Returning "InvalidMessageException 'utf-8' codec can't decode byte 0x8a in position 8: invalid start byte"

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

No branches or pull requests

3 participants