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
I have got following error in low internet connection state. This error increase errors in my Crashlytics. I am using latest version of scgateway_flutter_plugin
Error:
W/System.err(21156): java.net.UnknownHostException: Unable to resolve host "config.smallcase.com": No address associated with hostname
W/System.err(21156): at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
W/System.err(21156): at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
W/System.err(21156): at java.net.InetAddress.getAllByName(InetAddress.java:1152)
W/System.err(21156): at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:49)
W/System.err(21156): at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:164)
W/System.err(21156): at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:129)
W/System.err(21156): at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:71)
W/System.err(21156): at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:205)
W/System.err(21156): at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
W/System.err(21156): at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
W/System.err(21156): at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
W/System.err(21156): at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
W/System.err(21156): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
W/System.err(21156): at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
W/System.err(21156): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
W/System.err(21156): at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
W/System.err(21156): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
W/System.err(21156): at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
W/System.err(21156): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
W/System.err(21156): at com.example.g1$a.intercept(ConfigNetworkModule.kt:6)
W/System.err(21156): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
W/System.err(21156): at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
W/System.err(21156): at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517
The text was updated successfully, but these errors were encountered:
I have got following error in low internet connection state. This error increase errors in my Crashlytics. I am using latest version of scgateway_flutter_plugin
Error:
The text was updated successfully, but these errors were encountered: