[google-appengine] Custom Metrics cron job Datastore timeout

2016-01-12 Thread Nikita Sahasrabuddhe
Hi, I have written a code to write data to custom metrics cloud monitoring - google app engine. For that i am storing the data for some amount of time say: 15min into datastore and then a cron job runs and gets the data from there and plots the data on the cloud monitoring dashboard. Now

[google-appengine] Re: Email send suddenly failing with "Unauthorized sender" in production app

2016-01-12 Thread Ster Nem
I wonder if the strictness around non custom domain senders restricted, even if they are application admins has recently changed. I ended up adding a custom domain (that happens to be a googles apps associated domain). I could not remove the do.not.reply for my custom domain (as I thought to

[google-appengine] Google is not pulling GIT data from BitBucket

2016-01-12 Thread Luiz Biazus
I've tried to connect in BitBucket in order to clone my GIT repository but no success! -- You received this message because you are

[google-appengine] Re: Having lost all my data

2016-01-12 Thread Kaan Soral
Funnily, google search might help you recover your data, just search your website on "Google.com", recover anything that is "Cached" I'm sure we all lost stuff similar to you, It's part of computer engineering and computer life in general, you lose stuff, you learn not to lose stuff, you learn

[google-appengine] Error code 121

2016-01-12 Thread Edward Sentongo
For the last 2 days, one of my applications as been logging: Error code 121 This causes response delays of up to 20 seconds. -- 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

[google-appengine] Error code 121

2016-01-12 Thread Edward Sentongo
For the last 2 days, one of my applications as been logging 'Error code 121' almost 25% of the requests and subsequently shutting down and launching instances at will. "*A problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new

[google-appengine] Re: Email send suddenly failing with "Unauthorized sender" in production app

2016-01-12 Thread Karolína Netolická
Hello Michael, Can you check whether the email address in the "From" field of the email is on the Email API Authorized Senders list? You can view and edit this list here: https://pantheon.corp.google.com/appengine/settings On Tuesday, January 12, 2016 at 7:34:24 AM UTC-8, Michael David

[google-appengine] Taskqueue INVALID_REQUEST error in pull queues

2016-01-12 Thread Andrew Haskell
I'm using a pull queue in Appengine for Go and while locally leasing tasks worked just fine, when I deployed my code, the call to taskqueue.Lease gave me this error: API error 13 (taskqueue: INVALID_REQUEST) *internal.APIError My lease call was: tasks, err := taskqueue.Lease(ctx, 100,

[google-appengine] Re: Email send suddenly failing with "Unauthorized sender" in production app

2016-01-12 Thread Michael David Pedersen
Hello Karolína, Thank you for your quick reply. The link you sent goes to a form where I have to type in an @google.com email address to sign on. That doesn't seem right (I don't have one)? I'll send you my app ID and from email address in a private message shortly in case that's helpful.

[google-appengine] Re: Email send suddenly failing with "Unauthorized sender" in production app

2016-01-12 Thread Michael David Pedersen
Hi again, Thank you for the link. The sender is indeed not on the list, although it must have been in the past since emails have worked fine up until now. I've tried adding the sender but get a message saying "Unable to add an email address from another domain". Looking further, it seems that

[google-appengine] Unable to add an email address from another domain in GAE

2016-01-12 Thread Sunil Kumar
0down votefavorite I want to send emails from another account in python mail API GAE. I found thishttps://cloud.google.com/appengine/docs/python/mail/#Python_Sending_mail So I

[google-appengine] Re: Taskqueue INVALID_REQUEST error in pull queues

2016-01-12 Thread Andrew Haskell
Nvm in my real code I was leasing 2000 tasks but the max I can lease is actually 1000. On Tuesday, January 12, 2016 at 12:49:52 PM UTC-5, Andrew Haskell wrote: > > I'm using a pull queue in Appengine for Go and while locally leasing tasks > worked just fine, when I deployed my code, the call to

[google-appengine] Re: Having lost all my data

2016-01-12 Thread Kaan Soral
I'm pretty sure you are one of a kind I feel lucky that I got a glimpse of such a unique personality It would be even more unique if your age is 20+ On Tuesday, January 12, 2016 at 5:32:47 PM UTC+2, Emilio S wrote: > > > > Google killed me ! and 3 of its Sith applaud > > Be sure that another

[google-appengine] Re: Email send suddenly failing with "Unauthorized sender" in production app

2016-01-12 Thread Karolína Netolická
Apologies for the incorrect link; try this: https://console.developers.google.com/appengine/settings If adding the sender to the Authorized Senders list doesn't solve the problem, let me know. FYI, there are some restrictions on who can add whom to this list, documented here:

[google-appengine] Re: Problems with deploying

