Tachiyomi-extensions: [Bug] <OH婕敾>: <unable to read using app>

Created on 6 Oct 2020  路  13Comments  路  Source: tachiyomiorg/tachiyomi-extensions

Device information

  • Tachiyomi version: Stable 0.10.5
  • Android version: Android Version 10

Source information

  • Name: OH婕敾 (OhManhua/OneManHua)
  • Extension version: 1.2.5

Steps to reproduce

Opening a chapter

Expected behavior

Chapter opens

Actual behavior

Black page with retry button

Other details

Tried retrying multiple times but failed to show any pictures. Able to show pictures when using WebView.
Affecting all chapters in OH婕敾 extension. Other extensions functioning as normal.

OH婕敾 (OhManhua/OneManHua) url in the past: https://www.ohmanhua.com/
Current OH婕敾 (OhManhua/OneManHua) url: https://www.cocomanhua.com/

Screenshot_20201007-043025_Tachiyomi
Screenshot_20201007-044245_Tachiyomi

bug

All 13 comments

same issue

The name itself change to https://www.cocomanhua.com/

The name isn't the problem, it redirects to coco manhua just fine.

The problem seems to lie in:

https://github.com/inorichi/tachiyomi-extensions/blob/016653bdc0f0da500819437d2698af4d4c1aacf7/src/zh/onemanhua/src/eu/kanade/tachiyomi/extension/zh/onemanhua/Onemanhua.kt#L176-180

where it picks up some Chinese name, which is then encoded here:

https://github.com/inorichi/tachiyomi-extensions/blob/016653bdc0f0da500819437d2698af4d4c1aacf7/src/zh/onemanhua/src/eu/kanade/tachiyomi/extension/zh/onemanhua/Onemanhua.kt#L198

So the final URL looks somewhat like this: https://img.cocomanhua.com/comic/12202/%E4%BB%80%E4%B9%88%E5%8A%9F%E6%B3%95%EF%BC%9F/0006.jpg, which returns a 404.

It should look something like: https://img.cocomanhua.com/comic/12202/cEhCekxtSXNnTWRsWGpnenU5a2hIUT09/0004.jpg, but I couldn't find cEhCekxtSXNnTWRsWGpnenU5a2hIUT09 in the decrypted data - so not sure where that's coming from

Urls have changed in weird ways.

There's technically 3 different ways it processes image urls but we're only processing 2 of them.
(Because the last way does not seem to be properly implemented yet for any manga I've browsed. The parameter doesn't exist in C_DATA)

Here's the pre-release apk for testing

https://github.com/lmk1988/tachiyomi-extensions/releases/tag/v1.2.6-prerelease

Urls have changed in weird ways.

There's technically 3 different ways it processes image urls but we're only processing 2 of them.
(Because the last way does not seem to be properly implemented yet for any manga I've browsed. The parameter doesn't exist in C_DATA)

Here's the pre-release apk for testing

https://github.com/lmk1988/tachiyomi-extensions/releases/tag/v1.2.6-prerelease

Installed and trusted but it show this instead.
Screenshot_20201008-025535_Tachiyomi

Urls have changed in weird ways.
There's technically 3 different ways it processes image urls but we're only processing 2 of them.
(Because the last way does not seem to be properly implemented yet for any manga I've browsed. The parameter doesn't exist in C_DATA)
Here's the pre-release apk for testing
https://github.com/lmk1988/tachiyomi-extensions/releases/tag/v1.2.6-prerelease

Installed and trusted but it show this instead.
Screenshot_20201008-025535_Tachiyomi

Yeah, was trying to find a manga like that. Do you have a url to that?

Does it happen to all manga or only that manga?

Urls have changed in weird ways.
There's technically 3 different ways it processes image urls but we're only processing 2 of them.
(Because the last way does not seem to be properly implemented yet for any manga I've browsed. The parameter doesn't exist in C_DATA)
Here's the pre-release apk for testing
https://github.com/lmk1988/tachiyomi-extensions/releases/tag/v1.2.6-prerelease

Installed and trusted but it show this instead.
Screenshot_20201008-025535_Tachiyomi

Yeah, was trying to find a manga like that. Do you have a url to that?

Does it happen to all manga or only that manga?

Happen to all manga that belong to this extension. Not sure what url you want but i am sure WebView have it.

@tsunaliew

My bad, uploaded old apk.

Try again with tachiyomi-zh.onemanhua-v1.2.6-release2.apk

https://github.com/lmk1988/tachiyomi-extensions/releases/tag/v1.2.6-prerelease

@tsunaliew

My bad, uploaded old apk.

Try again with tachiyomi-zh.onemanhua-v1.2.6-release2.apk

https://github.com/lmk1988/tachiyomi-extensions/releases/tag/v1.2.6-prerelease

It works now, thank you guys. So i have to migrate all the manga i have in ohmanga to cocomanga?

@tsunaliew
My bad, uploaded old apk.
Try again with tachiyomi-zh.onemanhua-v1.2.6-release2.apk
https://github.com/lmk1988/tachiyomi-extensions/releases/tag/v1.2.6-prerelease

It works now, thank you guys. So i have to migrate all the manga i have in ohmanga to cocomanga?

Nope, it should work fine, the ID of the extension did not change
Just that when it is merged, you might need to reinstall the official merged version again

i realized that some manga are still black page with retry button but some manga are working fine with the new apk installed.

i realized that some manga are still black page with retry button but some manga are working fine with the new apk installed.

I had that issue before, think it is due to cache.

Try clearing your database cache
Settings -> Advanced -> Clear database

i realized that some manga are still black page with retry button but some manga are working fine with the new apk installed.

I had that issue before, think it is due to cache.

Try clearing your database cache
Settings -> Advanced -> Clear database

It worked, once again thank you guys. Much appreciated.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MerradOklom picture MerradOklom  路  4Comments

jadoff630 picture jadoff630  路  4Comments

Kediny picture Kediny  路  4Comments

ppp821203 picture ppp821203  路  3Comments

DiabloPiotr picture DiabloPiotr  路  4Comments