Re: [google-appengine] Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-06 Thread Charounson Saintilus
Hey Joshua, I don’t think I’m gonna be of much help here, but wanted to mention: if you think that running “gcloud app deploy” introduced the issue, can you try redeploying the application using appcfg.py? You could also use curl commands to troubleshoot the upload to blobstore.. Thanks, Char

Re: [google-appengine] Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-06 Thread Joshua Smith
Sigh. I’ve gone ahead and re-coded my app to use cloudstorage instead of blobstore for new uploads. So this is no longer critical. (Thankfully, downloads have continued to work. If you break blobstore downloads, that’ll be a real problem for me.) The idea of using a cloud provider is they:

[google-appengine] Re: wget from api.nasdaq fails only on App Engine

2020-10-06 Thread 'Olu' via Google App Engine
Hello, Thank you again for reporting this issue. I understand your attempt to download data from your App Engine application using wget hangs and probably fails. I understand the command used is wget --user-agent=Safari "https://api.nasdaq.com/api/quote/AAPL/dividends?assetclass=stocks;

Re: [google-appengine] Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-06 Thread Joshua Smith
The problem persists. It occurs to me that last week was the first time I had to make a small update to the app in a while, and I did that using “gcloud app deploy” instead of appcfg.py for the first time on that project. Is it possible that pushing the app using gcloud introduced a problem

[google-appengine] Re: App Engine HTTP issues

2020-10-06 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi, The issue with Google App Engine is now resolved. On Tuesday, October 6, 2020 at 11:39:27 AM UTC-4 goo...@ryanb.org wrote: > Looks like they're in the middle of a partial outage right now. > https://status.cloud.google.com/ > >

[google-appengine] Re: Cannot access vm after change hosts.deny

2020-10-06 Thread 'Digil(Google Cloud Platform Support)' via Google App Engine
Hello Lenna, As explained in the 'Troubleshooting SSH ' guide, you need to try access the instance via its serial console

[google-appengine] Re: Cloud SQL - cost

2020-10-06 Thread 'nibrass' via Google App Engine
Hello, You can have a look into the following documentation [1] to have a high-level guidance on what storage option you can choose on Google Cloud Platform depending on your needs. According to the Cloud SQL FAQ , using Cloud SQL or App

Re: [google-appengine] Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-06 Thread Joshua Smith
> On Oct 6, 2020, at 11:47 AM, 'Olu' via Google App Engine > wrote: > > I apologize for the delay or the impact this issue may be causing. For > swifter responses or help on issues that are urgent to you, I think it is > best to reach out directly to the GCP Support Engineers[2]. My

Re: [google-appengine] Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-06 Thread Joshua Smith
It pre-dated that issue, and it is continuing despite the larger outage being resolved. Please address this ASAP. Thanks. -Joshua > On Oct 6, 2020, at 11:47 AM, 'Olu' via Google App Engine > wrote: > > Hi, Joshua > > Thank you for reporting this issue. It seems you may be affected by an

[google-appengine] Re: Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-06 Thread 'Olu' via Google App Engine
Hi, Joshua Thank you for reporting this issue. It seems you may be affected by an internal issue reported about App Engine standard applications returning elevated HTTP 500 errors. This issue is observed for App Engine Standard instances in us-central1 region. This issue is externalized on

[google-appengine] Re: App Engine HTTP issues

2020-10-06 Thread Ryan B
Looks like they're in the middle of a partial outage right now. https://status.cloud.google.com/ On Tuesday, October 6, 2020 at 8:08:44 AM UTC-7 kris...@escapemasters.co.nz wrote: > Hi All, > In the past hour we faced on standard java App Engine with numerous > unexpected error as

[google-appengine] App Engine HTTP issues

2020-10-06 Thread Krisztián Guba
Hi All, In the past hour we faced on standard java App Engine with numerous unexpected error as java.net.UnknownHostException, ServiceConfigException: java.net.UnknownHostException: servicemanagement.googleapis.com. On our side nothing has been changed. Moreover, when I tried to migrate the

[google-appengine] Re: Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-06 Thread Joshua Smith
The silence here is deafening, but my users are howling. Google: Please address this issue immediately! It’s been down at least 24 hours! I created an issue in public issue tracker with the same info you see here: 170195261 I highly doubt I’m

[google-appengine] Re: Basic-scaling random port number in local devserver

2020-10-06 Thread Jagath Weerasinghe
Hi Katayoon, To add more information, when I run basic-scaling in the local dev server with max instance 1, I see two instances like below: (1) Module instance is running at http://localhost:8889/ (2) Module instance instance 0 is running at http://localhost:56064/ Based on the log