We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The action started failing as of recently with the following error:
file:///home/runner/work/_actions/foo-software/lighthouse-check-action/v12.0.1/node_modules/lighthouse/core/lib/lh-error.js:160 const error = new Error(`Protocol error ${errMsg}`); ^ Error: Protocol error (Target.getTargetInfo): Protocol error (Target.getTargetInfo): 'Target.getTargetInfo' wasn't found at LighthouseError.fromProtocolMessage (file:///home/runner/work/_actions/foo-software/lighthouse-check-action/v12.0.1/node_modules/lighthouse/core/lib/lh-error.js:160:19) at file:///home/runner/work/_actions/foo-software/lighthouse-check-action/v12.0.1/node_modules/lighthouse/core/gather/session.js:115:29 at async TargetManager._onSessionAttached (file:///home/runner/work/_actions/foo-software/lighthouse-check-action/v12.0.1/node_modules/lighthouse/core/gather/driver/target-manager.js:131:[28](https://github.com/company/project/actions/runs/12231066466/job/34113416920?pr=5911#step:3:29)) { protocolMethod: 'Target.getTargetInfo', protocolError: "Protocol error (Target.getTargetInfo): 'Target.getTargetInfo' wasn't found" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The action started failing as of recently with the following error:
The text was updated successfully, but these errors were encountered: