Note that there are some explanatory texts on larger screens.

plurals
  1. POC# Neo4jClient TaskCancelled Exception
    text
    copied!<p>I am making a pretty long query to Neo4j database using Neo4jClient and getting an exception which occurs pretty randomly. How to fix this?</p> <pre><code>System.AggregateException: One or more errors occurred. ---&gt; System.AggregateException: One or more errors occurred. ---&gt; System.Threading.Tasks.TaskCanceledException: A task was canceled. --- End of inner exception stack trace --- at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at Neo4jClient.GraphClient.&lt;&gt;c__DisplayClass3.&lt;SendHttpRequestAsync&gt;b__2(Task`1 requestTask) in c:\TeamCity\buildAgent\work\f1c4cf3efbf1b05e\Neo4jClient\GraphClient.cs:line 149 at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at Neo4jClient.GraphClient.&lt;&gt;c__DisplayClass1b`1.&lt;Neo4jClient.IRawGraphClient.ExecuteGetCypherResultsAsync&gt;b__1a(Task`1 responseTask) in c:\TeamCity\buildAgent\work\f1c4cf3efbf1b05e\Neo4jClient\GraphClient.cs:line 745 at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.Tasks.Task.Execute() ---&gt; (Inner Exception #0) System.AggregateException: One or more errors occurred. ---&gt; System.Threading.Tasks.TaskCanceledException: A task was canceled. --- End of inner exception stack trace --- at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at Neo4jClient.GraphClient.&lt;&gt;c__DisplayClass3.&lt;SendHttpRequestAsync&gt;b__2(Task`1 requestTask) in c:\TeamCity\buildAgent\work\f1c4cf3efbf1b05e\Neo4jClient\GraphClient.cs:line 149 at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.Tasks.Task.Execute() ---&gt; (Inner Exception #0) System.Threading.Tasks.TaskCanceledException: A task was canceled.&lt;--- &lt;--- </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload