cs2000 / DankDroneDownloader

A Custom Firmware Download Tool for DJI Drones Written in C#
Other
353 stars 59 forks source link

. #47

Closed tlw00988 closed 4 weeks ago

tlw00988 commented 3 months ago

Error while updating firmwares. Unable to get server alive status. Error: Error: (Status code: Unauthorized) {"type":"https://tools.ietf.org/html/rfc9110#section-15.5.2","title":"Unauthorized","status":401,"traceId":"00-8b4e1b888f3a43538affe1b08eabea41-cd82f43822b4c01c-00"}

ddd_error_log.log

Knives79 commented 3 months ago

me too

nu11plex commented 1 month ago

same, waiting for solutions.

cs2000 commented 4 weeks ago

This is covered on the main GitHub Readme...

NOTE: If you recieve the message "401 unauthorised" when trying to load the app, please ensure your system time is sync'd with an NTP time server. In 100% of the cases where this has been reported to me, the users system time was off, causing the server to reject the request.

tlw00988 commented 4 weeks ago

This is covered on the main GitHub Readme...

NOTE: If you recieve the message "401 unauthorised" when trying to load the app, please ensure your system time is sync'd with an NTP time server. In 100% of the cases where this has been reported to me, the users system time was off, causing the server to reject the request.

if my system time not have problen?

cs2000 commented 4 weeks ago

System time will be the problem. This error message is literally what that means.

any other issues such as if your IP was blocked or some kind of issue to do with government blocking would give another error.

it literally means you sent a request to the server and the server rejected it, it’s only configured to reject requests if your PC time is off, it’s very strict, only allowing requests -/+ 10 seconds of the actual time reported by Cloudflare.