Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chromecast debugging via port 9222 stopped working

I've been using port 9222 to debug Chromecast receiver code for over a year. It stopped working today. I get

"You may have to select the shield icon in the address bar to establish a connection"

instead of the the debugging URL. There is no shield icon. This problem seems to be spreading slowly at our site. Everything is enabled for the Chrome browser.

I tried rebooting chromecast, rebooting PC, update Chrome, the Canary beta version, etc. No joy.

Any help is greatly appreciated.

like image 351
user2789276 Avatar asked Mar 16 '15 18:03

user2789276


1 Answers

Got the same issue.

I removed chromecast from whitelist and added it again. Reset it again

After I get a page with a link to appengine (Remote Debugging (AppEngine)). There you should allow to load scripts (press shield icon in the right of url path near favourite icon).

Enjoy debugging console :)

Update: Got one more issue - connection to reciever was refised until I check guest mode for reciever in chromecast developers console

like image 184
Mike Avatar answered Nov 15 '22 10:11

Mike