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
The string contents of error.data look like a json object, but it is actually unparsable.
I made an example of something similar I am trying to do here: awongh@5ecee61
The specific string I am seeing is:
"{"result":"failure","reason":"You attempted to upload the file \"example\" which has an unsupported or missing file extension. We currently only support STL, OBJ, X3D, Collada, VRML97, VRML2 and ZIP file formats. Please ensure that your files are of one of our supported formats with the correct file extensions. If you can't export to those formats, please see our tutorial \"<a href='\/tutorials\/converting-with-accutrans-3d'>Converting with AccuTrans<\/a>\"."}{"result":"failure","reason":"Model Upload Failed. (Reason: 100)"}"
Can error.data be a valid json parseable string?
Thanks.
The text was updated successfully, but these errors were encountered:
The string contents of error.data look like a json object, but it is actually unparsable.
I made an example of something similar I am trying to do here: awongh@5ecee61
The specific string I am seeing is:
Can error.data be a valid json parseable string?
Thanks.
The text was updated successfully, but these errors were encountered: