Reputation: 41
I have a gen3 chromecast device (whitelisted) and have had no issues inspecting traffic using chrome://inspect in the past. Now all of a sudden I just cannot seem to debug the CC device.
When I “chrome://inspect” I can see the device (not by its name that I have setup. It just says Chromecast) but when I start playing I don’t see the inspect option to start inspecting
I have tried the following:
Also when I try to adb connect it throws an error saying that the device rejected connection. What does this mean and how do I resolve this?
Upvotes: 4
Views: 3025
Reputation: 51
I was having the same issue, there are a few things you need to make sure are set up correctly.
For the Chromecast:
For the app:
To make sure the issue is not coming from your website, you can use https://casttool.appspot.com/cactool/ (replace the appID with yours).
Start casting, then head to chrome://inspect/#devices and the "inspect" button should hopefully be there.
Upvotes: 5