[google-appengine] Re: Anyone else seeing high amount of DB put timeout again?

2010-09-22 Thread solsTiCe
no. But I see a lot of 500 error because either of or Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpectedly high or uneven load. If you see this message frequently, please contact the Ap

[google-appengine] inbound email caught in a loop ?

2010-04-24 Thread solsTiCe
hi. I tried to forward an email received on a email address of my app engine app. I did not wanted to read the needed rfc and can't find a simple method to do that so i attached the whole email as txt in another email. Bad idea because my script handling the incoming email failed with: An error

Re: [google-appengine] Re: Anyone else seeing high amount of DB put timeout again?

2010-09-22 Thread solsTiCe d'Hiver
Le mercredi 22 septembre 2010 à 16:26 +0200, Fredrik Bonander a écrit : > Are you using django 1.1? I am using google.appengine.ext.webapp.template -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google

[google-appengine] Re : User-agent has disappeared from logs(static files only)

2011-07-19 Thread solsTiCe d'Hiver
Yes I confirm that. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/yrsz9djYj7EJ. To post to this group, send email to google-appengine@googlegroup

[google-appengine] email not sent counted towards quota in new pricing billing ?

2011-10-01 Thread solsTiCe d'Hiver
hello, I was evaluating the new pricing model using the usage report in the billing history in the dashboard. There is 100 recipiends free in the new billing For emails, I noticed that I had a $0.78 in Used columns against a 1.00 in Free columns So I guess I must have sent 78 emails. [that's a

Re: [google-appengine] Git Deploy

2011-11-17 Thread solsTiCe d'Hiver
You're on a good path to open a site called 'git haters'. Even if you make good points, it's sound like troll most of the time. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google

[google-appengine] gcloud auth login fails

2022-07-22 Thread solsTiCe d'Hiver
Hi, I mistakingly removed my gcloud config, and token/cookies on my desktop. Private user here; Now, I can't `gcloud auth login` anymore with my default gmail account. I got an error at the last step of authentification "an error occured". I have to use the default account for each project. This

[google-appengine] Re: gcloud auth login fails

2022-07-25 Thread solsTiCe d'Hiver
Previously, I had a free Google Workspace account, and that's why it might have worked. Since, free Google Workspace was ended, I terminated that account. It was linked to my main gmail address. If I try to follow the tutorial in the link you gave, I have to login with an admin account. It see

[google-appengine] Re: gcloud auth login fails

2022-07-27 Thread solsTiCe d'Hiver
I don't have an admin at end. I odn't have any admin t perform those steps. Because like I said, I am just a lambda user of Google App Engine (free-tier mostly). meaning, no entreprise or organisation, just me. Le mercredi 27 juillet 2022 à 19:00:07 UTC+2, concep...@google.com a écrit : > > Ple

[google-appengine] Re: gcloud auth login fails

2022-07-28 Thread solsTiCe d'Hiver
Out of dispair and boredom, I tried a few things, and finally I just changed the language in the login page where you accept the Google Cloud SDK permissions. I changed it to english (UK); I was, then, instantaltly logged in. WTF ! Le mercredi 27 juillet 2022 à 19:06:37 UTC+2, solsTiCe

[google-appengine] Error 401 when attempting to bulk download with appcfg.py

2016-04-17 Thread solsTiCe d'Hiver
hi. Like I used to do it several years ago, I am attempting to *bulk download* the *entities* of the datastore of my app with *appcfg.py* (from latest python SDK) I am using this little script: #!/bin/bash date=`date +%Y%m%d` appid=myappid url="https://$appid.appspot.com/_ah/remote_api"; GOOGLE_

[google-appengine] Re: Error 401 when attempting to bulk download with appcfg.py

2016-04-19 Thread solsTiCe d'Hiver
hi nick, - the oauth2 token is associated with an account which is owner of the app. - to generate the credentials file I followed the instructions in the url I gave. It seems both the oath2 token and the credentials is needed ? or the oath2 is ignored ? -I have not s~ in my bash script. I am t

Re: [google-appengine] Re: Error 401 when attempting to bulk download with appcfg.py

2016-07-01 Thread solsTiCe d'Hiver
t call last): > File "/home/solstice/Applications/google_appengine/appcfg.py", line 133, > in > run_file(__file__, globals()) > File "/home/solstice/Applications/google_appengine/appcfg.py", line 129, > in run_file > execfile(_PATHS.script_file(s

[google-appengine] Re: Did the standard environment auto scaling scheduler change recently?

2021-07-10 Thread solsTiCe d'Hiver
I am seeing a similar change; I mean I don't know the cause yet but previously, I was billed around 5€ for a month of running my project on app engine, but now, I am billed around 1€ by day, so this means that by the end of the month it will be 30€ !! I can't find any metrics or statistics (I a

[google-appengine] Empty query on local datastore emulator

2021-08-13 Thread solsTiCe d'Hiver
Hi, So I have migrated half of my app to ndb and flask on python3 runtime. To finish the migration, I have exported my db and then imported in the datastore emulator to dev on my PC. The data are there and some queries are ok. But something like that returns an empty array, and I don't understa

[google-appengine] Re: Did the standard environment auto scaling scheduler change recently?

2021-08-13 Thread solsTiCe d'Hiver
I am not alone. some people seems to think there was definitvly a change on App Egine runtime scheduling: https://serverfault.com/a/1073568/297044 And for me, I migrated to another host, where my costs are capped, and will not have such surprised each month. Le lundi 12 juillet 2021 à 15:39:58 U

[google-appengine] Re: inbound email caught in a loop ?

2010-04-24 Thread solsTiCe d'Hiver
So i reply to myself: I simply rewrote my handler script and reenabled the email address. And it's back to "normal". I could even have simply dropped the email in my script handler. But i rewrite it to forward inline. I'll post it in the tips & tricks section because it's a pain just to forward