-
Notifications
You must be signed in to change notification settings - Fork 37
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
page iterator: reflect: call of reflect.Value.IsNil on zero Value #433
Comments
@stephenwan-opal could you kindly confirm if you are using |
we are using 0.31.0. I will upgrade and take a look, thanks. Did the API response change? Why would this issue start happening 3 days ago? |
@stephenwan-opal There isn't a change in the API response, this was a required change in the supporting library and was implement in core |
You can also upgrade to SDK |
Hi @rkodev, thanks - I guess I am confused on: why did I start seeing this issue 4 days ago, the same say microsoftgraph/msgraph-sdk-go-core#167 was put out? (is that coincidence? i.e. latent bug happens to show up on the same day?) Doing this upgrade is unfortunately not straightforward for me. I tried to upgrade just the |
@stephenwan-opal the only part "nasty" about that solution is the fact that you're generating off a fork of this repo. You could perfectly generate your own client with only the API surface you care about in your project. In fact now that the tech to do so is mostly ready, we're working on lighting up experiences to make this easier to anybody who has stronger size/performance requirements than what the full SDK offers can use that option instead. |
sorry - I'd like to de-emphasize the specific change linked there. I'm excited to hear that the self-generated kiota build should help; at the time it was tricky to figure out and the kiota generation did not work out of the box (i.e. missing coming back to the issue at hand, do you have a sense when this issue gets triggered? is there a specific api response that doesn't return the |
@stephenwan-opal /Perhaps a little context to help. This issue was brought about as a result of implementing the backing store. Values were no longer stored on the structs properties but were read from the backing store. The fix was to invoke the |
Hi @stephenwan-opal, I'll be closing this ticket since its been a while. If you still need some more assistance, you can comment and re-open it |
Hello, I started seeing this error starting 2 days ago:
This looks similar to #249 and #224 but it is a different line of code panicking.
code looks like this:
panicking code:
which is different from the issue addressed by https://github.com/microsoftgraph/msgraph-sdk-go-core/pull/105/files.
The text was updated successfully, but these errors were encountered: