opensourceBIM / bimvie.ws

Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc..
GNU Affero General Public License v3.0
172 stars 87 forks source link

Upload file #30

Closed arshpreetsingh closed 10 years ago

arshpreetsingh commented 10 years ago

When I try to Upload IFC file I get the following error. Please let me know where I have to paste ifc file?

{ "response": { "exception": { "type": "ConvertException", "message": "Missing type field in {\"data\":\"undefined\",\"filename\":\"undefined\",\"mime\":\"undefined\",\"oid\":\"undefined\",\"rid\":\"undefined\"}" } } }

wcoebergh commented 10 years ago

Are you just checking in through bimviews or console? Looks like there is a field (__type) missing for the checkin method.

What version of Bimserver and bimviews are you running?