Saturday, 7 September 2013

Errors when casting from Chromecast Sample App (Brain Freeze Error)

Errors when casting from Chromecast Sample App (Brain Freeze Error)

I'm trying to program a small app for the Chrome Cast. I'm starting with
the Android Sample App located on Github. The app itself works good. I can
see my device on the app and connect to it, however once I connect I get a
"Brain Freeze" error. The closest thing I get on screen to a description
of the error is "Application Aborted", then it goes back to the "Ready to
cast" screen. I tried debugging it to see if I could get more information
about the error, but the closest thing to an error message I could see was
a Javascript error saying Uncaught ReferenceError: loadTimeData is not
defined and an ?error=20000 somewhere in the Elements Tab of the Chrome
WebDevTool.
I'm really perplexed about this error. Most likely it has something to do
with the receiver code, but my code is pretty much the same as the one in
the sample app. the only thing different is my AppID. Hope fully someone
has come across the same error before, or can shed some light on it.
Thanks!

No comments:

Post a Comment