dji-sdk / Mobile-SDK-Android-V5

MSDK V5 Sample
Other
263 stars 140 forks source link

Question about the ErrorImp {errorType='WAYPOINT', errorCode='SEND_PACK_TIMEOUT' } #403

Open Tin-moon opened 3 weeks ago

Tin-moon commented 3 weeks ago

Hi, I am doing a mission sequence. Generate a kmz file, upload it, and start a mission. After 2 successfully completed missions I get an error when starting 3.

startMission Failed : ErrorImp 
{ 
errorType='WAYPOINT', 
errorCode='SEND_PACK_TIMEOUT', 
innerCode='null', 
description='Command timed out', 
hint=''
}
| class = dji.v5.common.error.ErrorImp

I used SDK version 5.9.1. DJI RC PRO and Mavic 3T

What could be the problem? is it possible to change the timeout?

dji-dev commented 3 weeks ago

Agent comment from yating.liao in Zendesk ticket #115148:

The term “SEND_PACK_TIMEOUT” refers to a timeout occurring in the transmission with the drone. Have you attempted to re-upload and restart the task? Currently, you can bypass this issue by restarting the waypoint task.

°°°

Tin-moon commented 3 weeks ago

The term “SEND_PACK_TIMEOUT” refers to a timeout occurring in the transmission with the drone. Have you attempted to re-upload and restart the task? Currently, you can bypass this issue by restarting the waypoint task.

Do you mean upload the same file again and try to run it?

  1. WaypointMissionManager.getInstance().pushKMZFileToAircraft(path, callback)
  2. WaypointMissionManager.getInstance().startMission(path, callback)

Do I need to do any "resets" before do 1 and 2?

dji-dev commented 3 weeks ago

Agent comment from yating.liao in Zendesk ticket #115148:

Yes, I think you can re-upload the same file and then reopen the mission. There is no need to reset before performing the first and second steps.

°°°