Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Console Error: chromeHidden.Port.dispatchOnDisconnect

NO idea what that means. Been developing some facebook apps and some apparently related js errors show up.

According to this thread it's a lazy load issue. I am running chrome with the default settings though.
http://code.google.com/p/chromium/issues/detail?id=100977

Once and a while (about one in five times) this breaks facebook app authentication. chromeHidden.Port.dispatchOnDisconnect shows up like 8 times sequentially in the console, with no indicator of what code is breaking.

Anyone else encounter this, or know exactly what causes it? Is it javascript bugs from facebooks? Some sort of protocol error? Port mismatch?

like image 718
FlavorScape Avatar asked May 17 '12 18:05

FlavorScape


2 Answers

Mine was due to the chrome2phone extension

like image 161
Rob B Avatar answered Oct 11 '22 14:10

Rob B


If you've disabled an extension and the problem no longer persists, please file a bug against the extension (probably most pertinent) or the Chromium forum (http://code.google.com/p/chromium/).

like image 27
Joe Johnson Avatar answered Oct 11 '22 16:10

Joe Johnson