Office365-REST-Python-Client icon indicating copy to clipboard operation
Office365-REST-Python-Client copied to clipboard

execute_query(): Request Call Freezes, gets Stuck with no Return, won't continue line

Open nafets33 opened this issue 2 years ago • 0 comments

I continuously encounter calls that get stuck and never return which stops my entire app from running.

For Example, my app freezes almost every other week and is stuck waiting for API call on ctx.web.get_file_by_server_relative_path(file_url).get().execute_query()

It is also possible that it also gets stuck on refreshing credentials as ctx timesout ctx = ClientContext(site_url).with_credentials(credentials) web = ctx.web ctx.load(web) ctx.execute_query()

Has Anyone ever experienced this?

nafets33 avatar Apr 25 '23 15:04 nafets33