You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the downloaded zips do not have all files in them, only the xref/designDescription.json file is in the zip, not the 0 folder with the scene.
I believe it is happening because of different results returned from the /derivativeservice/v2/manifest/:urn api. For example, I call /derivativeservice/v2/manifest/dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6c3RlbW4vZDJ1ZGRwdm05b3M5MDhpZTBrMzRrN3Fmci5pcHQ and get:
This shows all translations have completed with result success. My application then proceeds to download the files listed in the manifest on the basis that all nodes in the manifest show successful translation. However, calling /derivativeservice/v2/manifest/dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6c3RlbW4vZDJ1ZGRwdm05b3M5MDhpZTBrMzRrN3Fmci5pcHQ again 10 seconds later returns a different result with more information. I get:
This response contains the information required to download the scene. Can you advise a way of getting a consistent response from the /derivativeservice/v2/manifest/:urn api so that my application does not download incomplete zips?
The text was updated successfully, but these errors were encountered:
@sabrehagen - is it still an issue, I update the sample a minute ago, and do not have this issue. If you got a sample to share that would be great to track the issue you got.
Hi,
Sometimes the downloaded zips do not have all files in them, only the
xref/designDescription.json
file is in the zip, not the0
folder with the scene.I believe it is happening because of different results returned from the
/derivativeservice/v2/manifest/:urn
api. For example, I call/derivativeservice/v2/manifest/dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6c3RlbW4vZDJ1ZGRwdm05b3M5MDhpZTBrMzRrN3Fmci5pcHQ
and get:This shows all translations have completed with result
success
. My application then proceeds to download the files listed in the manifest on the basis that all nodes in the manifest show successful translation. However, calling/derivativeservice/v2/manifest/dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6c3RlbW4vZDJ1ZGRwdm05b3M5MDhpZTBrMzRrN3Fmci5pcHQ
again 10 seconds later returns a different result with more information. I get:This response contains the information required to download the scene. Can you advise a way of getting a consistent response from the
/derivativeservice/v2/manifest/:urn
api so that my application does not download incomplete zips?The text was updated successfully, but these errors were encountered: