Open
Description
openedon Nov 13, 2024
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'char java.lang.String.charAt(int)' on a null object reference
at okhttp3.internal.idn.IdnaMappingTable.findRangesOffset(IdnaMappingTable.java:242)
at okhttp3.internal.idn.IdnaMappingTable.map(IdnaMappingTable.java:130)
at okhttp3.internal._HostnamesCommonKt.idnToAscii(-HostnamesCommon.kt:322)
at okhttp3.internal._HostnamesCommonKt.toCanonicalHost(-HostnamesCommon.kt:307)
at okhttp3.HttpUrl$Builder.parse$okhttp(HttpUrl.java:1448)
at okhttp3.HttpUrl$Companion.get(HttpUrl.java:1744)
at okhttp3.HttpUrl$Companion.parse(HttpUrl.java:1754)
at okhttp3.HttpUrl.parse(HttpUrl.java:34)
at zipkin2.reporter.okhttp3.InternalOkHttpSender.newEndpoint(InternalOkHttpSender.java:61)
at zipkin2.reporter.okhttp3.InternalOkHttpSender.newEndpoint(InternalOkHttpSender.java:36)
seeing the above in some Samsung devices in Crashlytics
we are using '5.0.0-alpha.14'... by the way, would love to see a new alpha, it's been 7 months already
Activity