Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
execute_query(): Request Call Freezes, gets Stuck with no Return, won't continue line
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?