android-emulator-container-scripts icon indicating copy to clipboard operation
android-emulator-container-scripts copied to clipboard

failed to connect to clients3.google.com

Open number33 opened this issue 5 years ago • 0 comments

I followed the steps outlined here: https://github.com/google/android-emulator-container-scripts#running-the-create-script

After running docker-compose -f js/docker/docker-compose.yaml up

I see these logs reappear often. I was hoping to have my container communicate outside. Is there anything I can do to fix this?

emulator_1     | logcat: D/NetworkMonitorNetworkAgentInfo [MOBILE (LTE) - null]( 1517): EvaluatingState{ when=-5ms what=532486 arg1=8 target=com.android.internal.util.StateMachine$SmHandler }
emulator_1     | logcat: D/NetworkMonitorNetworkAgentInfo [MOBILE (LTE) - null]( 1517): Checking http://clients3.google.com/generate_204 on epc.tmobile.com
emulator_1     | kernel: [  122.459773] healthd: battery l=100 v=0 t=0.0 h=2 st=2 chg=a
emulator_1     | logcat: D/NetworkMonitorNetworkAgentInfo [MOBILE (LTE) - null]( 1517): Probably not a portal: exception java.net.ConnectException: failed to connect to clients3.google.com/2607:f8b0:400b:800::200e (port 80) after 10000ms: isConnected failed: ENETUNREACH (Network is unreachable)

number33 avatar Jun 25 '20 20:06 number33