Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
akumalzw opened this issue Jun 16, 2023 · 1 comment
Open
Labels
question This issue is a question

Comments

@akumalzw
Copy link

this is the detail log
在 ClickHouse.Client.ADO.ClickHouseConnection.d__58.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
在 ClickHouse.Client.ADO.ClickHouseCommand.d__54.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
Copy link
Owner

Hi

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

@DarkWanderer DarkWanderer added the question This issue is a question label Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question This issue is a question
Projects
None yet
Development

No branches or pull requests

2 participants