-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
For some reason I'm getting an empty JS array as the base64 decoded response file for the getDownloadData
call from the server.
I tried querying the getProgress
before the actual getDownloadData
and that seems to indicate no error:
__type: "SLongActionState"
end: null
errors: Array[0]
infos: Array[0]
oid: -1
progress: 0
rid: 0
stage: 2
start: 1454694239264
state: "STARTED"
title: "Preparing download..."
warnings: Array[0]
Tried disabling the result cache on the BIM server side as well, no luck, still an empty array for the response.
This is the actual response for the getDownloadData
call:
__type: "SCheckoutResult"
file: "Ww0KDQpdDQo="
oid: -1
projectName: "Test project 2"
revisionNr: 1
rid: 0
Here is an example IFC2X3 file the problem occurs with:
http://tume-maailm.pri.ee/ylikool/bim/HP-45513_500_VENTILATION_.ifc
Metadata
Metadata
Assignees
Labels
No labels