Thanks for the reply Nick,

There is no stacktrace. The API service just seems not to be running. If I 
hit the endpoint path (verified from production) on the "main" port (8080 
by default, and which I assume is the intended behaviour) I get 404s. If I 
hit the endpoint path at the "API Server" host (port 55881 in the example 
above), then I get a response like "{app_id: dev~myprojectname, rtok: 
'0'}". I actually get this response from that host for all paths.

I'm using version 1.9.48 of the SDK.




On Friday, 17 February 2017 01:46:45 UTC+1, Nick (Cloud Platform Support) 
wrote:
>
> Hey Steven,
>
> This kind of post - a specific-issue technical support question - would be 
> best sent to Stack Overflow, as there's a much larger user-base there and 
> their site is designed for that kind of post. This forum is meant for more 
> general discussion of the platform and services, design patterns, free-form 
> discussion not necessarily based on 1 question 1 answer. 
>
> But nonetheless, I'll be happy to assist here and possibly we can get this 
> question to a state where it can be posted to Stack Overflow.
>
> Some questions that jump out at me from reading your post:
>
> * What is the error that you see in development? Posting a full stack 
> trace helps to determine what went wrong
> * What version of the SDK are you using?
>
> I'll take a look at running the code from the tutorial you linked myself 
> and see if I can also see the error.
>
> Cheers,
>
> Nick
> Cloud Platform Community Support
>
> On Thursday, February 16, 2017 at 2:05:13 PM UTC-5, Steven Kampen wrote:
>>
>> 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 [email protected].
To post to this group, send email to [email protected].
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/cb427734-ce29-40c1-99bb-ddea6bd5035a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to