-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetSiteCollectionPropertiesAsync throw an exception #703
Comments
@FlorianLabranche : does this happen for any site collection or just for a newly created one? Do you happen to have a stack trace? If you catch the exception and to a |
@FlorianLabranche : I can reproduce the issue. Thanks for bringing it up, fill work on a fix. For some reason CSOM returns |
@jansenbe : Thank you for your quick response. It happens on every site collection. I tried on sites created on 12/24/21 and 10/26/21. Here is the full stack trace :
|
@FlorianLabranche : this feels like a SharePoint API bug to me. I've added additional safety measures for this case and will trigger the creation of a new nightly build. Within half an hour you can test again with the newest nightly. |
@FlorianLabranche : 1.5.16 is available for testing. |
@jansenbe : great ! Thank you for the reactivity. I don't know if it can be of any help, but with the following code I have the right date:
|
@FlorianLabranche : thanks for the info, good to see that asking for "details" will get this property correctly filled. Still weird this suddenly changed server side, I'll see if I can find out more |
@jansenbe this issue is happening again (since monday 29/03). I was sill working on 1.5.16-nightly and updating to 1.5.104 changes nothing. |
@FlorianLabranche : please open a new issue with the new stack trace |
Category
Describe the bug
Getting site collection properties throw the following exception :
Steps to reproduce
Below code snippet can be used to repro the issue:
Environment details (development & target environment)
Additional context
The above code snippet was working fine last week.
It seems to be related with CSOMDateConverter but I couldn't get deeper in the investigation.
Thank you for the great work on this project ! 🙏
The text was updated successfully, but these errors were encountered: