I have been trying to get the python example working following the tutorial.
After a number of hours trying to find the reason to the error I give up and ask the question here.
When running the code this is what I get
Step 1: Uploading training images
Adding images for object id Abby
Uploading file IMG_9187.jpg
400 {"error":"ERROR_MEDIA_DATA","reason":"Cannot identify image format","reasonCode":40012,"details":{"statusCode":406,"statusMessage":"Cannot identify image format","body":"image error cannot identify image file (-6)"}}
I've checked Pillow separately and it works and i've checked my Token, so this has to be some other problem.
I can see 400 (bad request?) and 406 (Not acceptable?), is the dev.sighthoundapi.com down? Or is there any other problems?!