-
Notifications
You must be signed in to change notification settings - Fork 171
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 in code #242
Comments
I'm seeing a similar issue. Here's the stack trace:
The server we're looking at is Exchange version 2010. Here's the pretty-printed response from #<Viewpoint::EWS::SOAP::EwsResponse:0x007f94ece8da40
@resp=
{:envelope=>
{:elems=>
[{:header=>
{:elems=>
[{:server_version_info=>
{:attribs=>
{:major_version=>"14",
:minor_version=>"3",
:major_build_number=>"158",
:minor_build_number=>"11",
:version=>"Exchange2010_SP2"}}}]}},
{:body=>
{:elems=>
[{:find_item_response=>{:elems=>[{:response_messages=>{}}]}}]}}]}}> |
+1 @jcarbo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would fix this but not yet sure where the check should be to prevent this issue. Here is the stack trace of the exception:
Here is the code path from the initialize. Its' clear that '@resp[:envelope][:elems]' is the [] on nil it is complaining about.
The text was updated successfully, but these errors were encountered: