meshcat-dev / meshcat

Remotely-controllable 3D viewer, built on top of three.js
MIT License
250 stars 44 forks source link

Meshcat server not working #40

Closed rickyduh closed 5 years ago

rickyduh commented 5 years ago

Whenever I run meshcat-server, and navigate to the url, I get an error 404: not sound in the url and these errors: WARNING:tornado.access:404 GET /static/ (127.0.0.1) 1.24ms WARNING:tornado.access:404 GET /favicon.ico (127.0.0.1) 0.32ms WARNING:tornado.access:404 GET /static/ (127.0.0.1) 0.65ms WARNING:tornado.access:404 GET /favicon.ico (127.0.0.1) 0.34ms in my terminal. Any advice ?

rdeits commented 5 years ago

I think this is an issue with the Python bindings, so I'm going to close this issue in favor of https://github.com/rdeits/meshcat-python/issues/30