xuzhengyi1995 / Manga_downloader

A Manga download framework using selenium.
635 stars 58 forks source link

Help, python newbie here... I'll buy you a few coffees if you can help! #151

Open MakkyMTC opened 1 year ago

MakkyMTC commented 1 year ago

Hi, I'm extremely frustrated that I can't figure out how to download from cmoa. jp

I have followed all steps but I don't know enough code to know what I'm doing wrong... I already installed selenium, pillow and the chromedriver and undetected_chromedriver. Or I think I did, and they are showing on the pip list, but I am getting this error(and sometimes other errors) even though I have the latest versions for both chrome driver and browser...

WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:64848 from session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 116.0.5845.97

I've tried deleting and then downloading ChromeDriver 116.0.5845.96 again but it still shows the same error and I don't know how to update it... T_T

I've had no problems downloading from BookWalker, but I use mainly cmoa/renta/dlsite...

Please reply here or message me on twitter @art4atbo ! I'll buy you a few coffees for your time! Thanks!!

ichigo-sora commented 1 year ago

Hi, I don't know if you still need this, but I ran into the same problem and fixed it by downloading the latest chromedriver.exe from here and replacing the one directory with it.

katyshally commented 1 year ago

Hi, I don't know if you still need this, but I ran into the same problem and fixed it by downloading the latest chromedriver.exe from here and replacing the one directory with it.

Which directory did you replace? I'm having the same issue and no matter what I've done it won't work for me.

ichigo-sora commented 1 year ago

Sorry, I should have been more specific! In the folder where I put script files (main.py, downloader.py, etc), I also have a file called chromedriver.exe. I think this file gets created the first time you run the script? I replaced this file with the new version I downloaded.