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: Protocol error (Target.getTargetInfo): Protocol error (Target.getTargetInfo): 'Target.getTargetInfo' wasn't found #129

Open
Meemaw opened this issue Dec 9, 2024 · 0 comments

Comments

@Meemaw
Copy link

Meemaw commented Dec 9, 2024

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"
}
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