-
Notifications
You must be signed in to change notification settings - Fork 48
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
Exception value can't be null #98
Comments
Same issue. It worked until recently |
Hi @bramdejager, I'm also faced with the same issue. Steps to reproduce:
Here are some details from the SPCB log: Microsoft.SharePoint.Client.ServerException: Value cannot be null. I don't know wether you can do something. |
I am facing the same issue here. |
Hi! |
Thanks for the feedback. I’ll have a look at it. It seems not all sites face the issue. Some have and some don’t. Have not figured out what’s the difference.
Outlook voor iOS<https://aka.ms/o0ukef> downloaden
…________________________________
Van: Iliya <notifications@github.com>
Verzonden: Friday, September 18, 2020 7:50:03 PM
Aan: bramdejager/spcb <spcb@noreply.github.com>
CC: Bram de Jager <bramdejager@outlook.com>; Mention <mention@noreply.github.com>
Onderwerp: Re: [bramdejager/spcb] Exception value can't be null (#98)
Hi!
I have same issue, it works well two weeks ago
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#98 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADFSIY7FULOK2T4YABOBOWTSGOMUXANCNFSM4RGOSPKQ>.
|
I'm also seeing the same issue. @bramdejager you might want to have a look at the issue reported over in pnp/sp-dev-docs to see if this is related: SharePoint/sp-dev-docs#6281 |
Same issue here, we see this in lot of our customers, not all , but many (thousands). |
Checked a bunch of conditions, but I'm not able to track back any weird incorrect conditions. I have the same issue and error message on different tenants. But not all. Some tenants seem to work fine and don't cause any issues. I updated the CSOM to the latest version (August) but did not resolve the issue. I validated server/farm versions, but all were on version 16.0.20509.12005. |
@bramdejager : I'm also seeing this issue and can reproduce with creating a private channel in Teams and then connecting to that site using SPCB. Doing a Fiddler trace showed the 4th CSOM call after connecting a site collection fails with a server error. I did pull the ULS logs for that error and noticed a server side JSON serialization issue (which clearly is a bug). Looking at the stacktrace in the ULS log the error seems to originate from loading the ThemeInfo property: can you try to exclude that property and see if it fixes things? |
@bramdejager : internal thread started on this, will keep you all posted of the outcome |
@jansenbe it lookes excluding the ThemeInfo object is solving the issue. I'll release an intermediate release as a workaround. |
Any movement on this? Is _api/web/ThemeInfo expected to work again anytime soon? |
Released a temporary release as a workaround, please see release SPCB v4.10.1. This release excludes the ThemeInfo object from loading. |
When I expand the a site collection node, it throw "Value cannot be null. Parameter name: key".
The text was updated successfully, but these errors were encountered: