[google-appengine] Painful Python GAE (managed VM), Protobuf interaction

2016-03-04 Thread 'Adrian Wan' via Google App Engine
I'd like to call attention to this protobuf bug , which has an interaction with GAE. A brief summary for those not familiar with this interaction: in Python, GAE expects to be able to import its libraries with from google.appengine.ext import ..

[google-appengine] Cron Retries Feature Launched

2016-03-04 Thread 'Kim Lewandowski' via Google App Engine
Hi App Engine Developers, I'm happy to announce that we've launched a new feature for our Cron Service. We now support cron retries. You can configure your cron jobs to retry up to 5 times if they fail. Check out the documentation to learn more: Python

Re: [google-appengine] New App Engine Managed VM Docs

2016-03-04 Thread 'Alex Martelli' via Google App Engine
On Fri, Mar 4, 2016 at 11:15 AM, Karl MacMillan wrote: > > On Mar 4, 2016, at 1:57 PM, 'Jon Parrott' via Google App Engine < > google-appengine@googlegroups.com> wrote: > > Just a quick update on the webapp2 situation. The original author has > graciously allowed us to take ownership. My team is

[google-appengine] Re: Getting a lot of HTTPMethodNotAllowed: The server could not comply with the request since it is either malformed or otherwise incorrect. 405 errors, which seem to be hit and mi

2016-03-04 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thanks for posting your issue and resolution here. In the event you still have this data or can reproduce the issue, would you be able to post the full request and response headers here related to this issue? (feel free to remove any application-sensitive information) Also, what was the exact FF

Re: [google-appengine] Mail API Quotas

2016-03-04 Thread Joshua Smith
Today one of our sales guys asked if I could do anything about the fact that emails he sends from Salesforce are being blocked by clients and prospects because they are coming from a “spam” IP. I look at the IP address, and sure enough: SendGrid. I’m *SO* happy my apps are grandfathered into th

[google-appengine] Re: Cannot send mail

2016-03-04 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Rob, Thanks for the link, and for posting in the right place :) We'll be active on that thread shortly. On Friday, March 4, 2016 at 10:56:02 AM UTC-5, Rob Williams wrote: > > Hi Nick, > > I've created > https://code.google.com/p/googleappengine/issues/detail?id=12786 > > Thanks. > > On Thu

[google-appengine] Re: Custom domains blocked by firewall

2016-03-04 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Mathew, Thank you for asking your question. As it turns out, this isn't quite the right place, but I can direct you to where you should post: You should report any production issues to the Public Issue Tracker with enough technical in

[google-appengine] Re: Too many instances being launched!

2016-03-04 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Good to hear, I wish you the best in your interaction with Billing support. Feel free to update this thread if you have any useful information for other users. On Thursday, March 3, 2016 at 7:51:19 PM UTC-5, Edward Sentongo wrote: > > Hello Nick, > > Thank you for your reply. I submitted the iss

[google-appengine] Re: App returning 500 for past hours

2016-03-04 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Bharath, Sounds good, glad to hear that. In future, feel free to open an issue in the Public Issue Tracker if you notice a production issue, as it's a much more direct line to engineering than this forum, which is also meant more for

[google-appengine] Re: Unsecured request by the taskqueue

2016-03-04 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey John, Ah, that makes sense. Yep, feel free to file a Feature Request explaining your entire situation and we can see what we can do about it! On Thursday, March 3, 2016 at 4:25:59 PM UTC-5, JohnGB wrote: > > Thanks for the info Nick. > > Part of the pain with this is that I have middleware

Re: [google-appengine] Re: New App Engine Managed VM Docs

2016-03-04 Thread Adam Sah
found it: there's no us-central2-tmpgae zone, who knows how that got misconfigured? -- 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+unsu

Re: [google-appengine] New App Engine Managed VM Docs

2016-03-04 Thread Karl MacMillan
> On Mar 4, 2016, at 1:57 PM, 'Jon Parrott' via Google App Engine > wrote: > > Just a quick update on the webapp2 situation. The original author has > graciously allowed us to take ownership. My team is working on getting > everything moved to github and making sure that we can properly test

Re: [google-appengine] New App Engine Managed VM Docs

2016-03-04 Thread 'Jon Parrott' via Google App Engine
Just a quick update on the webapp2 situation. The original author has graciously allowed us to take ownership. My team is working on getting everything moved to github and making sure that we can properly test and release new versions. I'll make an announcement on this group when the github rep

Re: [google-appengine] Re: New App Engine Managed VM Docs

2016-03-04 Thread Adam Sah
thanks! but alas, I'm getting an error trying to setup gcloud... $ gcloud init Welcome! This command will take you through the configuration of gcloud. Settings from your current configuration [default] are: Your active configuration is: [default] [app] suppress_change_warning = true [core] acc

[google-appengine] Re: Cannot send mail

2016-03-04 Thread Rob Williams
Hi Nick, I've created https://code.google.com/p/googleappengine/issues/detail?id=12786 Thanks. On Thursday, March 3, 2016 at 6:38:11 PM UTC-5, Nick (Cloud Platform Support) wrote: > > Hey Rob, > > The best way to get us to look at a potential issue is to make a report in > the Public Issue Tr

[google-appengine] Re: Getting a lot of HTTPMethodNotAllowed: The server could not comply with the request since it is either malformed or otherwise incorrect. 405 errors, which seem to be hit and mi

2016-03-04 Thread Richard Cheesmar
Ok, seems this might be an issue with Firefox 44 on the Mac - el capitain Was getting this problem in both dev and live versions. Refreshing Firefox seems to have fixed the problem. On Friday, March 4, 2016 at 1:15:39 PM UTC+2, Richard Cheesmar wrote: > > I'm getting a lot of > > 405 errors

[google-appengine] Re: Getting a lot of HTTPMethodNotAllowed: The server could not comply with the request since it is either malformed or otherwise incorrect. 405 errors, which seem to be hit and mi

2016-03-04 Thread Richard Cheesmar
I should mention, that this has not been happening previously and no changes to this code have occured... On Friday, March 4, 2016 at 1:15:39 PM UTC+2, Richard Cheesmar wrote: > > I'm getting a lot of > > 405 errors HTTPMethodNotAllowed: The server could not comply with the > request since it

[google-appengine] Getting a lot of HTTPMethodNotAllowed: The server could not comply with the request since it is either malformed or otherwise incorrect. 405 errors, which seem to be hit and miss f

2016-03-04 Thread Richard Cheesmar
I'm getting a lot of 405 errors HTTPMethodNotAllowed: The server could not comply with the request since it is either malformed or otherwise incorrect. for my login at the moment. I'm checking code for obvious problems, but was wondering if anyone else is getting such errors? -- You receiv

[google-appengine] Re: App Engine Managed VM error - App Engine service account has insufficient permissions

2016-03-04 Thread Money Push
You should activate containers engine first. Seems like managed vm needs a container engine to run on On Tuesday, 24 November 2015 05:56:59 UTC+1, Robert Dyas wrote: > > Also When I try to do a deploy via gcloud (instead of Eclipse) I get an > internal error. > > -- You received this message b

[google-appengine] Reliability of urlfetch when dealing with servers in China?

2016-03-04 Thread Tony Yang
I am creating an app involving urlfetch with China servers, and I am aware that google IPs are generally blocked in China. Now based on my test results, urlfetch to China websites works without errors. My question is, does that happen most of the time? And, if one day, China blocks urlfetch's