I've previously used Python and Java SDKs (with endpoints), though it's 
been a while.

When I setup a simple Go app with a single endpoint (similar 
to 
https://medium.com/google-cloud/go-cloud-endpoints-and-app-engine-64d1c78bea82#.8xz2ol18k)
 
I'm not able to get any response from the endpoints.

I'm starting the app with both `goapp serve ./` and `dev_appserver.py ./` 
with the same result. *When deployed, the endpoints do work.*

```
INFO     2017-02-16 19:00:03,827 devappserver2.py:764] Skipping SDK update 
check.
INFO     2017-02-16 19:00:03,878 api_server.py:268] Starting API server at: 
http://localhost:55881
INFO     2017-02-16 19:00:03,881 dispatcher.py:199] Starting module 
"default" running at: http://localhost:8080
INFO     2017-02-16 19:00:03,887 admin_server.py:116] Starting admin server 
at: http://localhost:8000
```

I'm trying to access the local endpoint on port 8080.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b9a8840d-0fc1-46cf-983c-2d9cf5827ec5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to