DarkWanderer / ClickHouse.Client

.NET client for ClickHouse
MIT License
315 stars 62 forks source link

How to deal with the problem of "ClickHouseConnection<HandleError>" #315

Open akumalzw opened 1 year ago

akumalzw commented 1 year ago

this is the detail log 在 ClickHouse.Client.ADO.ClickHouseConnection.d58.MoveNext() --- 引发异常的上一位置中堆栈跟踪的末尾 --- 在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 在 ClickHouse.Client.ADO.ClickHouseCommand.d54.MoveNext() --- 引发异常的上一位置中堆栈跟踪的末尾 --- 在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 在 ClickHouse.Client.ADO.ClickHouseCommand.d__53.MoveNext() --- 引发异常的上一位置中堆栈跟踪的末尾 --- 在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 在 ClickHouse.Client.ADO.ClickHouseCommand.ExecuteDbDataReader(CommandBehavior behavior) 在 System.Data.Common.DbCommand.ExecuteReader() 在 AutoPushApp.ClickHouseDBHelper.ExecuteReader(String sql, CommandType commandType, ClickHouseDbParameter[] parameters) 在 AutoPushApp.ClickHouseDBHelper.ExecuteDataTable(String sql, CommandType commandType, ClickHouseDbParameter[] parameters)

DarkWanderer commented 1 year ago

Hi

Sorry for late reply - what's the actual exception?