Unchecked runtime.lastError: The message port closed before a response was received.
The above error used to appear in my web console. Simple method to get rid of the error was to disable extensions installed on the browser. The technical reason why this error would not occur in the past and why it occurs now is that Chrome update uses chrome.runtime.sendMessage(), and then tries to use the response callback.