xuzhengyi1995/Manga_downloader

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

Opened this issue · 3 comments

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!!

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.

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.

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.