ImSejin / lezhin-comics-downloader

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

Need help #210

Closed Yuufie closed 2 months ago

Yuufie commented 11 months ago

Help, please, to understand what the problem is. When you run the script, a chrome window opens in incognito mode and nothing else happens.

PS C:\Users\Alle\Desktop\Lezhin> java -jar lezhin-comics-downloader-3.1.0.jar -l=ko -n=bush -r=109 -j -s -d Starting ChromeDriver 115.0.5790.170 (cc0d30c2ca5577520c8646671513241faa0bc105-refs/branch-heads/5790@{#1923}) on port 29133 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully. рту. 14, 2023 8:40:37 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch WARNING: Unable to find an exact match for CDP version 115, so returning the closest version found: 113 2023-08-14 20:40:38.008 ←[34m[INFO ]←[0;39m ←[35m93 ←[0;39m --- [main] ←[36mi.g.i.d.l.p.i.LoginProcessor#gotoLoginPage←[0;39m : Request login page: https://www.lezhin.com/ko/login 2023-08-14 20:41:18.930 ←[39m[DEBUG]←[0;39m ←[35m98 ←[0;39m --- [main] ←[36mi.g.i.d.l.p.i.LoginProcessor#waitForRenderingLoginPage←[0;39m : Wait up to 15 sec for login element to be rendered 2023-08-14 20:41:34.183 ←[1;31m[ERROR]←[0;39m ←[35m65 ←[0;39m --- [main] ←[36mi.g.i.d.l.Application#main←[0;39m : Failed to perform a process org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.xpath: //form[@id='email' and contains(@action, '/login') and @method='post'] (tried for 15 second(s) with 500 milliseconds interval) Build info: version: '4.9.1', revision: 'eb2032df7f' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.19' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 115.0.5790.171, chrome: {chromedriverVersion: 115.0.5790.170 (cc0d30c2ca5..., userDataDir: C:\Users\Alle\AppData\Loc...}, goog:chromeOptions: {debuggerAddress: localhost:4108}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: windows, proxy: Proxy(), se:cdp: ws://localhost:4108/devtool..., se:cdpVersion: 115.0.5790.171, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: 73a8123261665a205923fdbe01424692 at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:87) at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231) at io.github.imsejin.dl.lezhin.browser.WebBrowser.waitForVisibilityOfElement(WebBrowser.java:223) at io.github.imsejin.dl.lezhin.process.impl.LoginProcessor.waitForRenderingLoginPage(LoginProcessor.java:100) at io.github.imsejin.dl.lezhin.process.impl.LoginProcessor.process(LoginProcessor.java:65) at io.github.imsejin.dl.lezhin.process.impl.LoginProcessor.process(LoginProcessor.java:39) at io.github.imsejin.dl.lezhin.Application.main(Application.java:61)

ImSejin commented 11 months ago

Unable to find an exact match for CDP version 115, so returning the closest version found: 113

Could you try to match exact version of chrome?

stale[bot] commented 8 months 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.