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

Multiple Uncaught Errors: Invocation of form runtime.connect(null, ) #243

Closed
antivirtel opened this issue Mar 4, 2017 · 1 comment
Closed
Labels

Comments

@antivirtel
Copy link

Dear Developers,

I got a lots of like this on Gmail in console:

Uncaught Error: Invocation of form runtime.connect(null, ) doesn't match definition runtime.connect(optional string extensionId, optional object connectInfo)
    at Object.normalizeArgumentsAndValidate (extensions::schemaUtils:112:11)
    at Object.<anonymous> (extensions::binding:411:30)
    at Object.<anonymous> (extensions::runtime:129:24)
    at Object.handleRequest (extensions::binding:63:27)
    at Object.<anonymous> (extensions::binding:422:32)
    at prepareImgLinks (chrome-extension://pccckmaobkjjboncdfnnofkonhgpceea/js/hoverzoom.js:821:32)
extensions::schemaUtils:112 Uncaught Error: Invocation of form runtime.connect(null, ) doesn't match definition runtime.connect(optional string extensionId, optional object connectInfo)
    at Object.normalizeArgumentsAndValidate (extensions::schemaUtils:112:11)
    at Object.<anonymous> (extensions::binding:411:30)
    at Object.<anonymous> (extensions::runtime:129:24)
    at Object.handleRequest (extensions::binding:63:27)
    at Object.<anonymous> (extensions::binding:422:32)
    at prepareImgLinks (chrome-extension://pccckmaobkjjboncdfnnofkonhgpceea/js/hoverzoom.js:821:32)

Can you please fix this issue?

Thanks, Roland

@extesy extesy added bug invalid and removed bug labels Mar 4, 2017
@extesy
Copy link
Owner

extesy commented Mar 4, 2017

Hi Roland, please reload the page to get rid of these errors. This is caused by extension updating in the background and not reloading the page.

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

No branches or pull requests

2 participants