Last answered:

20 Nov 2023

Posted on:

20 May 2020

0

chromium download error

In the scraping javasript lecture in the web scraping section, when I ran await r.html.arender() , I received an error. chromium couldn't download. here is the error message   
MaxRetryError: HTTPSConnectionPool(host='storage.googleapis.com', port=443): Max retries exceeded with url: /chromium-browser-snapshots/Win_x64/588429/chrome-win32.zip (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
3 answers ( 0 marked as helpful)
Instructor
Posted on:

21 May 2020

0
Dear Mark, You can try the solution outlined here: https://github.com/miyakogi/pyppeteer/issues/258   Best, 365 Team
Posted on:

21 May 2020

0
It worked. Thanks a lot
Posted on:

20 Nov 2023

0

Hello. I also tried this trick but it rais ed another error. Could you please help me?

Submit an answer