You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.Exception
HResult=0x80131500
Message=MongoSession.LoadRecentData
Source=Panoptes.Model.MongoDB
StackTrace:
at Panoptes.Model.MongoDB.Sessions.MongoSession.<LoadRecentDataAsync>d__13.MoveNext() in C:\...\Panoptes.Model.MongoDB\Sessions\MongoSession.cs:line 188
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
at Panoptes.SessionService.<OpenSessionAsync>d__25.MoveNext() in C:\...\Panoptes\SessionService.cs:line 367
This exception was originally thrown at this call stack:
MongoDB.Driver.Core.Clusters.Cluster.ThrowIfDisposed()
MongoDB.Driver.Core.Clusters.Cluster.ThrowIfDisposedOrNotOpen()
MongoDB.Driver.Core.Clusters.Cluster.SelectServerAsync(MongoDB.Driver.Core.Clusters.ServerSelectors.IServerSelector, System.Threading.CancellationToken)
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
System.Runtime.CompilerServices.ConfiguredTaskAwaitable<TResult>.ConfiguredTaskAwaiter.GetResult()
MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelectionAsync(System.Threading.CancellationToken)
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
...
[Call Stack Truncated]
Inner Exception 1:
ObjectDisposedException: Cannot access a disposed object.
ObjectDisposed_ObjectName_Name
The text was updated successfully, but these errors were encountered:
Try a mongo session that fails, and try again
The text was updated successfully, but these errors were encountered: