KirovBvulgaru / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

Receiver Listener is returning "unavailable" #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. http://www.videws.com/eureka/helloVideos/
2. Launch App
3. Receiver unavailable.

What is the expected output? What do you see instead?
Launch the video.

What version of the product are you using? On what operating system?
Windows 7, Windows XP, Windows 8.

Please provide any additional information below.
I have a large set of users unable to use my Chromecast App because of this 
issue. What is the cause and what is a fix? I tried doing one of the NIC 
work-arounds by putting it higher in the priority list but it still doesn't 
work.

Original issue reported on code.google.com by mathieu....@matbee.com on 23 Feb 2014 at 5:38

GoogleCodeExporter commented 8 years ago
DIAL error: network_disconnected

Is also in the some of the logs.

Original comment by mathieu....@matbee.com on 23 Feb 2014 at 5:39

GoogleCodeExporter commented 8 years ago
Your code relies on __onGCastApiAvailable which is only available if you have 
the beta version of the Google Cast extension. This will not work with the 
general public version of the Cast extension.

Original comment by lnicho...@google.com on 23 Feb 2014 at 5:57

GoogleCodeExporter commented 8 years ago
My mistake, fire initializeCastApi() manually. It happens to some users.

Original comment by mathieu....@matbee.com on 23 Feb 2014 at 6:09