You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the validator to convert gltf/glb into a tileset, but I get an error saying "Blob is not defined at configureWebWorker".
Running npm run test also produces the same error (copied and pasted below).
> [email protected] test
> gulp test
ReferenceError: Blob is not defined
at configureWebWorker (/home/e29095/projects/3d-tiles-validator/validator/node_modules/cesium/Build/CesiumUnminified/Cesium.js:244354:49710)
at /home/e29095/projects/3d-tiles-validator/validator/node_modules/cesium/Build/CesiumUnminified/Cesium.js:247891:3
at /home/e29095/projects/3d-tiles-validator/validator/node_modules/cesium/Build/CesiumUnminified/Cesium.js:25:66
at Object.<anonymous> (/home/e29095/projects/3d-tiles-validator/validator/node_modules/cesium/Build/CesiumUnminified/Cesium.js:28:3)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
The text was updated successfully, but these errors were encountered:
I am trying to use the validator to convert gltf/glb into a tileset, but I get an error saying "Blob is not defined at configureWebWorker".
Running
npm run test
also produces the same error (copied and pasted below).The text was updated successfully, but these errors were encountered: