pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.45k stars 290 forks source link

Unexpected token < in JSON at position 0 #121

Closed jasan-s closed 2 years ago

jasan-s commented 2 years ago

For This Model downloaded in glTF format

ran the following commnad npx gltfjsx scene.gltf -T draco and the resulting JS crashes with error: index.js:12 Uncaught Could not load scene-transformed.glb: Unexpected token < in JSON at position 0

Saahiljeet-Singh commented 2 years ago

@jasan-s : How were you able to resolve this issue ?

jasan-s commented 2 years ago

Human error that was fixed. I was attempting to import the 3d file from incorrect path.