Re: [google-appengine] New weird error.

2022-03-28 Thread Joshua Smith
As suggested, I created a private issue, since they wanted some app details. So 
you wouldn't be able to see the issue even if I shared the link.

But I'll post back here if any progress is made. It's still happening, although 
not too much...



> On Mar 28, 2022, at 3:56 AM, 'Lluis Munoz Ladron de Guevara' via Google App 
> Engine  wrote:
> 
> Hi, 
> 
> Could you please share the Issue Tracker URL? 
> It might help other users who experience this issue. 
> 
> On Wednesday 23 March 2022 at 20:22:24 UTC+1 Joshua Smith wrote:
> 
>> On Mar 23, 2022, at 3:07 PM, 'Amit Sinha' via Google App Engine 
>> > > wrote:
>> 
>> Hi Joshua,
>> 
>> As you mentioned, this started to happen recently, could you please confirm 
>> if you still have this issue?
>> 
> 
> Error reporting says it is still happening. Most recent was about 3 hours 
> ago. (Note that nothing changed in our code, so this appears to be a problem 
> at the infrastructure level.)
> 
> 
>>  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]?
>> 
> 
> Yes
>> 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.   
>> 
> 
> Usually when I see infrastructure-level issues I first report them here to 
> see if they are something common lots of people are seeing, before I open an 
> issue tracker about something google's already working on.
> 
> But if your guys aren't working on this, then I'll go ahead and do [4].
> 
>> 
>> [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 google-appengi...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-appengine/e8f7523e-4798-4f4e-a560-bf2426ac744fn%40googlegroups.com
>>  
>> .
> 
> 
> -- 
> 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/b2eb550a-6fcb-4cfe-a453-bdbf3f9f3067n%40googlegroups.com
>  
> .

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.

Re: [google-appengine] New weird error.

2022-03-28 Thread 'Lluis Munoz Ladron de Guevara' via Google App Engine
Hi, 

Could you please share the Issue Tracker URL? 
It might help other users who experience this issue. 

On Wednesday 23 March 2022 at 20:22:24 UTC+1 Joshua Smith wrote:

>
> On Mar 23, 2022, at 3:07 PM, 'Amit Sinha' via Google App Engine <
> google-a...@googlegroups.com> wrote:
>
> Hi Joshua,
>
> As you mentioned, this started to happen recently, could you please 
> confirm if you still have this issue?
>
> Error reporting says it is still happening. Most recent was about 3 hours 
> ago. (Note that nothing changed in our code, so this appears to be a 
> problem at the infrastructure level.)
>
> 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]?
>
> Yes
>
> 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.   
>
> Usually when I see infrastructure-level issues I first report them here to 
> see if they are something common lots of people are seeing, before I open 
> an issue tracker about something google's already working on.
>
> But if your guys aren't working on this, then I'll go ahead and do [4].
>
>
> [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 google-appengi...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/e8f7523e-4798-4f4e-a560-bf2426ac744fn%40googlegroups.com
>  
> 
> .
>
>
>

-- 
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/b2eb550a-6fcb-4cfe-a453-bdbf3f9f3067n%40googlegroups.com.


Re: [google-appengine] New weird error.

2022-03-23 Thread Joshua Smith


> On Mar 23, 2022, at 3:07 PM, 'Amit Sinha' via Google App Engine 
>  wrote:
> 
> Hi Joshua,
> 
> As you mentioned, this started to happen recently, could you please confirm 
> if you still have this issue?
> 
Error reporting says it is still happening. Most recent was about 3 hours ago. 
(Note that nothing changed in our code, so this appears to be a problem at the 
infrastructure level.)

>  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]?
> 
Yes
> 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.   
> 
Usually when I see infrastructure-level issues I first report them here to see 
if they are something common lots of people are seeing, before I open an issue 
tracker about something google's already working on.

But if your guys aren't working on this, then I'll go ahead and do [4].
> 
> [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 google-appengine+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/e8f7523e-4798-4f4e-a560-bf2426ac744fn%40googlegroups.com
>  
> .

-- 
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/033274FD-CF43-456B-9D1C-541001541A90%40gmail.com.