ImSejin / lezhin-comics-downloader

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

프로그램이 정상적으로 실행되지 않습니다 #220

Closed kimch0612 closed 1 month ago

kimch0612 commented 10 months ago

안녕하세요 Chrome이 116 버전대일 때만해도 정상적으로 실행이 됐는데 117로 업데이트 된 이후로 프로그램이 정상적으로 실행되지 않습니다 Chromedriver도 같이 업데이트 해줬는데도 이러네요 혹시 뭔가 조치를 취해볼만한게 있을까요?

Starting ChromeDriver 117.0.5938.132 (fa569fb226df361d676b60404623b17b16dddc8a-refs/branch-heads/5938@{#1462}) on port 16784
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
9월 28, 2023 1:06:39 오후 org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find an exact match for CDP version 117, so returning the closest version found: 113
        Request login page: https://www.lezhin.com/ko/login
        Failed to perform a process
io.github.imsejin.dl.lezhin.exception.LoginException: Failed to login
        at io.github.imsejin.dl.lezhin.process.impl.LoginProcessor.validate(LoginProcessor.java:135)
        at io.github.imsejin.dl.lezhin.process.impl.LoginProcessor.process(LoginProcessor.java:80)
        at io.github.imsejin.dl.lezhin.process.impl.LoginProcessor.process(LoginProcessor.java:39)
        at io.github.imsejin.dl.lezhin.Application.main(Application.java:61)
Caused by: org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.xpath: //main[@id='main' and @class='lzCntnr lzCntnr--home'] (tried for 15 second(s) with 500 milliseconds interval)
Build info: version: '4.9.1', revision: 'eb2032df7f'
System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '20.0.2'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 117.0.5938.92, chrome: {chromedriverVersion: 117.0.5938.132 (fa569fb226d..., userDataDir: C:\Users\Chals\AppData\Loca...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:4387}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: windows, proxy: Proxy(), se:cdp: ws://localhost:4387/devtool..., se:cdpVersion: 117.0.5938.92, 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: 97e026f171074c5b47ca6ff79788754c
        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.validate(LoginProcessor.java:131)
        ... 3 common frames omitted
kimch0612 commented 10 months ago

직접 확인해보니 정기적으로 PW를 변경해달라는 안내페이지 때문에 진행이 안됐던 것 같습니다 1개월 후에 다시 알리라고 연기시키고 재시도해보니 이젠 잘 되네요 이 부분에 대해서 exception 처리가 필요할 것 같습니다

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