Looks like are a few results returned by io3d.furniture.search are groups, causing errors for a-frame, furniture.get and storage.export* methods.
For example: https://furniture.3d.io/#furnitureId=68833b2a-6559-4b25-8690-8ee18ecc9d41
To Reproduce
io3d.furniture.get('68833b2a-6559-4b25-8690-8ee18ecc9d41')
Actual
error gets thrown: File header error: Wrong magic number. File is probably not data3d buffer format.
Expected
Either no error to be thrown, or no groups to be returned by io3d.furniture.search
As a work around you can pass -group to the search string, but thought I would make this issue incase anyone else comes across it.
Looks like are a few results returned by
io3d.furniture.searchare groups, causing errors for a-frame,furniture.getandstorage.export*methods.For example: https://furniture.3d.io/#furnitureId=68833b2a-6559-4b25-8690-8ee18ecc9d41
To Reproduce
io3d.furniture.get('68833b2a-6559-4b25-8690-8ee18ecc9d41')Actual
error gets thrown: File header error: Wrong magic number. File is probably not data3d buffer format.
Expected
Either no error to be thrown, or no groups to be returned by
io3d.furniture.searchAs a work around you can pass
-groupto the search string, but thought I would make this issue incase anyone else comes across it.