hcjohn463 / JableTVDownload

下載 jable好幫手
Apache License 2.0
665 stars 149 forks source link

出現憑證錯誤訊息 #126

Open tomboliu opened 1 year ago

tomboliu commented 1 year ago

執行時,會出現 ERROR:cert_issuer_source_aia.cc(36)] Error parsing cert retrieved from AIA (as DER): ERROR: Couldn't read tbsCertificate as SEQUENCE ERROR: Failed parsing Certificate

我是在 download.py 的 #配置Selenium參數 增加以下兩行,就可以解決錯誤問題 options.add_argument('--ignore-certificate-errors') options.add_experimental_option('excludeSwitches', ['enable-logging'])