'Extractor error code -777 when using design automation

I am trying to complete a full runthrough of the Forge API for an inventor model. We have succesfully managed to submit the workitem which does everything it needs to do based on our personalised appbundles and activities.

The issue is when the new model is trying to be loaded in the viewer with the URN for the SVF which is in the newly created output bucket.

I am getting a translation error and I cannot figure out where the error is coming from or how to fix it.

  • Is the translation not automatically completed when the SVF is created for export, which is the point of using this activity i thought?
  • Is it the CreateSVF activity which is not zipping it correctly?

Any suggestions from anyone on where to look if this is an obvious one, can't find the same error online.

TIA.



Solution 1:[1]

There is some weird thing Inventor is doing in exported SVF for use in ForgeViewer. It looks like bubble.json is not at the level it is needed to have it. You can see how we are doing the export in our demo application. After export done by Inventor, we move bubble.json to different place. See https://github.com/Autodesk-Forge/forge-configurator-inventor/blob/master/AppBundles/CreateSVFPlugin/CreateSvfAutomation.cs#L101

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Michal Vasicek