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
We still have random NullReferenceException when we query our couchbase server :
ERROR [33] Ot.Couchbase.Core.Version.ClusterVersionProvider Unable to load config from (null) La valeur ne peut pas être null.
Nom du paramètre : baseUri à System.Uri..ctor(Uri baseUri, String relativeUri)
à Couchbase.Core.Version.ClusterVersionProvider.<DownloadConfigAsync>d__7.MoveNext()
--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
à Couchbase.Core.Version.ClusterVersionProvider.<GetVersionAsync>d__6.MoveNext()
System.ArgumentNullException: La valeur ne peut pas être null.
Thank you for reporting this, I created a Jira ticket so that this can be fixed in an upcoming release. Would you mind sharing the server version, the .NET version and explaining the work around (unless its the same as couchbaselabs/Linq2Couchbase/issues/370)?
Hi,
We still have random NullReferenceException when we query our couchbase server :
This this the same issue my colleague reported here :
couchbaselabs/Linq2Couchbase#370
I thought the issue was fixed, but I still have it with the last CouchbaseNetClient version (3.6.3)
Can you please help ?
Thank you,
The text was updated successfully, but these errors were encountered: