[google-appengine] Re: Sporadic server error since March 1 (Python)

2022-03-05 Thread Viktor Bresan

Many thanks for your tips! The trace is not available for failed request, 
for all other it is. I haven't pasted log earlier, perhaps I should, 
because (in my opinion) it isn't showing anything. Here it is (attached). 

Meanwhile, I have switched to instance class F2 and so far the problem did 
not happen again. I don't have latency longer than 3s, when new process is 
started. Though I don't think the problem should have happened earlier, or 
F1 is useless. 


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2f97abdb-aa04-4e46-ac8f-480e36ae494dn%40googlegroups.com.
{
  "protoPayload": {
"@type": "type.googleapis.com/google.appengine.logging.v1.RequestLog",
"appId": "s~project_name",
"versionId": "20220211t092340",
"requestId": 
"6220e62000ff057ee7d2f6fc120001737e636f766964313974726176656c000132303232303231317430393233343100",
"ip": "95.178.241.253",
"startTime": "2022-03-03T16:00:32.433194Z",
"endTime": "2022-03-03T16:00:42.845884Z",
"latency": "10.412690s",
"method": "GET",
"resource": "/get_insurance",
"httpVersion": "HTTP/1.1",
"status": 500,
"userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:97.0) 
Gecko/20100101 Firefox/97.0",
"urlMapEntry": "get_insurance.app",
"host": "project_name.appspot.com",
"pendingTime": "10.402971719s",
"instanceIndex": -1,
"finished": true,
"line": [
  {
"time": "2022-03-03T16:00:42.845870Z",
"severity": "ERROR",
"logMessage": "Request was aborted after waiting too long to attempt to 
service your request."
  }
],
"appEngineRelease": "1.9.71",
"traceId": "8e6544317ac942cd0742a37c1898df9a",
"first": true
  },
  "insertId": "6220e62a000ce9549caa088b",
  "httpRequest": {
"status": 500
  },
  "resource": {
"type": "gae_app",
"labels": {
  "project_id": "project_name",
  "module_id": "default",
  "zone": "us14",
  "version_id": "20220211t092340"
}
  },
  "timestamp": "2022-03-03T16:00:32.433194Z",
  "severity": "ERROR",
  "labels": {
"clone_id": ""
  },
  "logName": 
"projects/project_name/logs/appengine.googleapis.com%2Frequest_log",
  "operation": {
"id": 
"6220e62000ff057ee7d2f6fc120001737e636f766964313974726176656c000132303232303231317430393233343100",
"producer": "appengine.googleapis.com/request_id",
"first": true,
"last": true
  },
  "trace": "projects/project_name/traces/8e6544317ac942cd0742a37c1898df9a",
  "receiveTimestamp": "2022-03-03T16:00:42.852030751Z"
}

Re: [google-appengine] Entities Not Visible in Developer Console

2022-03-05 Thread wesley chun
Sounds good Dave... glad you were able to access your Entities again. In
general, console.*developers*.google.com is just a shortcut to the API
manager, and that's the only time that link should be used. For everything
else, you should be using console.*cloud*.google.com.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"A computer never does what you want... only what you tell it."
wesley chun :: @wescpy  :: Software
Architect & Engineer
Developer Advocate at Google
 by day; at
night: Core Python 



On Tue, Mar 1, 2022 at 5:45 AM 'Dave Howes' via Google App Engine <
google-appengine@googlegroups.com> wrote:

> Thanks for this response - it turned out that I was using the wrong URL -
> I was going to https://console.developer.google.com/datastore
>  ( and have been for years )
> - changing to https://console.cloud.google.com/datastore fixed things
>
> Dave
>
> On Sunday, 27 February 2022 at 23:02:42 UTC Wesley C (Google) wrote:
>
>> There have been no changes AFAIK (as far as I know). Going to
>> https://console.cloud.google.com/datastore brings up all my DS entities
>> as expected.
>>
>> However, people sometimes run into problems if they have >1 Google login,
>> say accounts for work, personal, school, etc. Click on your avatar in the
>> upper-right corner to ensure you're logged into the correct account, or
>> select the right one from there if you're not.
>>
>>
>> On Sun, Feb 27, 2022 at 10:03 AM 'Dave Howes' via Google App Engine <
>> google-a...@googlegroups.com> wrote:
>>
>>> I have an application that has been running on App Engine Standard
>>> edition for a number of years. Today, when I went to the Datastore page of
>>> the developers console, I can't see any Entity kinds, and get the following
>>> message :
>>>
>>> "Request had invalid authentication credentials. Expected OAuth 2 access
>>> token, login cookie or other valid authentication credential. See
>>> https://developers.google.com/identity/sign-in/web/devconsole-project.;
>>>
>>> When I go to that page, it seems to be asking me to integrate Google
>>> SignIn with my application, which doesn't seem relevant.
>>>
>>> Has something changed regarding authentication that I have missed?
>>>
>>> Dave
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAB6eaA4hyh_PC59x81fJsX4c%2BcnhnthrWda%3DYjB3aEOh9yw5sw%40mail.gmail.com.