Michael Traver

Results 10 comments of Michael Traver

Looking at the Go FF, I see non-200 status codes returned along with "crash" and "error" headers: - https://github.com/GoogleCloudPlatform/functions-framework-go/blob/fed357741a8521eeeaad9b32dc140d69ea69626c/funcframework/framework.go#L51 - https://github.com/GoogleCloudPlatform/functions-framework-go/blob/fed357741a8521eeeaad9b32dc140d69ea69626c/funcframework/framework.go#L160 - https://github.com/GoogleCloudPlatform/functions-framework-go/blob/fed357741a8521eeeaad9b32dc140d69ea69626c/funcframework/framework.go#L166 - https://github.com/GoogleCloudPlatform/functions-framework-go/blob/fed357741a8521eeeaad9b32dc140d69ea69626c/funcframework/framework.go#L198 - https://github.com/GoogleCloudPlatform/functions-framework-go/blob/fed357741a8521eeeaad9b32dc140d69ea69626c/funcframework/framework.go#L207 The Go FF...

If you're on GAE Standard then I wouldn't expect this to work because the default security ticket is not associated with a request (the documentation notes that `appengine.BackgroundContext()` only works...

True, we can probably do better. I'll look into making the error more informative if `appengine.BackgroundContext()` is used on GAE Standard.

You can use the Stackdriver Logging API to group logs by request. Here's an example of how to do so: https://github.com/mtraver/gaelog

Oh no! Hopefully we can resolve it. I'll update the guide if we find any additional information. Since you don't see any errors, can you check whether the LED is...

The logs seem fine. I noticed that I was on an earlier kernel than you (4.19.42-v7+ #1219) so I upgraded to 4.19.46-v7+ #1230. For me it still works though, so...

I suppose it could be, but all I can say is that using `rpi-update` to upgrade and roll back hasn't caused issues for me. Well, we know that on 4.14...

I don't know. You can try both approaches, and also try the patch from the forum post I linked to.

Were you able to diagnose the problem?

What I meant is that it seems like Garmin Connect removes more samples than Strava when excising a stopped period. But I haven't compared record-by-record to see if this is...