couchbase-net-client
couchbase-net-client copied to clipboard
Random NullReferenceException in ClusterVersionProvider with CouchbaseNetClient 3.6.3
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,