You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
OVF Package deployment happening in this method here returns nil instead of one the return values stated in the method definition
Please provide a clear and concise description of what the bug is, and the conditions when it occurs.
I'm not a 100% on the conditions when this occurs. It seems to be random, some OVF deployments are going through just fine while some are returning failing due to the nil return described above.
How to reproduce
Please provide as much information as possible to reproduce the issue. Reports without a clear reproduction may not be prioritized until one is provided.
A clear and concise description of what you expected to happen.
This should possibly error out or return one of the following [VcenterOvfLibraryItemDeployResp|VapiStdErrorsResourceInaccessibleError|VapiStdErrorsUnauthorizedError|VapiStdErrorsNotFoundError|]
Versions
Dev Environment:
Ruby: [e.g. 2.6.3]
vSphere Automation SDK: [0.4.6]
OS: [macOS 10.14.2]
Additional notes
I'd be happy to provide more information that may be required to narrow down the problem further. The error has been a little sporadic and I did not come across a pattern yet so please bear with me here. Thanks for looking into this.
Add any other notes about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
OVF Package deployment happening in this method here returns
nil
instead of one the return values stated in the method definitionPlease provide a clear and concise description of what the bug is, and the conditions when it occurs.
I'm not a 100% on the conditions when this occurs. It seems to be random, some OVF deployments are going through just fine while some are returning failing due to the
nil
return described above.How to reproduce
Please provide as much information as possible to reproduce the issue. Reports without a clear reproduction may not be prioritized until one is provided.
Expected behavior
A clear and concise description of what you expected to happen.
This should possibly error out or return one of the following
[VcenterOvfLibraryItemDeployResp|VapiStdErrorsResourceInaccessibleError|VapiStdErrorsUnauthorizedError|VapiStdErrorsNotFoundError|]
Versions
Dev Environment:
Additional notes
I'd be happy to provide more information that may be required to narrow down the problem further. The error has been a little sporadic and I did not come across a pattern yet so please bear with me here. Thanks for looking into this.
Add any other notes about the problem here.
The text was updated successfully, but these errors were encountered: