0.142.0 - Error -> chrome_elf.dll missing
See original GitHub issueHey there, me again (sorry) 😃
I just updated the Nuget package to latest version (0.142.0) but now when I try to generate a pdf, I get a PlaywrightSharpException: Host system is missing dependencies!
exception
I am using it like so:
await Playwright.InstallAsync();
using var playwright = await Playwright.CreateAsync();
await using var browser = await playwright.Chromium.LaunchAsync(new LaunchOptions
{
Headless = true
});
var page = await browser.NewPageAsync();
await page.SetContentAsync(htmlContent, LifecycleEvent.Load);
var bytesResponse = await page.GetPdfAsync(null, 1, true, "<style>body {font-size: 12px;}</style>Test header template", "Test footer template", true, false, "", null,
null, null, new Margin { Bottom = "1in", Top = "2in" }, false);
Issue Analytics
- State:
- Created 3 years ago
- Comments:39 (16 by maintainers)
Top Results From Across the Web
0.142.0 - Error -> chrome_elf.dll missing #911
Hey there, me again (sorry) :) I just updated the Nuget package to latest version (0.142.0) but now when I try to generate...
Read more >chrome_elf.dll is missing from my computer
I downloaded a game and a pop up message said that the program can'rt start beacuse chrome_elf.dll is missing from my computer. Try...
Read more >The program can't start because chrome_elf.dll is missing from ...
TAGS: chrome_elf. dll missing, chrome_elf. dll is missing, chrome_elf. dll error, chrome_elf. dll, download 32 bit, chrome_elf dll file free ...
Read more >chrome_elf.dll free download
dll has been deleted or misplaced, corrupted by malicious software present on your PC or a damaged Windows registry. The most commonly occurring...
Read more >chrome_elf.dll missing error and HKCU registry key...
I have been trying to build a new install of Adobe Reader DC (17.012.20095) for deployment to our PC's using the customisation wizard...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
All right, now hoping they won’t wait a month to get it merged as it sometimes happen -_-
Thanks for your help and have a great day! (Now I will go on their repo to put pressure on your PR to be merged ahah 😃 )
@lvmajor as soon as my PR gets merged upstream I’ll ship a v0.142.1 version with this fix.