Getting Unchecked runtime.lastError on chrome whenever moving the mouse

I've noticed that I get the following error on Chrome now (not yet sure whether it happens on other browsers):

Whenever I move the mouse, it logs this error in the console: Unchecked runtime.lastError: The message port closed before a response was received.

This error accumulates whenever the mouse moves in the browser window. i.e. if the mouse is in the console area, it does not log the error, similarly, if the mouse is in the bookmarks bar, it does not log the error. The error is only logged if the mouse is anywhere on any web page. Check out the image below for the error.

Gif image of the error

Any idea what I can do about this?

I should note that when I opened Chrome's JavaScript Console today, it gave me the "What's New" message.

Other info about my PC:

Google Chrome is up to date Version 71.0.3578.98 (Official Build) (64-bit)

Windows 10 Home (64-bit), also up to date

3 Answers

I believe the problem is with an installed extension not correctly interfacing with the JavaScript part of the displayed page.

A similar problem iswell documented(although for Firefox), where it is explained with an example.

Try to use Chrome in Incognito mode, where extensions are disabled, to see if that's indeed the problem, and in that case disable extensions in normal mode via chrome://extensions/ until you find the one causing the problem.

2

In my case the problem was with the Foxit PDF creator extension in chrome. By disabling this extension (and reloading the page) the error stopped happening.

I fixed this error by removing Norton Google Chrome extension

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like