2016-01-12 Thread Anika Jansen van Vuuren
Good day I have been having issues deploying a node.js app. When using the command gcloud --verbosity debug preview app deploy app.yaml there are no warnings and "finishes" without errors. But when trying to access the url the error as below persists. I have only updated the gcloud SDK since

[google-appengine] Re: Having lost all my data

2016-01-12 Thread Emilio S
Google killed me ! and 3 of its Sith applaud Be sure that another will come soon Dark side of computing -- 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

[google-appengine] Re: Having lost all my data

2016-01-12 Thread Emilio S
You have tried /setup to web sites runned with Vosao I'm not sure that you really tried to do so killer -- 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] Email send suddenly failing with "Unauthorized sender" in production app

2016-01-12 Thread Michael David Pedersen
Hello, I'm running a production app which relies critically on the ability to send emails; it is for example needed for new user signup. This has been working fine, until some time between January 9th and today. Now, when attempting to send an email, I get an error saying "Unauthorized

[google-appengine] Re: Can't access Task Queues: "Failed to load"

2016-01-12 Thread Nicholas (Google Cloud Support)
Good day, Unfortunately, 'Failed to load' messages provided by the Developers Console are not the most descriptive. Could you test the Task Queue view in the Developers Console from an Incognito Mode Chrome window or Firefox Private

[google-appengine] Re: New deploys suddenly fail to find local packages

2016-01-12 Thread Andreas Blixt
I've tried rebuilding the entire source directory from scratch and there is still no difference. What I do notice is that the App Engine Versions list claims my source changed from 9.8 MB to 5.3 MB which clearly is wrong when all that changed was a few lines of code. I'm starting to suspect

[google-appengine] Re: Email send suddenly failing with "Unauthorized sender" in production app

2016-01-12 Thread Michael David Pedersen
Hello again, In case anybody else comes across this: it seems that my custom domain validation failed to renew (perhaps the required DNS records got corrupted or disappeared). Hopefully re-validating will fix this issue and allow me to once again add the relevant email address to the senders

[google-appengine] Re: Taskqueue INVALID_REQUEST error in pull queues

2016-01-12 Thread Nicholas (Google Cloud Support)
Thank you for sharing your error and discovery here with us. As you've mentioned, the maximum number of tasks one can lease is 1000, as supported by this Go article about Leasing tasks with Pull Queues . This

[google-appengine] New deploys suddenly fail to find local packages

2016-01-12 Thread Andreas Blixt
Today I was deploying a new version with minimal code changes and everything stopped working (starting with appengine_config.py) with the reason "ImportError: No module named roger" where "roger" is the package (directory) containing all the application files. I tried redeploying (with gcloud

[google-appengine] Re: New deploys suddenly fail to find local packages

2016-01-12 Thread Nick (Cloud Platform Support)
Can you attempt to check the python path during initialization (appengine_config.py) and also attempt to add the relevant "roger" directory? I know this is a sanity-check, but does roger/ contain an __init__.py file? Is it possible to check the size on disk of the versions against what the

[google-appengine] Re: Google is not pulling GIT data from BitBucket

2016-01-12 Thread Nick (Cloud Platform Support)
Hey Luiz, You should post a Public Issue Tracker issue for this, and prepare by capturing a HAR recording of the failed browser interaction. Whoever picks up the issue for triage will

[google-appengine] Re: New deploys suddenly fail to find local packages

2016-01-12 Thread Andreas Blixt
I'm still unable to get any further with this. I also tried emptying the staging bucket in Cloud Storage. The only real difference I can find is that App Engine v1.9.31 came out recently. On Tuesday, January 12, 2016 at 6:03:18 PM UTC-5, Andreas Blixt wrote: > > I've tried rebuilding the entire

[google-appengine] Re: Error code 121

2016-01-12 Thread Nick (Cloud Platform Support)
Hey Edward, Error 121 often indicates an out-of-memory condition occurring for your app's instance. This would result in the instances crashing once they reach the memory limit and needing to spin up new instances, leading to request-handling latencies. Is it possible you could do a quick

[google-appengine] Re: Email send suddenly failing with "Unauthorized sender" in production app

2016-01-12 Thread Ster Nem
Karolina, I'm facing a similar issue with unauthorized sender, though the email account is an application owner and I see it in the Email API Authorized Senders list. This is URGENT as the emails are used to confirm orders and provide status updates on orders that are being placed to

[google-appengine] Android Mobile App and Google Maps

2016-01-12 Thread 'Mok Lui' via Google App Engine
Hi, I am new to using HTML, Javascript and JQuery and Google Maps I have built a HTML, Javascript App to accessed Google Maps on an android mobile phone. To build the APK I use phonegap online. My question is, do I need to have an "androidmanifest.xml" file to access google maps via my