wolfswolke / aniworld_scraper

Aniworld.to mp4 scraper for animes.
MIT License
49 stars 16 forks source link

[BUG] Cant download Vids anymore #18

Closed SnowSoldier03 closed 10 months ago

SnowSoldier03 commented 10 months ago

Describe the bug: When i try to download an anime it doesnt work due to the chrome version. there is popping for a millisec the Browsertap and boom error on the cmd

Steps to Reproduce the bug: just downland anything

Expected behavior: Download the anime

Screenshots

Additional Info Error: 2023-09-03 00:13:47,953: ERROR Uncaught exception: <class 'selenium.common.exceptions.SessionNotCreatedException'> Message: session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 116.0.5845.141 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe Stacktrace: Backtrace: GetHandleVerifier [0x0050A813+48355] (No symbol) [0x0049C4B1] (No symbol) [0x003A5358] (No symbol) [0x003C61AC] (No symbol) [0x003C1EF3] (No symbol) [0x003C0579] (No symbol) [0x003F0C55] (No symbol) [0x003F093C] (No symbol) [0x003EA536] (No symbol) [0x003C82DC] (No symbol) [0x003C93DD] GetHandleVerifier [0x0076AABD+2539405] GetHandleVerifier [0x007AA78F+2800735] GetHandleVerifier [0x007A456C+2775612] GetHandleVerifier [0x005951E0+616112] (No symbol) [0x004A5F8C] (No symbol) [0x004A2328] (No symbol) [0x004A240B] (No symbol) [0x00494FF7] BaseThreadInitThunk [0x76747BA9+25] RtlInitializeExceptionChain [0x77E3B7DB+107] RtlClearBits [0x77E3B75F+191]

File "C:\Users\Lukas\OneDrive\Desktop\aniworld_scraper-V-1.8\src\start_app.py", line 168, in captcha_link, provider = button_failsave(site_url[type], link) File "C:\Users\Lukas\OneDrive\Desktop\aniworld_scraper-V-1.8\src\start_app.py", line 79, in button_failsave internal_captcha_link = open_captcha_window(link_to_redirect) File "C:\Users\Lukas\OneDrive\Desktop\aniworld_scraper-V-1.8\src\logic\captcha.py", line 41, in open_captcha_window driver = webdriver.Chrome(service=service, options=options) File "C:\Users\Lukas\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\chrome\webdriver.py", line 49, in init super().init( File "C:\Users\Lukas\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\chromium\webdriver.py", line 54, in init super().init( File "C:\Users\Lukas\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 206, in init self.start_session(capabilities) File "C:\Users\Lukas\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 291, in start_session response = self.execute(Command.NEW_SESSION, caps)["value"] File "C:\Users\Lukas\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 346, in execute self.error_handler.check_response(response) File "C:\Users\Lukas\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\remote\errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) NoneType: None


I have the Cromeversion 116.0.5845.141

wolfswolke commented 10 months ago

The Chrome devs have not yet released a Chrome Driver for this Version. This needs to be fixed by them or Selium. You can try upgrading Selium or wait until the new Driver is out. https://support.google.com/chrome/thread/232699038/new-chrome-version-116-0-5845-141?hl=en

wolfswolke commented 10 months ago

@SnowSoldier03 It looks like you are using a Beta Version of Chrome or a to new not yet supported Version of Chrome. Please either downgrade to the STABLE build of Chrome or wait until the Chrome Dev team has release a Driver for it. See: https://googlechromelabs.github.io/chrome-for-testing/#stable

SnowSoldier03 commented 10 months ago

so i updated Selenium but that doesnt work. I got this error: 2023-09-03 00:38:15,131: ERROR Uncaught exception: <class 'selenium.common.exceptions.WebDriverException'> Message: 'chromedriver' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home

I downgrade the version again. I reinstall Chrome fom the normal installer and i got the same version. Then i download the Driver from your website it says the same because its also the 116 version. I have the version 116.0.5845.96 right now

SnowSoldier03 commented 10 months ago

ah just forget it. I was to dump to update Selenium. I have installed an older Driver from Selenium. Thanks for your fast support and thank you for this programm. have a good night.