Brief summary
Since the redesign of mangas-origines.fr (custom ori-* theme on top of Madara, around mid-August 2026), the MangasOrigines source no longer works in Futon: the manga details open but the chapter list is empty, so nothing can be read.
The fix already exists upstream in the parsers library Futon depends on:
Futon devel is still pinned to parsers = "204c9ee032" in gradle/libs.versions.toml (commit from 2026-08-03), which predates the fix. Futon 9.8.1 (2026-08-16) therefore ships the broken parser, and so does the current nightly.
Bumping the pin also picks up the other source fixes from the same range (Comix, RavenScans, Com-X, InkStory, Voratoon, LunarAnime, MgKomik, SoulScan, GeassComic, Desu, MangaDotNet) and the new OniSaga / Ryukomik / Chikari sources.
I checked the non-source API diff between 204c9ee032 and 38cfb00b0a: the only change outside site/ is an additive MangaLoaderContext.requestCloudflareVerification() with a default implementation, so no app-side change should be needed. Both commits are already built on JitPack.
PR with the one-line bump: #115
Steps to reproduce
- Open Futon 9.8.1 (or a current nightly)
- Enable the MangasOrigines (FR) source
- Open any manga from that source
- Chapter list is empty / "no chapters" — reading is impossible
Futon version
9.8.1 (also reproduced on devel / nightly, parsers pin 204c9ee032)
Android version
Any — the issue is in the pinned parsers library, not device-specific
Device
Any
Acknowledgements
Brief summary
Since the redesign of mangas-origines.fr (custom
ori-*theme on top of Madara, around mid-August 2026), the MangasOrigines source no longer works in Futon: the manga details open but the chapter list is empty, so nothing can be read.The fix already exists upstream in the parsers library Futon depends on:
6e94eaa30c, follow-up434030d481)434030d481) and 9.8.3 (2026-09-05, parsers pin38cfb00b0a)Futon
develis still pinned toparsers = "204c9ee032"ingradle/libs.versions.toml(commit from 2026-08-03), which predates the fix. Futon 9.8.1 (2026-08-16) therefore ships the broken parser, and so does the current nightly.Bumping the pin also picks up the other source fixes from the same range (Comix, RavenScans, Com-X, InkStory, Voratoon, LunarAnime, MgKomik, SoulScan, GeassComic, Desu, MangaDotNet) and the new OniSaga / Ryukomik / Chikari sources.
I checked the non-source API diff between
204c9ee032and38cfb00b0a: the only change outsidesite/is an additiveMangaLoaderContext.requestCloudflareVerification()with a default implementation, so no app-side change should be needed. Both commits are already built on JitPack.PR with the one-line bump: #115
Steps to reproduce
Futon version
9.8.1 (also reproduced on
devel/ nightly, parsers pin204c9ee032)Android version
Any — the issue is in the pinned parsers library, not device-specific
Device
Any
Acknowledgements