ImSejin / lezhin-comics-downloader

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

nothing opens or loads #103

Closed hailey-hyc closed 1 year ago

hailey-hyc commented 2 years ago

i'm not sure if i'm stupid or something.. but i put all these in the same folder and when i tried running it it didn't work.. thank you in advance !!

image image

hailey-hyc commented 2 years ago

i did a little more and now it just does this ? loads for a second and then doesn't do anything image image

hailey-hyc commented 2 years ago

i think the issue may be with the driver, since on the site i could only find 101.0.4951.41 but i have 101.0.4951.67.. is there any way to fix this? i tried to downgrade chrome and it didn't work but i can't find the correct driver version anywhere

ImSejin commented 2 years ago

Hi @hailey-hyc

First, you need to read examples.

Invalid command

java -jar lezhin-comics-downloader-2.9.0.jar -l=en -n=shouldertocryon [-r=~30 -j -d]

The options in square brackets are optional. You can add these options if you need.

Input command like this.

java -jar lezhin-comics-downloader-2.9.0.jar -l=en -n=shouldertocryon -r=~30 -j

Chrome driver version

since on the site i could only find 101.0.4951.41 but i have 101.0.4951.67.

Never mind. Just check if each major version(101.0.4951.*) is matched. You have downloaded the correct version of chrome driver.

hailey-hyc commented 2 years ago

this is what happens now, i'm unsure what is wrong.

image

ImSejin commented 2 years ago

Um, weird...

Could you give me result of each command?

  1. java -version
  2. java -jar
  3. java -jar lezhin-comics-downloader-2.9.0.jar
hailey-hyc commented 2 years ago

here are the results

image

ImSejin commented 2 years ago

Try these.

  1. Run cmd as administrator.
  2. Run the following command and tell me that whether browser shows up and, if it does, what browser shows before exiting.
java -jar lezhin-comics-downloader-2.9.0.jar -l=en -n=shouldertocryon -r=~30 -d
hailey-hyc commented 2 years ago

browser does not show up at all when i run this

ImSejin commented 2 years ago

I'm so confused. I don't understand why log is not printed.

Could you place the files — chromedriver.exe, downloader.jar, config.ini — in other path and run?

hailey-hyc commented 2 years ago

i placed those three in a new folder and tried running, but nothing changed.

image

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.