Open aetha opened 3 years ago
Hmm, I found a similar discussion on Microsoft Q&A https://docs.microsoft.com/en-us/answers/questions/360116/commicrosoftgraphhttpgraphserviceexception-error-c.html And also a few mentions of the same issue but when working with OneDrive.
But this is weird anyway because API should return 429 error when hitting the RPS limit, not 401 https://docs.microsoft.com/en-us/graph/throttling :thinking:
I don't have this error in my logs but I'll continue monitoring and hopefully will find the root cause.
After my Home Assistant has been running for about an hour, automatic attempts to sync my to-do lists are failing, and immediately retried. This is resulting in a constant flood of requests, I’m seeing up to 7 per second. This doesn’t seem to stop as long as it’s running. Here’s one of them.
Perhaps maybe the large number of lists I have (27) could be causing some kind of rate limiting, or race condition. Really got no idea though.