-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARDrone2 full error message unclear #967
Comments
*exception *ftplib.error_temp Exception raised when an error code signifying a temporary error (response The command was not accepted and the requested action did not take place, |
@kevindehecker does it look better when you |
No: make[1]: Leaving directory BTW, I also happened to have another memory full related error. In this case the drone was 100% full, (the previous case probably 99% orso) Uploading 'ap.elf' from /home/houjebek/paparazzi/var/aircrafts/ardrone2_raw/ap to raw |
closed with c046fa7 |
When the ARDrone's memory is full but the users attempts to upload, the following error message is presented:
ftplib.error_temp: 451 Error
make[1]: *** [upload] Error 1
make[1]: Leaving directory
/home/houjebek/paparazzi/sw/airborne' make: *** [ap.upload] Error 2 make: Leaving directory
/home/houjebek/paparazzi'I'd guess this error changes according to the amount of space left beforehand. Anyway, very unclear.
The text was updated successfully, but these errors were encountered: