ImSejin / lezhin-comics-downloader

📥 Downloader for lezhin comics
https://www.lezhin.com
Apache License 2.0
58 stars 4 forks source link

No image gets downloaded #136

Closed Arekkusu1998 closed 1 year ago

Arekkusu1998 commented 1 year ago

OS: Windows 10 64-bit java -version:

java version "18" 2022-03-22
Java(TM) SE Runtime Environment (build 18+36-2087)
Java HotSpot(TM) 64-Bit Server VM (build 18+36-2087, mixed mode, sharing)

Version of lezhin-comics-downloader used: v2.9.0 (latest).

Command used: C:\Users\Utente\Downloads\Lezhin Comics Downloader v2.9.0>java -jar lezhin-comics-downloader.jar -l=en -n=onesmallstep -r=1~2 -j

Results:

C:\Users\Utente\Downloads\Lezhin Comics Downloader v2.9.0>java -jar lezhin-comics-downloader.jar -l=en -n=onesmallstep -r=1~2 -j
        Lezhin Comics Downloader v2.9.0
        If you have any questions, contact me by 'https://github.com/ImSejin/lezhin-comics-downloader/issues'
Starting ChromeDriver 107.0.5304.62 (1eec40d3a5764881c92085aaee66d25075c159aa-refs/branch-heads/5304@{#942}) on port 60004
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
nov 04, 2022 8:01:17 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
nov 04, 2022 8:01:17 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find an exact match for CDP version 107, so returning the closest version found: a no-op implementation
nov 04, 2022 8:01:17 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
INFO: Unable to find CDP implementation matching 107.
nov 04, 2022 8:01:17 PM org.openqa.selenium.chromium.ChromiumDriver lambda$new$3
WARNING: Unable to find version of CDP to use for . You may need to include a dependency on a specific version of the CDP using something similar to `org.seleniumhq.selenium:selenium-devtools-v86:4.1.2` where the version ("v86") matches the version of the chromium-based browser you're using and the version number of the artifact is the same as Selenium's.
        Request login page: https://www.lezhin.com/en/login
        Successfully logged in: access token(a3d4566d-281c-455b-ae24-bc6ba4571dbc)
        Request comic page: https://www.lezhin.com/en/comic/onesmallstep
onesmallstep ep.1   0% [>                ]  0/68 imgs (0:00:01 / ?) | ,0 imgs/s
onesmallstep ep.2   0% [>                ]  0/80 imgs (0:00:01 / ?) | ,0 imgs/s

C:\Users\Utente\Downloads\Lezhin Comics Downloader v2.9.0>

The above screen has always been like this and Your downloader has always worked perfectly until October 31st. I also specify that the downloader has already successfully extracted those chapters, as well as the following one; I also tried with already paid lezhin-comics' chapters. In all cases, no images got downloaded; only the directories are created😰.

Arekkusu1998 commented 1 year ago

I suspect I've reported a serious or strange problem. But, is it just me the one who has this trouble with images' download?

yimeji commented 1 year ago

I experience the same thing, If you hadn't open this thread I would've open one.

ImSejin commented 1 year ago

@Arekkusu1998

Sorry to slow response. I found a cause of the issue, but current architecture needs to be changed to fix it. So It takes time.

Arekkusu1998 commented 1 year ago

Thanks for Your kind reply @ImSejin: no problem for waiting. I'd assumed an upgrade was needed to fix this issue.

ImSejin commented 1 year ago

Downloader v3 is released! Available on here!

Notice: The minimum required Java version has been changed from 8 to 11.

yimeji commented 1 year ago
C:\Users\WT>java -jar lezhin-comics-downloader-3.0.0.jar -l=en -n=chainofyouth -r=22~22
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Starting ChromeDriver 108.0.5359.71 (1e0e3868ee06e91ad636a874420e3ca3ae3756ac-refs/branch-heads/5359@{#1016}) on port 18077
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Dec 15, 2022 8:15:34 AM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find an exact match for CDP version 108, so returning the closest version found: 105
chainofyouth ep.22 100% [========] 20/20 imgs (0:00:01 / 0:00:00) | 20.0 imgs/s

In the latest version the image downloaded is smaller than if extracted manually

ImSejin commented 1 year ago

@yimeji

Thank you for your fast feedback! I will check that.

ImSejin commented 1 year ago

@yimeji

I move that issue to #147 to detach it from the original issue. I close this.