monstertjie_za
monstertjie_za

Reputation: 7823

.Net MAUI (Android): System.Net.NetworkInformation.NetworkInformationException: 'Success'

I am experiencing the following error when my Couchbase Replicator starts:

System.Net.NetworkInformation.NetworkInformationException: 'Success'

Firstly, this error does not make sense to me, then I stumbled upon this Pull-Request today: https://github.com/dotnet/runtime/pull/78555

I have made sure to follow the guidelines as listed here: https://docs.couchbase.com/couchbase-lite/current/android/replication.html#lbl-cfg-tgt

After a few seconds, the application crashes and I am stuck with this error.

I recently upgraded to .Net7, and currently using an Android Emulator (Android 13 API 33), but previously on API level 31 this was never a problem.

Any idea what might be causing this issue?

Upvotes: 1

Views: 247

Answers (1)

callumbirks
callumbirks

Reputation: 11

The cause could be that currently Couchbase doesn't support API 33. Official support is only up to API 30 currently.

Upvotes: 1

Related Questions