-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No loaded ifc model is displayed #259
Comments
also stuck here... |
I was able to make it start by loading the bimserverclient from downloaded source. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No model appears in BIMSurfer.
The following error appears in the browser console.
Has anyone ever experienced this?
Uncaught TypeError: object.getGeometry is not a function
at Properties.selected (eval at globalEval (bimviews.js?_v=0.0.106:338), :59:11)
at eval (eval at globalEval (bimviews.js?_v=0.0.106:338), :49:4)
at Array.forEach ()
at EventRegistry.trigger (bimviews.js?_v=0.0.106:16795)
at Project.selected (eval at globalEval (bimviews.js?_v=0.0.106:338), :48:25)
at Node.ProjectTree.treeItemClick [as onClick] (eval at globalEval (bimviews.js?_v=0.0.106:338), :265:11)
at Node.linkClick (bimviews.js?_v=0.0.106:15444)
at HTMLAnchorElement.dispatch (bimviews.js?_v=0.0.106:4732)
at HTMLAnchorElement.elemData.handle (bimviews.js?_v=0.0.106:4544)
AND
Uncaught TypeError: Cannot read property 'then' of undefined
at BimServerGeometryLoader.start (BimServerGeometryLoader.js?bust=1533192504001:125)
at BimServerModelLoader.loadOids (BimServerModelLoader.js?bust=1533192504001:82)
at BimServerApiPromise.callback (BimServerModelLoader.js?bust=1533192504001:16)
at BimServerApiPromise.fire (bimserverapipromise.js:56)
at bimServerApi.call (model.js:744)
at multiCall (bimserverclient.js?_v=1533192504192:877)
at getJson (bimserverclient.js?_v=1533192504192:653)
at XMLHttpRequest.xhr.onload (bimserverclient.js?_v=1533192504192:538)
bimserverclient.js?_v=1533192504192:53 [default] Getting serializer info
bimserverclient.js?_v=1533192504192:255 Uncaught TypeError: callback is not a function
at call (bimserverclient.js?_v=1533192504192:255)
at multiCall (bimserverclient.js?_v=1533192504192:877)
at getJson (bimserverclient.js?_v=1533192504192:653)
at XMLHttpRequest.xhr.onload (bimserverclient.js?_v=1533192504192:538)
The text was updated successfully, but these errors were encountered: