Mark Boer

Results 8 comments of Mark Boer

Hi everyone I am having similar issues, the following line gives me a 400 or 500 response. https://github.com/vgrem/Office365-REST-Python-Client/blob/020c8c8176ce2eea3accbe95e2e4372af57ef6c8/office365/runtime/auth/providers/saml_token_provider.py#L133 In case I get the 400 response the body is empty resulting...

Thanks for the quick responses :-) @vgrem it get a similar error on version 2.2.2, so it seems to be the sharepoint server. It might be nice to wrap the...

I am one step further. Turns out I needed to reset my password. I'm now hitting the same error as @wreiner. The `is_valid_auth_cookies` returns that the cookie is not valid,...

@guillaume-colas it seems that your issue is probably related to the server not allowing you access. Are you sure the password is correct and have you tried resetting your password?...

Interestingly, the problem seems to be that the "target.png" is finished loading, before the three delayed images have started loading. (So surprisingly it seems that the problem does _not_ arise...

You could maybe register assets, that you would want to wait on in the loading screen? Also calling the `DelayedThreadExecutor._finish` on the main thread might work. Or checking finished jobs...

I'm just spitballing here, I don't actually know what would make most sense in this case. > Gotta make sure you both reference the asset and then pre-declare it for...

I have a similar issue, but mine only seems to pop up, when I use a role to authenticate, when my credentials are saved in `~/.aws/credentials` I don't see the...