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

Extension Error: this.handleRawError is not a function #1696

Closed
inian opened this issue Feb 11, 2017 · 2 comments · Fixed by #1697
Closed

Extension Error: this.handleRawError is not a function #1696

inian opened this issue Feb 11, 2017 · 2 comments · Fixed by #1697

Comments

@inian
Copy link

inian commented Feb 11, 2017

Lighthouse Version: 1.5.1
Chrome Version: 56.0.2924.87
URL: https://demo.theteamie.com/
Error Message: this.handleRawError is not a function
Stack Trace:

   at Object.chrome.debugger.sendCommand.result [as callback] (chrome-extension://blipmdconlkpinefehnmjammfjpmpbjk/scripts/lighthouse-background.js:8769:33)
   at safeCallbackApply (extensions::sendRequest:21:15)
   at handleResponse (extensions::sendRequest:74:7)```
@brendankenny
Copy link
Member

arg, missed this in #1474. Thanks for reporting.

@brendankenny
Copy link
Member

If this bubbled all the way up to the error handler it means this didn't happen from a gatherer command (it would have been caught as a gatherer error in that case) or it was in a gatherer callback accidentally outside of the promise chain or it happened from something gatherRunner was doing.

If/when this error pops up again it'll at least throw the correct call stack and we'll hopefully see what command was being run at the time.

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

Successfully merging a pull request may close this issue.

2 participants