Can "Upgrade" only to "WebSocket when running viewer
See original GitHub issueI have a clean install on the Ubuntu 22. When running viewer with ns-train nerfacto --vis viewer
in the browser on localhost:7007 I see only_: Can "Upgrade" only to "WebSocket".
_ message
Issue Analytics
- State:
- Created a year ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
tornado can upgrade only to websocket error - Stack Overflow
I am using redis for this. When I access the url 127.0. 0.1:8888/2/ where 2 is my user id I get error saying...
Read more >Spring Boot WebSocket Tutorial - Programmer Friend
If you hit the link with your browser, you will probably get an error Can "Upgrade" only to "WebSocket" . This is because...
Read more >WebSockets and Node.js - testing WS and SockJS by building ...
This post will look at implementing a couple of low-level WebSockets libraries with Node.js as the WebSocket server. We'll look at how each...
Read more >Examples — websocket-client 1.4.2 documentation
The easiest way to view the verbose connection information is the use websocket.enableTrace(True) . For example, the following example shows how you can...
Read more >Using NGINX as a WebSocket Proxy
The HTTP Upgrade mechanism used to upgrade the connection from HTTP to WebSocket uses the Upgrade and Connection headers. There are some ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I finally solved, by using Google Chrome instead of Safari. Don’t know why it does not work on Safari
Hi @tancik, I’m getting the same problem as @snarb. Training gives me the following url:
https://viewer.nerf.studio/versions/22-10-13-0/?websocket_url=ws://localhost:7007
but I get the following page:The page is blank and this does not connect to my training. I’m running this from a remote machine and I’ve done the tunnel earlier using the port 7007, but keeps saying
Server Disconnected
Thanks in advance!