-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working anymore with latest android support and/or google play libs #52
Comments
#50 - perhaps check your |
Any updates on this? |
The plugin is currently broke for me. Same issue, getting an unknown error when using loadMedia |
To fixed this bug in the chrome.cast.js add this.metadata = new chrome.cast.media.MovieMediaMetadata(); to the MediaInfo: function MediaInfo: function (contentId, contentType) { |
loadmedia() fails
Hi,
your plugin was working great until i updated the android libs (support libs are now 21.0.3, google play service is on 22) and added the new libs to the project.
What happens is that everything looks fine, the chromecast-app is getting started, but loadMedia returns an "Unknown" error and is not able to reach the chromecast (I dont see any response on the chromecast debugger). Using sendMessage works (i get the messoge on the chromecast) but also returns an "Unknown" error and no session is available.
Any ideas why?
I am using cordova 4.x and android platform for cordova 3.7.1. If you need more information i am very happy to provide it!
Would be great if you could fix this!
Thank you!
The text was updated successfully, but these errors were encountered: