-
Notifications
You must be signed in to change notification settings - Fork 203
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
Fail to load costum splat #56
Comments
Try this |
When i do localhost:8000/?url=test.splat it says: error: 404 unable to load https://huggingface.co/cakewalk/splat-data/resolve/main/test.splat |
You need to replace the line in the main.js from |
Doesnt work. I did as you said. here is the code i changed due to your last post: } catch (err) {} Error: 404 Unable to load http://localhost:8000/train.splat |
You might need to refresh the page. It should not say train.splat if you made the code change. Btw, it should be |
i changed to code:
|
Likely it could be CORS. Please install the extension and enable it. |
Nope. Doesn't change a thing. Is there an instruction on how to clone, install and run splat? I think its something very easy that doesn't work here right now. |
I am not sure about Firefox. Could you try Google Chrome? |
Okay i installe chrome and the extension. no, nothing happens. just the blue loading cube spinning endlessly. |
The model file should be at the same place as the main.js. Please post a screenshot of the http server running window. What is the message there? Also you can open the chrome developer tool and see what error raised. |
I am not able to view/load my costum splats. Whatever i do i always get to see the default model "train".
Here is what i did:
I have no idea what i am doing wrong. Can someone please help me here? Thanks!
The text was updated successfully, but these errors were encountered: