-
Notifications
You must be signed in to change notification settings - Fork 89
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
Support Chromium newest versions #896
Comments
I encountered a similar issue in my project after the Chrome version of GitHub Actions was updated yesterday. The following error caused Storycap to stop working:
As a temporary solution, it can be fixed using the previous version of Chrome. - name: Install Chrome
id: chrome
uses: browser-actions/setup-chrome@facf10a55b9caf92e0cc749b4f82bf8220989148 # v1.7.2
with:
chrome-version: 127
- name: Take Screenshots
env:
CHROME_PATH: ${{ steps.chrome.outputs.chrome-path }}
run: npm run ci:screenshot package.json "ci:screenshot": "storycap http://localhost:6007 --chromiumPath $CHROME_PATH --serverCmd 'http-server storybook-static --ci -p 6007'" |
Today, I encountered this problem in my projects. My project is running Storybook v6.5 and v7.x, and we will updating to Storybook v8.x. It appears that this problem occurs with the latest version of Chrome (128) in combination with Storybook v8.x.
I would like to get a solution. |
Hi. I'm investigating this issue. But I still can't find how to fix this. I can reproduce the following error, which is the same message of #896 (comment):
See #901 for details. |
I suppressed the navigation timeout error on Chromium 128 and shipped as pre-patch version, https://www.npmjs.com/package/storycap/v/5.0.1-alpha.0 . Would you try this and check if your timeout error goes away? |
@Quramy
As written above, I'm using a webpack based Storybook and I get the same error. |
@stanislav215 (and others) I've closed this issue, but I could not reproduce your " Error: Failed to launch the browser process! " rejection. If you're encountering the |
I am still getting the timeout error with storycap |
Hey now I am getting the |
From Chromium 128.0.6613.18 version, getting error:
/app/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserRunner.js:194
reject(new Error([
^
Error: Failed to launch the browser process!
Related to package: "puppeteer-core": "^9.0.0" in storycap/packages/storycrawler
Please add support.
The text was updated successfully, but these errors were encountered: