API Error 500 - https://api.autopi.io/logbook/most_recent_positions/?device_id=XXX

My Shell Script which connects to the AutoPi API is receiving an Error 500 when i curl the “most_recent_positions”. This script hasn´t changed in a long time. (

Server Error (500)

)
All other API Calls are working just fine.

Is there any known issue ?

The command is:
curl --silent --header “Content-Type: application/json” --header “Authorization: bearer ${token}” “https://api.autopi.io/logbook/most_recent_positions/?device_id=${deviceid}

Thanks

seems to be fixed now. Its working fine again as previous.

Hello Michael,

The reason why the call wasn’t working for a short while is because we were pushing a new update, and as such there was a short downtime.

Sorry for the inconvenience,
Alexandru

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.