puppeteer-sharp icon indicating copy to clipboard operation
puppeteer-sharp copied to clipboard

Failed to download Chrome for Win64

Open a645010545 opened this issue 4 months ago • 3 comments

PuppeteerSharp 20.2.2

await new BrowserFetcher().DownloadAsync();

Error System.Logging.FriendlyException[0] Failed to download Chrome for Win64 from https://storage.googleapis.com/chrome-for-testing-public/132.0.6834.83/win64/chrome-win64.zip PuppeteerSharp.PuppeteerException: Failed to download Chrome for Win64 from https://storage.googleapis.com/chrome-for-testing-public/132.0.6834.83/win64/chrome-win64.zip ---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。. ---> System.Net.Sockets.SocketException (10054): 远程主机强迫关闭了一个现有的连接。 --- End of inner exception stack trace ---

a645010545 avatar Jul 21 '25 06:07 a645010545