I’ve used for a few months the conversion feature using a Python server and it’s had no issues in returning an .stl or .obj file from a .usdz format. Just today out of nowhere, the .usdz conversions started failing with a, “RuntimeError: Proxy error(ImportException): Can’t handle this file format” on the server.
I switched to attempting to use cURL commands and API to do the same job and now when I successfully get my token and upload the file to storage, I then try convert and I’m getting the error, "{“Code”:“internalError”,“Message”:“The file format is not correct!”,“Description”:“Operation Failed. Internal error.”
I’m not sure if I’m going crazy or something is broken. Any guidance on if something is not working as intended on the backend?