You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
when I make any kind of request to Graph (i.e. Send E-Mail, Get Delta, Get Folder, etc) I sometimes get an AggregateException from Kiota, when the Service is unavailable.
Expected behavior
I wouldn't expect this to throw a AggregateException since this never happened before and it just started appearing randomly yesterday (haven't updated Graph since 10.04.2024).
I would expect this to be wrapped inside an ApiError .
Is this behaviour normal? Is this fixed in a newer version of the SDK?
How to reproduce
This just happens randomly when sending any kind of request to the Graph API (i.e. send mail, get mail, get folder, etc)
Her is an example request from me:
This just happens randomly when sending any kind of request to the Graph API
This will occur in the event of transient errors in the API due to the returning of 429/502/503 response. In the event no transient errors occur in the API, you won't see these.
We'll close this for now and track the consistency in errors via microsoft/kiota-dotnet#273 so that this may be followed up from the library side.
Describe the bug
Hello,
when I make any kind of request to Graph (i.e. Send E-Mail, Get Delta, Get Folder, etc) I sometimes get an
AggregateException
from Kiota, when the Service is unavailable.Expected behavior
I wouldn't expect this to throw a
AggregateException
since this never happened before and it just started appearing randomly yesterday (haven't updated Graph since 10.04.2024).I would expect this to be wrapped inside an
ApiError
.Is this behaviour normal? Is this fixed in a newer version of the SDK?
How to reproduce
This just happens randomly when sending any kind of request to the Graph API (i.e. send mail, get mail, get folder, etc)
Her is an example request from me:
SDK Version
5.47.0
Latest version known to work for scenario above?
<5.47.0
Debug output
The text was updated successfully, but these errors were encountered: