arabenseifer / google-cast-sdk

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

debugger (port 9222) isn't available when no internet connection #385

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start casting normally to custom receiver
2. open debugger console on port 9222
3. disable internet by removing modem from router or some other way in which 
the LAN/WiFi stays intact but the internet connection gets lost
4. try to reload/access debugger page 

What is the expected output? What do you see instead?
debugger console should still work when no internet is available or when it is 
available again.
instead port 9222 refuses connection when the internet connection was/is lost.

Please provide any additional information below.
the debugger is needed offline to test wifi drop issues and such 

Original issue reported on code.google.com by p...@zattoo.com on 25 Sep 2014 at 2:32

GoogleCodeExporter commented 9 years ago
Chromecast requires a connectivity so debugging port should also be accessible 
only when internet connectivity is there.

Original comment by anad...@google.com on 25 Sep 2014 at 2:40

GoogleCodeExporter commented 9 years ago
but the debugger is also not working when I turn on the internet again so it is 
very hard to implement and test handling of lost internet connections on the 
receiver

Original comment by p...@zattoo.com on 25 Sep 2014 at 2:43