Image snapshot upload return 204 but still no snapshot availble
I have a little big problem with uploading a cam image to prusa connect.
I create a new camera (new other camera) and get a token.
With this token and a newly generated UUID for the fingerprint i'll try to upload a new image. (From my esp32 camera) The upload responded with 200:
{ "status_code": 204}
but on the connect webpage i'll see only "The snapshot is not availble"
On the web page of my ESP32 cam the image is shown.
I can do the same (with new fingerprint and token) with postman. Same result, upload ok, nothing is shown.
Any help is appreciated.
Best Answer by _KaszpiR_:
Ensure your printer is on and connected to PrusaConnet so that it sends telemetry. Otherwise no images will be presented.
RE: Image snapshot upload return 204 but still no snapshot availble
Ensure your printer is on and connected to PrusaConnet so that it sends telemetry. Otherwise no images will be presented.
See my GitHub and printables.com for some 3d stuff that you may like.
RE: Image snapshot upload return 204 but still no snapshot availble
thank you. Makes sense.