-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
TypeError: fetch failed #237
Comments
Hi, have you solved it? |
Would it be possible to share a Aside, I would strongly recommend NOT applying Draco before passing the model in with the |
Hi, I downloaded the 3D model from Sketchfab. It contains 4 files, as shown in the screenshot below. I navigated to the folder containing these files in my terminal and executed the command: "npx gltfsx name.gltf" then got that error; The strangest thing is it worked well for the first time, and it failed when I tried the second model. |
Hm, for me this completes quickly on the attached model.
I'm using Node.js v20, I would expect this to work on Node.js v18+, is it possible you're using an older version? I would also caution that this model relies on the old spec/gloss glTF extension, and three.js requires metal/rough PBR. To see the correct appearance in three.js you'll need to convert the materials. That conversion, and optionally packing to .glb, may resolve these issues as well. |
I tried, but still failed. Could you explain how you did it? What dependencies did you use? |
When i try to transform this error show me.
The text was updated successfully, but these errors were encountered: