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
Hi,
Trying to use execute_query_with_incremental_retry() method in client_context.py - with success, however it seems it swallows all query issues silently.
Please, when ClientRequestException occurs and the reason is Microsoft.SharePoint.Client.InvalidClientQueryException - (=E400 Client Error) then don't retry, just fail the function.
In other words pls update def _try_process_if_failed to fail/exit in case status_code is 400, and don't continue.
The text was updated successfully, but these errors were encountered:
Hi,
Trying to use execute_query_with_incremental_retry() method in client_context.py - with success, however it seems it swallows all query issues silently.
Please, when ClientRequestException occurs and the reason is Microsoft.SharePoint.Client.InvalidClientQueryException - (=E400 Client Error) then don't retry, just fail the function.
In other words pls update def _try_process_if_failed to fail/exit in case status_code is 400, and don't continue.
The text was updated successfully, but these errors were encountered: