Steps to reproduce
- Open Yokai (v1.9.7.5)
- Open extensions list (assuming keiyoushi repo is installed)
- Search "asura"
- Only "Comic Asura" shows when it should also show "Asura Scans"
Expected behavior
The "Asura Scans" extension should appear in the list of available extensions and be installable just like in Mihon
Actual behavior
The Asura Scans extension does not appear anywhere in Yokai’s extension list.
The extension appears normally in Mihon when using the same Keiyoushi repository.
I tested both the latest stable release and the latest pre-release of Yokai, and the issue occurs in both. (v1.9.7.5 and v1.10.0-b5)
Crash logs
No response
Yōkai version
1.9.7.5
Android version
Android 16
Device
Samsung Galaxy S22
Other details
I did some initial investigation and suspect this may be caused by Yokai's extension library-version compatibility check.
Relevant references
From these references, the Asura Scans extension appears to have changed its extension library version to 1.6.
Yokai's ExtensionLoader.kt appears to accept versions from 1.3 through 1.5. My current hypothesis is that Yokai treats the extension as incompatible and excludes it from the available extensions list.
Mihon displays and installs the same extension successfully, which may indicate that Mihon already supports extension library version 1.6.
I have not confirmed that this version check is definitively the root cause, so this should be treated as an initial investigation rather than a confirmed diagnosis.
There is no crash or visible error. The extension is silently omitted from the extension list.
Update
Further investigation confirms that Yokai filters out extensions using extension-lib 1.6 because LIB_VERSION_MAX is currently set to 1.5. This affects both the available extensions list and installed-extension loading.
This appears to be a general extension-lib 1.6 compatibility issue rather than an issue specific to Asura Scans. Supporting 1.6 likely requires proper API support rather than only increasing the version limit.
Acknowledgements
Is this issue important to you?
Add a 👍 reaction to issues you find important.
Steps to reproduce
Expected behavior
The "Asura Scans" extension should appear in the list of available extensions and be installable just like in Mihon
Actual behavior
The Asura Scans extension does not appear anywhere in Yokai’s extension list.
The extension appears normally in Mihon when using the same Keiyoushi repository.
I tested both the latest stable release and the latest pre-release of Yokai, and the issue occurs in both. (v1.9.7.5 and v1.10.0-b5)
Crash logs
No response
Yōkai version
1.9.7.5
Android version
Android 16
Device
Samsung Galaxy S22
Other details
I did some initial investigation and suspect this may be caused by Yokai's extension library-version compatibility check.
Relevant references
yokai/app/src/main/java/eu/kanade/tachiyomi/extension/util/ExtensionLoader.kt
Line 49 in 7432994
From these references, the Asura Scans extension appears to have changed its extension library version to 1.6.
Yokai's ExtensionLoader.kt appears to accept versions from 1.3 through 1.5. My current hypothesis is that Yokai treats the extension as incompatible and excludes it from the available extensions list.
Mihon displays and installs the same extension successfully, which may indicate that Mihon already supports extension library version 1.6.
I have not confirmed that this version check is definitively the root cause, so this should be treated as an initial investigation rather than a confirmed diagnosis.
There is no crash or visible error. The extension is silently omitted from the extension list.
Update
Further investigation confirms that Yokai filters out extensions using extension-lib 1.6 because
LIB_VERSION_MAXis currently set to 1.5. This affects both the available extensions list and installed-extension loading.This appears to be a general extension-lib 1.6 compatibility issue rather than an issue specific to Asura Scans. Supporting 1.6 likely requires proper API support rather than only increasing the version limit.
Acknowledgements
[<>]icon, it should redirect you to the maintainer).Is this issue important to you?
Add a 👍 reaction to issues you find important.