Can't open pose library directory

   1269   1   1
User Avatar
Member
13 posts
Joined: Aug. 2014
Offline
Hi,
We get the following error when trying to open pose library

[redsith@heimdall ~]$ Traceback (most recent call last):
  File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/poselib.py", line 221, in _openDirectory
    self.libraryWidget.openLibrary(itemlibrary.LIBRARY_DIRECTORY)
  File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/itembrowser.py", line 1034, in openLibrary
    return self._loadFrom(load_format, path, "Open Library", False)
  File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/itembrowser.py", line 1058, in _loadFrom
    name = self.itemModel.loadFrom(load_format, path, importing)
  File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/itemlibrary.py", line 2446, in loadFrom
    success = self.loadJSON(root_folder)
  File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/itemlibrary.py", line 1606, in loadJSON
    force_load_data=force_load_data) \
  File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/itemlibrary.py", line 1578, in loadJSON
    item = self.itemFromJSON(json)
  File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/posemodel.py", line 354, in itemFromJSON
    json[itemlibrary.JSON_IMAGE_TYPE]),
  File "/opt/hfs19.0.454/houdini/python3.7libs/poselib/itemlibrary.py", line 1515, in _deserializeImage
    byte_array = byte_array.fromBase64(image.encode('utf-8'))
AttributeError: 'bytes' object has no attribute 'encode'

Thanks
User Avatar
Member
9 posts
Joined: Feb. 2021
Offline
We have experienced the same issue in H19.
We also find that during the session when we create a Pose Library, we cannot apply newly saved poses.
  • Quick Links