GaussianSplats3D icon indicating copy to clipboard operation
GaussianSplats3D copied to clipboard

Processing splats Hung

Open LaFeuilleMorte opened this issue 1 year ago • 3 comments
trafficstars

I was trying to render splats from my local folder. But the scene cannot be displayed and the webpage stuck in processing splats. Here's the error message from the console. image

LaFeuilleMorte avatar Jul 30 '24 09:07 LaFeuilleMorte

You're experiencing a common CORS-related issue here. Read through the CORS section of the documentation, that might have the answer to your specific problem: https://github.com/mkkellogg/GaussianSplats3D?tab=readme-ov-file#cors-issues-and-sharedarraybuffer

mkkellogg avatar Jul 30 '24 16:07 mkkellogg

You're experiencing a common CORS-related issue here. Read through the CORS section of the documentation, that might have the answer to your specific problem: https://github.com/mkkellogg/GaussianSplats3D?tab=readme-ov-file#cors-issues-and-sharedarraybuffer

I read the doc. And I see these two lines are already added here. So The problem might be using the "http" rather than "https"? How can I redirecting http in https in util/service.js? image

LaFeuilleMorte avatar Aug 01 '24 05:08 LaFeuilleMorte

Are you just trying to access the demo page? Are you trying to access it locally or from another machine? If you are accessing it from a different machine, you will probably need to access it via https, in which case util/server.js won't work by itself. I myself have set up an SSL proxy on the machine running my demo page so that I can access it from a different machine. I admit it's not a great setup, but util/server.js was never meant to be a real web server.

mkkellogg avatar Aug 02 '24 03:08 mkkellogg

I'll close this for now, please let me know if you need more assistance.

mkkellogg avatar Aug 26 '24 20:08 mkkellogg