keiyoushi / extensions-source

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

Lura Toon Blocked #2705

Closed PeroIF closed 1 month ago

PeroIF commented 1 month ago

Source information

Lura Toon 1.4.43

Source language

Português (Brasil)

Steps to reproduce

  1. Open source
  2. Open anything
  3. Open a chapter

Expected behavior

Screenshot_20240501_091341_Tachiyomi Should open the chapter

Actual behavior

Screenshot_20240501_091526_Tachiyomi Screenshot_20240501_091538_Tachiyomi It's saying I have been blocked by Cloudfrare (I don't know if other people have been blocked, but this same message appears in other 2 extensions)

Mihon/Tachiyomi version

0.15.3

Android version

Android 14

Other details

No response

Acknowledgements

PeroIF commented 1 month ago

The others that appear this message are: Cerise Scan 1.4.44 Wicked Witch Scan 1.4.38

nomaxsnx commented 1 month ago

Screenshot_2024-05-01-16-26-19-457_app mihon

Extension lura toon ok

nomaxsnx commented 1 month ago

Screenshot_2024-05-01-16-27-03-520_app mihon

No load imagem

nomaxsnx commented 1 month ago

Screenshot_2024-05-01-16-22-52-577_app mihon

No download image

nomaxsnx commented 1 month ago

The others that appear this message are: Cerise Scan 1.4.44 Wicked Witch Scan 1.4.38

Recomendo que troca o User-agents

Use esse: Mozilla/5.0 (Linux; Android 10; HD1913) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.119 Mobile Safari/537.36 EdgA/122.0.2365.76

Mesmo assim não irá carregar a imagem

DNS sobre HTTPS Cloudfare

Mynameluis commented 1 month ago

Fiz isso e não adiantou mais alguma coisa que eu posso fazer?

nomaxsnx commented 1 month ago

Fiz isso e não adiantou mais alguma coisa que eu posso fazer?

Espera a resposta dos desenvolvedores da extensão se tem como corrigir ou não.

JosephShay commented 1 month ago

Hello Brazilian friends, I had the same problem in an issue and talked to one of the admins on discord. the conclusion was that the lura toon extension is no longer running with devices below 6gb of ram due to the weight it has to run

the website serves zips files instead of images, so the extension has some complicated logic to download, unzip, decode, and finally merge the images to return to the app, all in ram. (too low ram and/or not powerful enough cpu/gpu)

Of course, it's probably not that, but it's an alternative to a problem that I had with the same extension.

my device is currently a realme 7i.

nomaxsnx commented 1 month ago

Hello Brazilian friends, I had the same problem in an issue and talked to one of the admins on discord. the conclusion was that the lura toon extension is no longer running with devices below 6gb of ram due to the weight it has to run

the website serves zips files instead of images, so the extension has some complicated logic to download, unzip, decode, and finally merge the images to return to the app, all in ram. (too low ram and/or not powerful enough cpu/gpu)

Of course, it's probably not that, but it's an alternative to a problem that I had with the same extension.

my device is currently a realme 7i.

ohh, good afternoon that's normal because of the big colors on the mangas, manhua and etc.

as the site uses the theme: "PeachScan".

/**
 * ActivityManager#isLowRamDevice is based on a system property, which isn't
 * necessarily trustworthy. 1GB is supposedly the regular threshold.
 *
 * Instead, we consider anything with less than 3GB of RAM as low memory
 * considering how heavy image processing can be.
 */
private val isLowRamDevice by lazy {
    val ctx = Injekt.get<Application>()
    val activityManager = ctx.getSystemService("activity") as ActivityManager
    val memInfo = ActivityManager.MemoryInfo()

    activityManager.getMemoryInfo(memInfo)

    memInfo.totalMem < 3L * 1024 * 1024 * 1024
}

you have to increase the code's memory, because it's limited to 3GB.

If you increase it, you'll have to limit the number of mobile devices available.

mine is: "Poco X4 GT".

nomaxsnx commented 1 month ago

image

I just saw that after downloading the image it comes in: "txt", apparently it is encrypted

since it doesn't make sense, kkkkk, since those who won't buy the license to do it, I just want to screw with the extension.

nomaxsnx commented 1 month ago

image

as I don't know much about html and cryptography, I think it's because of the "blob", which isn't working.

JosephShay commented 1 month ago

Well, your problem is different from the one I had. unfortunately my maximum on my cell phone is 4gb by nature and there are no usage limitations. so I migrated to another extension unfortunately.

If they don't respond here, try discord.

nomaxsnx commented 1 month ago

Well, your problem is different from the one I had. unfortunately my maximum on my cell phone is 4gb by nature and there are no usage limitations. so I migrated to another extension unfortunately.

If they don't respond here, try discord.

don't even try to talk on their discord, because of the "Businessman's nickname on the dc", which screws up the extension.

either developers update the extension or they turn it off.

because if they're going to increase the memory they'll have to limit it on mobile devices, so the old ones won't work, only the current ones.

JosephShay commented 1 month ago

Unfortunately this is not something that keiyoushi can solve, if there is, as it is a lot of work for such a small team or less, in itself it is only a problem because of the scan website itself which is quite heavy due to changes in it.

You can still try to go to discord and talk to the people there, in the case of keiyoushi itself and not scan (they don't like tachiyomi users)

nomaxsnx commented 1 month ago

Unfortunately this is not something that keiyoushi can solve, if there is, as it is a lot of work for such a small team or less, in itself it is only a problem because of the scan website itself which is quite heavy due to changes in it.

You can still try to go to discord and talk to the people there, in the case of keiyoushi itself and not scan (they don't like tachiyomi users)

I know, I almost got banned from the discord of: "LuraToon".

The only thing I can do is wait for an update or let them know that they're going to remove the extension.

They don't like the extension because their processors are screwed up (since it's normal).

JosephShay commented 1 month ago

the message from the lura team was for you to change the browser that is no longer compatible, currently they said that chrome is the best alternative. try using the chrome domain within tachiyomi and share with us.

nomaxsnx commented 1 month ago

the message from the lura team was for you to change the browser that is no longer compatible, currently they said that chrome is the best alternative. try using the chrome domain within tachiyomi and share with us.

I ask you my friend: "how do I change the domain"?

AwkwardPeak7 commented 1 month ago

this is not the place to have a nice long chat