Parrot-Developers/olympe

Unable to takeoff , download the photo with the python api and maxtiltget

Closed this issue · 2 comments

Hi,

While connected on the anafi (whose IP is 192.168.42.1) and succesfully checking I can connect on the webpage hosted 192.168.42.1 , I do experience python olympe not working completely.

I tried several of the examples you provide in the olympe/doc/examples, directory and I do have different outputs :

  • for the takeoff.py script after displaying quite a lot of logs (a lot with a green [INFO] and some with some errors takeoff ends by outputting an assertionerror
  • for the maxtiltget.py , I do have a ardrone3.PilotingSettingState.MaxTiltChanged state is unitialized
  • for the photo.py, the script actually triggers a photo , I do see the picture on the web interface of the anafi but the script fails to download the photo from the anafi with "404 Client Error : Not found for url : http://192.168.42.1:80/api/v1/media/10000....JPG

On the web page, the version "on the Update tab" is 1.0.1

The log of the takeoff is linked to that message.

logtakeoff.txt

The 1.0.1 is a 3 years old firmware release. Please update your Anafi firmware with the Freeflight 6 application (iOS or Android), hopefully this should fix your issues.

@ndessart Thank you ; that was the point ; Updating to 1.8.2 solved the issue;