ImSejin / lezhin-comics-downloader

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

Can't download certain episodes of the same title. #176

Closed yimeji closed 1 year ago

yimeji commented 1 year ago

This is something that happen prior when the downloader still works that I forgot to report.

This happen on korean site.

        Failed to perform a process
java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.Map.get(Object)" is null
        at io.github.imsejin.dl.lezhin.process.impl.DownloadProcessor$KoreanImpl.getImageCountOfEpisode(DownloadProcessor.java:167)
        at io.github.imsejin.dl.lezhin.process.impl.DownloadProcessor.process(DownloadProcessor.java:98)
        at io.github.imsejin.dl.lezhin.process.impl.DownloadProcessor.process(DownloadProcessor.java:66)
        at io.github.imsejin.dl.lezhin.Application.main(Application.java:59)
ImSejin commented 1 year ago

Hi, @yimeji

Let me know the command you executed.

yimeji commented 1 year ago

Here it is

java -jar lezhin-comics-downloader-3.0.2.jar -l=ko -n=paintings -r=46~

ImSejin commented 1 year ago

Use again the latest version 3.0.3. Could you run that version with debug option and then give me all console logs?

yimeji commented 1 year ago

Hi,

I use the latest version and it works fine.

Thank you very much.