roniest / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Failed to load resource: net::ERR_ADDRESS_INVALID if dev_server listen to all IP address (0.0.0.0) #270

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
- run appengine dev_server with option --host 0.0.0.0
- http://localhost:8080/_ah/api/explorer
- open any public defined api method 
- execute it

What is the expected output? What do you see instead?
- the request should be sent to the localhost:8080
- the request never end
- chrome console displays the error: 
  Failed to load resource: net::ERR_ADDRESS_INVALID

What version of the product are you using? On what operating system?
- python 2.7 
- appengine sdk: google_appengine_1.9.18

Please provide any additional information below.
it logs:
Uncaught com.google.gwt.event.shared.UmbrellaException: Exception caught: 
undefined
Failed to load resource: net::ERR_ADDRESS_INVALID

Please notice that when attaching it to the localhost (127.0.0.1) it works 
properly

Original issue reported on code.google.com by ma...@zoqui.com on 28 Feb 2015 at 10:28

Attachments:

GoogleCodeExporter commented 9 years ago
In addition to the previous test:

When setting the local interface IP address --host 192.168.1.100
and accessing: http://192.168.1.100:8080/_ah/api/explorer

it redirects to http://apis-explorer.appspot.com/apis-explorer/#p/
where Apis Explorer will load all available Google Apis

Original comment by ma...@zoqui.com on 28 Feb 2015 at 10:43