keiyoushi / extensions-source

Source code of extensions for Tachiyomi/Mihon and variants.
https://keiyoushi.github.io/
Apache License 2.0
2.24k stars 505 forks source link

[Kurage Bunch] error when refreshing chapter list #4993

Open leones00 opened 2 months ago

leones00 commented 2 months ago

Source information

Kurage Bunch 1.4.5

Source language

"Japanese"

Steps to reproduce

Try to refresh comics (update library) on Kurage Bunch.

Expected behavior

App updating the list of new chapters.

Actual behavior

App showing this message: "NullPointerException: null".

Mihon/Tachiyomi version

Mihon stable 0.16.5

Android version

Android 12

Other details

I can still read previous chapter from non-updated list.

Acknowledgements

SplitterTriplets commented 2 months ago

I am also having this issue.

vetleledaal commented 2 months ago

Issue is in the GigaViewer class, chapterListParse(). It looks like readableProductList / firstListEndpoint / latestListEndpoint is all missing from the page.

It's better if someone already familiar with GigaViewer could work on it.