catmaid / CATMAID

Collaborative Annotation Toolkit for Massive Amounts of Image Data
https://catmaid.org
GNU General Public License v3.0
185 stars 57 forks source link

Exception when loading volume mesh #1297

Closed acardona closed 7 years ago

acardona commented 8 years ago

Cannot read property 'parent' of undefined

TypeError: Cannot read property 'parent' of undefined at getTree (http://localhost/catmaid/static/libs/three.js/loaders/VRMLLoader.js:561:24) at parseV2 (http://localhost/catmaid/static/libs/three.js/loaders/VRMLLoader.js:963:15) at THREE.VRMLLoader.parse (http://localhost/catmaid/static/libs/three.js/loaders/VRMLLoader.js:1013:4) at Object. (http://localhost/catmaid/static/js/widgets/3dviewer.js:1575:30)

tomka commented 8 years ago

Do you still see this? I wasn't able reproduce this on multiple instances that also use CATMAID in a sub-folder.

tomka commented 8 years ago

Closing this, because it couldn't be reproduced.

aschampion commented 7 years ago

I get what looks like a newer version of this when attempting to load the box volume or left AL volume in L1:

TypeError: Cannot read property 'parent' of undefined at getTree (https://neurocean.janelia.org/catmaidL1/static/js/libs/three.js-lib.d4e6ca367bde.js:43245:24) at parseV2 (https://neurocean.janelia.org/catmaidL1/static/js/libs/three.js-lib.d4e6ca367bde.js:43647:15) at parse (https://neurocean.janelia.org/catmaidL1/static/js/libs/three.js-lib.d4e6ca367bde.js:43697:4) at Object.<anonymous> (https://neurocean.janelia.org/catmaidL1/static/js/catmaid.9f3ea786dee2.js:21321:30)

Other volumes work fine.