Hi Joshua,

As you mentioned, this started to happen recently, could you please confirm 
if you still have this issue? I was trying to find any recently reported 
issues related to the error, but it seems like nothing has been reported 
yet. By mentioning the NDB datastore , are you referring to this [0]?

After doing some research on this error, it seems like a very generic error 
statement. I can see a couple of other reports with the same types of “
AttributeError” [1]. So it could be hard to find the solution without 
investigating in detail. At this point, I would like to note that Google 
Group is intended for very general purpose questions. If you believe this 
could be an error related to the library, you could report this to Issue 
Tracker by creating a private issue [4] with all details (project ID , App 
Engine version name etc). In general troubleshooting coding errors are best 
to report in Stackoverflow [5] where it can be visible to other developers 
to get the best feedback.   


[0] https://cloud.google.com/appengine/docs/standard/python/ndb

[1] 
https://stackoverflow.com/questions/8949252/why-do-i-get-attributeerror-nonetype-object-has-no-attribute-something

[2] 
https://stackoverflow.com/questions/54474655/error-nonetype-object-has-no-attribute-call

[3] https://github.com/googleapis/google-cloud-python/issues/10619

[4] https://cloud.google.com/support/docs/issue-trackers

[5] https://cloud.google.com/support/docs/stackexchange


On Wednesday, March 23, 2022 at 9:00:56 AM UTC-4 Joshua Smith wrote:

> (See full stack trace at the end)
>
> Anyone else seeing datastore errors over the last few hours? Most recent 
> was 2.5 hours ago...
>
> The line that's throwing the exception (srv/main.py:989) is:
>
>         if WebMQueueModel.gql("WHERE status = :1", "running").get():
>
> My best guess is that there's some intermittent issue with the NDB 
> datastore which is bubbling up as this exception.
>
> It's happening the same time as this:
>
>
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e8f7523e-4798-4f4e-a560-bf2426ac744fn%40googlegroups.com.

Reply via email to