KotatsuApp / kotatsu-parsers

Manga parsers library for Kotlin/JVM and Android
https://kotatsu.app/dev/parsers-library/
GNU General Public License v3.0
139 stars 38 forks source link

Unable to load comics #998

Open Herbie1976692611 opened 2 months ago

Herbie1976692611 commented 2 months ago

Source information

Comicextra

Steps to reproduce

org.jsoup.HttpStatusException: . Status=403, URL=[https://readcomicsonline.ru/uploads/manga/thundercats-2024/chapters/1/01.jpg] at org.koitharu.kotatsu.core.util.ext.HttpKt.ensureSuccess(SourceFile:27) at org.koitharu.kotatsu.reader.domain.PageLoader.access$loadPageImpl(SourceFile:378) at org.koitharu.kotatsu.reader.domain.PageLoader$loadPageImpl$1.invokeSuspend(Unknown Source:12) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:9) at kotlinx.coroutines.DispatchedTask.run(SourceFile:115) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(SourceFile:92)

Kotatsu version

7.4.1

Android version

Android 9

Other details

org.jsoup.HttpStatusException: . Status=403, URL=[https://readcomicsonline.ru/uploads/manga/thundercats-2024/chapters/1/01.jpg] at org.koitharu.kotatsu.core.util.ext.HttpKt.ensureSuccess(SourceFile:27) at org.koitharu.kotatsu.reader.domain.PageLoader.access$loadPageImpl(SourceFile:378) at org.koitharu.kotatsu.reader.domain.PageLoader$loadPageImpl$1.invokeSuspend(Unknown Source:12) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:9) at kotlinx.coroutines.DispatchedTask.run(SourceFile:115) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(SourceFile:92)

Acknowledgements

davvarrr commented 2 months ago

The source takes its images from readcomicsonline.ru so check whether you can access this url or try to use a proxy for the images (parameter and network).