couchbase-net-client icon indicating copy to clipboard operation
couchbase-net-client copied to clipboard

Random NullReferenceException in ClusterVersionProvider with CouchbaseNetClient 3.6.3

Open amaruj opened this issue 5 months ago • 0 comments

Hi,

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.

This this the same issue my colleague reported here : https://github.com/couchbaselabs/Linq2Couchbase/issues/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,

amaruj avatar Sep 23 '24 07:09 amaruj