Skip to content
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

Error while loading shared libraries: libXss.so.1 #554

Open
janklimo opened this issue Aug 27, 2020 · 0 comments
Open

Error while loading shared libraries: libXss.so.1 #554

janklimo opened this issue Aug 27, 2020 · 0 comments

Comments

@janklimo
Copy link

Builds on CircleCI starting to fail with the following last night:

    Error: Failed to launch the browser process!
    /home/circleci/src/node_modules/puppeteer/.local-chromium/linux-756035/chr
    ome-linux/chrome: error while loading shared libraries: libXss.so.1: 
    cannot open shared object file: No such file or directory

Adding the following step fixes the issue:

- run:
    name: Install Percy agent dependencies
    command: sudo apt install libxss1

though I'm wondering if this can/should be fixed upstream?

Using:

orbs:
  percy: percy/[email protected]

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant