petrbroz / svf-utils

Utilities for working with the SVF file format used by Autodesk Platform Services.
https://petrbroz.github.io/svf-utils/
MIT License
123 stars 53 forks source link

getManifest Request failed with status : 400 and statusText : Bad Request #81

Open HongGers opened 3 months ago

HongGers commented 3 months ago

Hi! I'm trying to convert one of the svf file on my APS bucket to gltf.

Steps Taken

it should convert the provided urn to gltf and place it to the path I execute this command.

Error Message

info: 15-05-2024 16:26:39:      Initializing resiliency config:  ResiliencyConfiguration (TimeOutValue: 15000) RetryCount: 5) (BackoffInterval: 10)  (CircuitBreakerInterval: 60000)
info: 15-05-2024 16:26:39:      Entered into getManifest
error: 15-05-2024 16:26:40:     getManifest Request failed with status : 400 and statusText : Bad Request and error message: undefined
ModelDerivativeApiError: getManifest Request failed with status : 400 and error message: undefined
...

Testing Environment

I've used this library to generate gltf few months ago. the approach is the same but I can't made it work now. Am I doing something wrong?

arkkuba commented 1 month ago

Hello. Getting the same error. Is there any workaround?