Autodesk-Forge / bim360appstore-model.derivative-nodejs-xls.exporter

BIM360 data to Excel: Let you export the Revit data, hosted on BIM360, into an Excel file
MIT License
23 stars 23 forks source link

Double click on version cause JS error #1

Closed augustogoncalves closed 6 years ago

augustogoncalves commented 6 years ago

forge.viewer.js:53 Uncaught TypeError: Cannot read property 'search' of null at onDocumentLoadSuccess (forge.viewer.js:53) at viewer3D.min.js?v=v2.15:21 at k (viewer3D.min.js?v=v2.15:20) at XMLHttpRequest.p (viewer3D.min.js?v=v2.15:4)

wallabyway commented 6 years ago

resolved

nitoniso commented 5 years ago

I have the same error. forge.viewer.js:53 Uncaught TypeError: Cannot read property 'search' of null at onDocumentLoadSuccess (forge.viewer.js:53) at viewer3D.min.js?v=v2.15:21 at k (viewer3D.min.js?v=v2.15:20) at XMLHttpRequest.p (viewer3D.min.js?v=v2.15:4)

how was it solved

augustogoncalves commented 5 years ago

@nitoniso the error message seems strange, it points to version 2.15, but the sample code uses 3.13, is this happening live or on your local copy?