Closed mr337 closed 7 years ago
Please try with the last 0.9.0 version, I changed the upload library.
@mr337 did you try with the latest version? (the 0.11 should soon be available) I'll probably close this issue without more info.
@stephanepechard I have not :( busy with life. If you think this is all wrapped up I'll close this.
Thanks @mr337
Finally got time to give this a go. I have setup both the go and python version of the sever and having issues communicating with the client.
I have a setup like so: Client -> LAN -> Nginx -> Python or Go Server
Since I have a background in python I decided to starting debugging it. I decided to use Werkzeug debugging middleware and start following the different calls to the server. So far the only calls that the Android client is sending is just the POST to /test. Which the app says "Server configuration is valid, great!".
From there I can confirm the client attempts to upload an image but fails giving no error. I do not see any traffic on the server. I can manually post to the server with success
This results in a 200 and image being written to disk. When I try again with the client I get this this
And no more requests when I take another image via the client.
I have also tried the python-client and it works great:
On the Android client I have the server set to
http://starbuck/
, entered my server password and do not have HTTP Auth enabled. Is there something I am missing?