petrbroz / svf-utils

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

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

Closed HongGers closed 2 months ago

HongGers commented 6 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 3 months ago

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

petrbroz commented 2 months ago

Hi guys, there's a discussion in https://github.com/petrbroz/svf-utils/issues/84 that seems to be related to the issues you're experiencing. Could you please share your feedback there?

petrbroz commented 2 months ago

The issue discussed in https://github.com/petrbroz/svf-utils/issues/84 has been fixed in the latest version (5.0.5). Let me close this thread, and if you can still reproduce the problem, please create a new GitHub issue for it.