Closed alexzaitsev closed 3 years ago
Hi @alexzaitsev,
Is this the only such networking error your application logged? Do you see similar errors when the SDK attempts to retrieve flags or send events?
Note that the error you described above should be benign; the failed request was meant to send diagnostic events to LaunchDarkly. The SDK will continue to behave normally (besides from the logged exception, of course) if this happens.
This is confirmed to be a network issue. LD server is not available from the tested network.
This seems to be a network-specific issue. LD works well in other networks. So, the production app, I'm working with, logged the next to our Splunk:
The dependency that is used in the app:
com.launchdarkly:launchdarkly-android-client-sdk:2.13.0
Any thoughts of this?