-
-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chromium DefaultRevision of PuppeteerSharp 2.0.3 not working on Windows #1499
Comments
I just tested 2.0.3 both on windows and on Mac, and it downloaded the revision 706915. |
And you can start it without Problems? From a .net Core 3.0 Console-Application? |
I just updated the demo project to 3.1 and it seems to be working https://ci.appveyor.com/project/kblok/puppeteer-sharp-0c8w9/builds/33484403/job/bp8dqmavu8tsqffr |
Ok, not working on my Machine. Maybe its the windows version. What version (or build) do you have on your machine? |
Windows 10 is my local, AppVeyor's VM is Windows Server 2019. |
yes could be my local env. Its strange thats only this specific version. with version from PuppeteerSharp 1.20 its working... |
It's kind of strange. The next working Version is 756145. |
Can you try setting the revision of v1.20? |
Closed due to inactivity. Feel free to reopen it if needed. |
Hi
The DefaultRevision (706915) of the newest PuppeteerSharp 2.0.3 doesnt work on Windows Machine.
PuppeteerSharp throws:
PuppeteerSharp.ChromiumProcessException: 'Failed to launch Chromium! '
Starting chrome.exe manually from Folder downloaded by PuppeteerSharp doesn't start chromium too.
Manually download Chromium (Revision 706915) from https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win_x64/ and starting doesn't work also.
Seems to be an Issue with this Revision. When is it planned to update revision?
The text was updated successfully, but these errors were encountered: