Skip to content

execute_query_with_incremental_retry() method in client_context.py bug #933

Open
@tkohegyi

Description

@tkohegyi

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions