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

Connection reset when loading manga #348

Closed
1 task done
gingercookies opened this issue Apr 20, 2023 · 3 comments
Closed
1 task done

Connection reset when loading manga #348

gingercookies opened this issue Apr 20, 2023 · 3 comments
Assignees
Labels
bug Something isn't working upstream issue

Comments

@gingercookies
Copy link

gingercookies commented Apr 20, 2023

Brief summary

I have a pi-hole running as dns resolver for my network.
As i open kotatsu and choose a manga i want to read, the loading take about 8s (on 2mb/s internet connection) and then it stop, output "Connection reset" with this error:
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:191)
at java.net.SocketInputStream.read(SocketInputStream.java:143)
at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.readFromSocket(ConscryptEngineSocket.java:945)
at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.processDataFromSocket(ConscryptEngineSocket.java:909)
at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.readUntilDataAvailable(ConscryptEngineSocket.java:824)
at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.read(ConscryptEngineSocket.java:797)
at okio.InputStreamSource.read(SourceFile:95)
at okio.InputStreamSource.read(SourceFile:19)
at okio.RealBufferedSource.request(SourceFile:31)
at okio.RealBufferedSource.require(Unknown Source:0)
at okhttp3.internal.http2.Http2Reader.nextFrame(SourceFile:10)
at okhttp3.internal.http2.Http2Connection$ReaderRunnable.invoke(SourceFile:12)
at okhttp3.internal.concurrent.TaskQueue$execute$1.runOnce(SourceFile:13)
at okhttp3.internal.concurrent.TaskRunner.access$runTask(SourceFile:19)
at okhttp3.internal.concurrent.TaskRunner$runnable$1.run(SourceFile:52)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
at java.lang.Thread.run(Thread.java:1012)

When i use my mobile connection which don't have pi-hole as dns resolver or using official mangadex website(with pi-hole on), it worked

Steps to reproduce

  1. Open Kotatsu
  2. Open this manga and choose chapter 1
  3. Waiting about 5-8s and got "Connection reset" error

Kotatsu version

4.4.8

Android version

12

Device

Redmi Note 11

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
@gingercookies gingercookies added the bug Something isn't working label Apr 20, 2023
@Koitharu Koitharu self-assigned this Apr 22, 2023
@Koitharu
Copy link
Member

изображение

Unfortunately I have the same issue even via curl, cannot figure out what can be a reason of it

@Koitharu
Copy link
Member

Even in browser...
изображение

@Koitharu
Copy link
Member

Feel free to reopen if you have any further information, however now it looks like no way to fix this since it`s a server issue

@Koitharu Koitharu closed this as not planned Won't fix, can't repro, duplicate, stale Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream issue
Projects
None yet
Development

No branches or pull requests

2 participants