You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.
When attempting to run the sample running the DevAppServer using Android Studio on pc and accessing via external device, "Chrome://inspect" shows an error connection refused because the usl points to localhost and it should be pointed to the host ip not the client.
This error is only found when the host and client have different localhosts (ie they are different machines).
see google/google-api-javascript-client#175
As suggested at: https://cloud.google.com/appengine/docs/java/tools/devserver#Command_Line_Arguments
https://cloud.google.com/tools/android-studio/app_engine/run_test_deploy
When attempting to run the sample running the DevAppServer using Android Studio on pc and accessing via external device, "Chrome://inspect" shows an error connection refused because the usl points to localhost and it should be pointed to the host ip not the client.
This error is only found when the host and client have different localhosts (ie they are different machines).
tried answer at http://stackoverflow.com/a/33316693/1815624 but to no avail, though setting the ip to 0.0.0.0 might help track this:
http://stackoverflow.com/questions/20031426/failed-to-retrieve-api-configs-with-status-404-google-app-engine
The text was updated successfully, but these errors were encountered: