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 don't know, what lead to this. But, it is crashing the app with below stack trace.
okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR
at com.microsoft.clarity.sq1.k.h(SourceFile:201)
at com.microsoft.clarity.pq1.c.d(SourceFile:3)
at com.microsoft.clarity.qq1.b.intercept(SourceFile:317)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.pq1.a.intercept(SourceFile:118)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.nq1.a.intercept(SourceFile:163)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.qq1.a.intercept(SourceFile:225)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.qq1.i.intercept(SourceFile:156)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.zf.a.intercept(SourceFile:76)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.zf.c.intercept(SourceFile:10)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at okhttp3.logging.HttpLoggingInterceptor.intercept(SourceFile:479)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.pq1.e.e(SourceFile:100)
at com.microsoft.clarity.pq1.e$a.run(SourceFile:48)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Suppressed: okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR
... 23 more
Suppressed: okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR
... 23 more
Suppressed: okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR
... 23 more
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [n1{Cancelling}@dfbef97, Dispatchers.Main.immediate]
The text was updated successfully, but these errors were encountered:
The place where we are doing API calls, we have added try catch blocks to catch exception. But, this seems didn't caught, any help would be appreciated.
I don't know, what lead to this. But, it is crashing the app with below stack trace.
okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR
at com.microsoft.clarity.sq1.k.h(SourceFile:201)
at com.microsoft.clarity.pq1.c.d(SourceFile:3)
at com.microsoft.clarity.qq1.b.intercept(SourceFile:317)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.pq1.a.intercept(SourceFile:118)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.nq1.a.intercept(SourceFile:163)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.qq1.a.intercept(SourceFile:225)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.qq1.i.intercept(SourceFile:156)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.zf.a.intercept(SourceFile:76)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.zf.c.intercept(SourceFile:10)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at okhttp3.logging.HttpLoggingInterceptor.intercept(SourceFile:479)
at com.microsoft.clarity.qq1.g.a(SourceFile:122)
at com.microsoft.clarity.pq1.e.e(SourceFile:100)
at com.microsoft.clarity.pq1.e$a.run(SourceFile:48)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Suppressed: okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR
... 23 more
Suppressed: okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR
... 23 more
Suppressed: okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR
... 23 more
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [n1{Cancelling}@dfbef97, Dispatchers.Main.immediate]
The text was updated successfully, but these errors were encountered: