-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
call derivativesApi.getManifest throw Exception #28
Comments
Is this issue fixed? |
the fix is on github only and not yet published - clone from github to get the fix |
Oh Ok.. Thanks |
rvt model is solved today when i use nwd model do this,it throw the same Excetpion out |
@wangsidong will address this in the next commit |
I'm still getting the issue, But fix is there in the github but when using the maven fix is not there in maven source. any idea? any work around? |
This is because the latest changes have yet to be published to maven so download from this repo to use the latest version |
Is there any idea when it will be published?, really we need to from maven repository. That is very helpful for us to deliver a feature. We are waiting for it. Please do the needful as soon as possible |
hi, |
when i call the api derivativesApi.getManifest to verifyJobComplete it throw a Excetpion,
com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not deserialize value of type com.autodesk.client.model.ManifestChildren$RoleEnum from String "Autodesk.AEC.ModelData": value not one of declared Enum instance names: [3d, 2d, graphics, thumbnail, manifest, Autodesk.CloudPlatform.PropertyDatabase]↵ at [Source: java.util.zip.GZIPInputStream@6d7191c1; line: 1, column: 1105] (through reference chain: com.autodesk.client.model.Manifest["derivatives"]->java.util.ArrayList[0]->com.autodesk.client.model.ManifestDerivative["children"]->java.util.ArrayList[1]->com.autodesk.client.model.ManifestChildren["role"])"
only rvt model has this error , ifc,dwfx,dwt can run.
rvt model is solved
today when i use nwd model do this,it throw the same Excetpion out
com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not deserialize value of type com.autodesk.client.model.ManifestChildren$TypeEnum from String "folder": value not one of declared Enum instance names: [geometry, view, resource, manifest]↵ at [Source: java.util.zip.GZIPInputStream@abb4f0a; line: 1, column: 1991] (through reference chain: com.autodesk.client.model.Manifest["derivatives"]->java.util.ArrayList[0]->com.autodesk.client.model.ManifestDerivative["children"]->java.util.ArrayList[0]->com.autodesk.client.model.ManifestChildren["children"]->java.util.ArrayList[1]->com.autodesk.client.model.ManifestChildren["type"])
The text was updated successfully, but these errors were encountered: