question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] Error: Executable doesn't exist at /home/user/.cache/ms-playwright/ffmpeg-1007/ffmpeg-linux

See original GitHub issue

Hello,

We are using PW version 1.27.1. While trying to connect to selenium-grid implementation using connectOptions in config file:

{ name: β€˜chrome’, use: { connectOptions: { wsEndpoint: wss://${endpoint}/playwright/chrome/playwright-1.27.1}, } }.

The above is working fine for chromium, webkit etc but throwing error for chrome.

Error Msg: browserContext.newPage: Executable doesn’t exist at /home/user/.cache/ms-playwright/ffmpeg-1007/ffmpeg-linux ╔═════════════════════════════════════════════════════════════════════════╗ β•‘ Looks like Playwright Test or Playwright was just installed or updated. β•‘ β•‘ Please run the following command to download new browsers: β•‘ β•‘ β•‘ β•‘ npx playwright install β•‘ β•‘ β•‘ β•‘ ❀️ Playwright Team β•‘

Tried the following but still getting the same error:

  1. Running npx playwright install
  2. Updating to version 1.28 is still giving the same error.

Any suggestions on how to solve this?

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
aslushnikovcommented, Dec 7, 2022

@PriyankaSoni1210 it looks like there’s no expected version of ffmpeg inside the moon container; I’d recommend reaching out to Moon folks for help.

0reactions
PriyankaSoni1210commented, Dec 7, 2022

Hello, We are using Moon, unfortunately I cannot disclose the endpoint. However, I think this is related to @playwright/test(connectOptions) as we are able to reach the endpoint by overriding the page fixture.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG] ffmpeg-linux executable doesn't exist #15265 - GitHub
Browser: [e.g. All, Chromium, Firefox, WebKit]; Extra: I use the Docker image browserless/chrome:1.53.0-chrome-stable. I do not connect via cdpΒ ...
Read more >
Ask Question - Stack Overflow
PlayWright Azure Pipeline Error: browsertype.launch: executable doesn't exist at /home/vsts/.cache/ms-playwright/chromium-965416/chrome-linux/Β ...
Read more >
ffmpeg: command not found - Ask Ubuntu
I make sure to have it again by apt-get install, and it say ffmpeg is already the newest version. How can I use...
Read more >
error while compiling ffmpeg: gcc is unable to create an ...
gcc is unable to create an executable file. If gcc is a cross-compiler, use the --enable-cross-compile option. Only do this if you know...
Read more >
FFmpeg FAQ
1 General Questions. 1.1 Why doesn't FFmpeg support feature [xyz]?; 1.2 FFmpeg does not support codec XXX. Can you include a Windows DLL...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found