Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR #8620

Open
EpariNigam opened this issue Dec 11, 2024 · 2 comments
Labels
bug Bug in existing code

Comments

@EpariNigam
Copy link

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]

@EpariNigam EpariNigam added the bug Bug in existing code label Dec 11, 2024
@EpariNigam
Copy link
Author

EpariNigam commented Dec 11, 2024

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.

@EpariNigam
Copy link
Author

Using latest version 4.12.0 in the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug in existing code
Projects
None yet
Development

No branches or pull requests

1 participant