This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
RbVmomi deserialization fails on managed object type ContentLibrary
#205
Labels
ContentLibrary
#205
Describe the bug
Running a simple WaitForUpdates event catcher (watching latestPage from the eventManager) [ref] and observed an exception when a scheduled "Sync Library" task ran. When we caught this event an exception was raised by deserialization because it couldn't find the
ContentLibrary
type. Further investigation shows that there was a task with anentity
ofManagedObjectReference:ContentLibrary clib-2895
To Reproduce
Steps to reproduce the behavior:
vim.serviceContent.taskManager.recentTask.first.info
Expected behavior
Given that
ContentLibrary
isn't a registeredManagedEntity
in the Managed Object Types I expect this is one of those special types that has to be merged into the vmodl.dbScreenshots
The task in the vSphere client:
TaskInfo from the MOB:
Platform:
The text was updated successfully, but these errors were encountered: