i think there is no .deb for his latest updates...
but i'm more interested in the bugfixes than in media sending
that's in my interesst too, but i can wit until a .deb is released ... i'm not a dev so i don't wanna ruin anything in my phone ^^ so i just wait it out ^^
one improvement for latest release.
i know sending media is not working yet. but when its possible it would be better if the lateste pictures come on top and not at the end.
Hey guys
Is there anyone who knows about media uploading?
I've added poster to wazapp in my github and it uploads the file to mms.whatsapp.net, but I always get this error:
Code:
<key>error</key> <string>exists</string>
This is the main problem for sending media
If someone can help with this, them media sending will be done.
Played with variations of the same request, always the same output. "Error exists"
I can't tell in your code if you _really_ are doing a POST because this exact error I get when I do a GET on the upload link, empty without parameters.
Maybe request is not formatted properly? \r\n and stuff...
I don't see a filename element or Content-Disposition: attachment header either.
Since I suck at Python I don't know how to print out a request before it's being sent.
Can someone show me full generated request with headers and without the file bytes in body, please?
Have any of the developers taken a look and see if that can help you to understand a little bit more how the app works and probably create a updated version of the app.
Once again, thanks to tgalal, Cepi, knobtviker and all the others involved in the development of this great app.
@knobtviker:
Yes, it's POST, but you're right, I need to send it using a socket connection
I never used sockets before, so I need a little time to understand how it works
@knobtviker:
Yes, it's POST, but you're right, I need to send it using a socket connection
I never used sockets before, so I need a little time to understand how it works
@Cepi:
Also, when sending over sockets, the HTTP request has to be formatted properly. Everything aligned and in exact order, otherwise it breaks.
Sensitive stuff
Let me know if you need anything else.