Robot.log 3.7 KB
[2022-11-22 18:02:47,435][4]ERROR 【1号车】Get_Status
System.Net.Http.HttpRequestException: Request aborted ---> System.Threading.Tasks.TaskCanceledException: 已取消一个任务。
   在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   在 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   在 RestSharp.RestClient.<ExecuteInternal>d__1.MoveNext()
   --- 内部异常堆栈跟踪的结尾 ---
   在 RestSharp.ResponseThrowExtension.ThrowIfError(RestResponse response)
   在 RestSharp.RestClient.<ExecuteAsync>d__0.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
   在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   在 RestSharp.RestClientExtensions.<GetAsync>d__15.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
   在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   在 System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   在 Common.Communication.HttpClient.GetResponse(String resource, Dictionary`2 query) 位置 C:\Users\acc\Desktop\20221105程序\SO1131-AGVDispatch\Source\Common\Communication\HttpClient.cs:行号 40
   在 Common.Communication.HttpClient.Get(String resource, Dictionary`2 query) 位置 C:\Users\acc\Desktop\20221105程序\SO1131-AGVDispatch\Source\Common\Communication\HttpClient.cs:行号 26
   在 DeviceLib.Model.AGV.MiR.MiROperation.Get_Status(Status& Status) 位置 C:\Users\acc\Desktop\20221105程序\SO1131-AGVDispatch\Source\DeviceLib\model\agv\MiR\MiROperation.cs:行号 266
[2022-11-22 18:02:57,453][4]ERROR Get_IO_Status
System.Net.Http.HttpRequestException: Request aborted ---> System.Threading.Tasks.TaskCanceledException: 已取消一个任务。
   在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   在 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   在 RestSharp.RestClient.<ExecuteInternal>d__1.MoveNext()
   --- 内部异常堆栈跟踪的结尾 ---
   在 RestSharp.ResponseThrowExtension.ThrowIfError(RestResponse response)
   在 RestSharp.RestClient.<ExecuteAsync>d__0.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
   在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   在 RestSharp.RestClientExtensions.<GetAsync>d__15.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
   在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   在 System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   在 Common.Communication.HttpClient.GetResponse(String resource, Dictionary`2 query) 位置 C:\Users\acc\Desktop\20221105程序\SO1131-AGVDispatch\Source\Common\Communication\HttpClient.cs:行号 40
   在 Common.Communication.HttpClient.Get(String resource, Dictionary`2 query) 位置 C:\Users\acc\Desktop\20221105程序\SO1131-AGVDispatch\Source\Common\Communication\HttpClient.cs:行号 26
   在 DeviceLib.Model.AGV.MiR.MiROperation.Get_IO_Status() 位置 C:\Users\acc\Desktop\20221105程序\SO1131-AGVDispatch\Source\DeviceLib\model\agv\MiR\MiROperation.cs:行号 39