Mike Salmon
Mike Salmon
Looks like you're using python3.6 instead of 3.5
On the frontpage of "https://github.com/danielcardeenas/whatsapp-framework" is says "This needs Python 3.5" You'll need to install 3.5 instead of 3.6
Sorry, not sure. I use docker on linux and start with `FROM python:3.5` so can't help you with windows emulators. Maybe try google for it.
This should be working if you checkout the latest code. The PR from a couple of weeks ago added this, all media is now saved to `/tmp/yowfiles/` folder.
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,...
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....
So far I've narrowed it down to an issue here: https://github.com/tgalal/python-axolotl/issues/16 Will keep looking. It might be that we need to fork that library too, and make some updates and...
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. 👍
@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...
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...