Re: [google-appengine] How do I debug "no default robot"?

2015-03-12 Thread Vinny P
On Thu, Mar 12, 2015 at 3:58 AM, Lorenz Leutgeb 
 wrote:

> > Secondly, try making sure Cloud Integration is active. Go to appspot.com
>  (the
> > "old" App Engine console), click on your app name, then click on
> > Application Settings on the left hand navigation bar. Scroll all the way
> down
> > and ensure your app is integrated.
>
> That apparently did the trick! I don't know why, but this showed an
> error before:
> http://imgur.com/G4NwRve  After retrying, everything worked out!
>
> Thank you very much!
>



It's always the last solution that works, never the first one :-) Glad to
hear it worked out for you!

-V

-
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALCOx%2BeTahJjPEzPm8tFmOfV_bUsDcqNMWZCg4cCMKz5DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] How do I debug "no default robot"?

2015-03-12 Thread Lorenz Leutgeb
Dear Vinny P.,

> In your SO post you say that deployment to a different project ID works.
> Are there any notable changes between the original and different project IDs?
> For instance, is one of the IDs significantly older or were they created at
> roughly the same time?

Yes, I created the second one specifically to help resolving my issue, so it's
about nine months younger than the original one. I cannot tell you exactly,
because could not find that information in the Cloud Console.

> If you use your custom domain only and not the appspot url, you could repoint
> your domain to use the project ID that is working and skip the problem
> entirely.

I know I could to that, but that's quite cumbersome and a dirty solution. The
project has a history (billing) that I want to keep intact for audit purposes,
also transitioning to a different project would mean migrating Datastore. I bet
there are a few other interfaces where the ID matters (authenticating with my
Application?!).

> There's also a couple of things you can try. Try making sure that
> Compute Engine API access is available to your project: go to the APIs
> section in the cloud console, and make sure that all the Compute Engine
> services are enabled.

All those APIs are enabled. I crosschecked with the working project beforehand.

> Secondly, try making sure Cloud Integration is active. Go to appspot.com (the
> "old" App Engine console), click on your app name, then click on
> Application Settings on the left hand navigation bar. Scroll all the way down
> and ensure your app is integrated.

That apparently did the trick! I don't know why, but this showed an
error before:
http://imgur.com/G4NwRve  After retrying, everything worked out!

Thank you very much!

All the best,
Lorenz Leutgeb

On 11 March 2015 at 23:05, Vinny P  wrote:
> On Tue, Mar 10, 2015 at 6:20 AM, Lorenz Leutgeb 
> wrote:
>>
>> I have asked a question on StackOverflow and did not get any response for
>> about a month.
>> Please consider taking a look: http://stackoverflow.com/questions/28128598
>
>
>
> In your SO post you say that deployment to a different project ID works. Are
> there any notable changes between the original and different project IDs?
> For instance, is one of the IDs significantly older or were they created at
> roughly the same time? If you use your custom domain only and not the
> appspot url, you could repoint your domain to use the project ID that is
> working and skip the problem entirely.
>
> There's also a couple of things you can try. Try making sure that Compute
> Engine API access is available to your project: go to the APIs section in
> the cloud console, and make sure that all the Compute Engine services are
> enabled. Your screen should enable the following services:
> http://imgur.com/3rBrNhv
>
> Secondly, try making sure Cloud Integration is active. Go to appspot.com
> (the "old" App Engine console), click on your app name, then click on
> Application Settings on the left hand navigation bar. Scroll all the way
> down and ensure your app is integrated. If your screen looks like this,
> press the Create button:  http://imgur.com/qpEs2ju
>
>
>
> -
> -Vinny P
> Technology & Media Consultant
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/9yyRgsu6SGs/unsubscribe.
> To unsubscribe from this group and all its topics, 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 http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/CALSvALBLkX8L6BOjZArBMMn7ykUG-9WLr%2BFFwezBV1%3DWkPViyw%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAM3yxzFijSW6w7T-bB%3DeUk07wGVgej0EkAQhp6RcrZjM1VvcHQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] How do I debug "no default robot"?

2015-03-11 Thread Vinny P
On Tue, Mar 10, 2015 at 6:20 AM, Lorenz Leutgeb 
 wrote:

> I have asked a question on StackOverflow and did not get any response for
> about a month.
> Please consider taking a look: http://stackoverflow.com/questions/28128598
>


In your SO post you say that deployment to a different project ID works.
Are there any notable changes between the original and different project
IDs? For instance, is one of the IDs significantly older or were they
created at roughly the same time? If you use your custom domain only and
not the appspot url, you could repoint your domain to use the project ID
that is working and skip the problem entirely.

There's also a couple of things you can try. Try making sure that Compute
Engine API access
is
available to your project: go to the APIs section in the cloud console, and
make sure that all the Compute Engine services are enabled. Your screen
should enable the following services: http://imgur.com/3rBrNhv

Secondly, try making sure Cloud Integration is active. Go to appspot.com
(the "old" App Engine console), click on your app name, then click on
Application Settings on the left hand navigation bar. Scroll all the way
down and ensure your app is integrated. If your screen looks like this,
press the Create button:  http://imgur.com/qpEs2ju



-
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALBLkX8L6BOjZArBMMn7ykUG-9WLr%2BFFwezBV1%3DWkPViyw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] How do I debug "no default robot"?

2015-03-10 Thread Lorenz Leutgeb
Dear *,

I have asked a question on StackOverflow and did not get any response for 
about a month.

Please consider taking a look: http://stackoverflow.com/questions/28128598

Help is greatly appreciated, thank you.

Kind regards,
Lorenz Leutgeb

-- 
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 http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8cfce4c1-4d0e-4a0e-aa53-70ce9f8d44c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.