March 1, 20224 yr When I go to the plugins tab, I only get the loading thingy (vertical bars) and then nothing happens. Console shows WebSocket connection to 'wss://<my-server>:4433/sub/var' failed: from dynamix.js?v=1596576684:34 How to fix this? I'm unable to upgrade my plugins at this moment. Edited March 1, 20224 yr by eXorQue code-block
March 4, 20224 yr Author Adds diagnostics Was a bit of a hassle because I didn't have access to the terminal from the web interface because of the wss issue. So had to ssh into it and then scp it from the server. supermicro-diagnostics-20220304-1001.zip
March 4, 20224 yr Author On 3/1/2022 at 8:58 PM, bonienl said: Start with clearing the cache of your browser and restarting your browser fresh. I have tried clearing cache, and in a fresh install of firefox (as I didn't have it installed yet). In Firefox I see another message ``` GET wss://488af51abcfd8d6b9afac041cb7eb63e770b2928.unraid.net:4433/sub/dockerload [HTTP/1.1 507 Insufficient Storage 48ms] ```
March 17, 20224 yr Did you ever find a solution to this problem? I have the same issue and this seems to be the only thread I can find about it.
March 23, 20224 yr For anyone else having this problem in the future (Fix at the bottom, description in the middle): Symptoms: Everything works fine after a reboot but after "extended" uptime (1-2 days) the error would occur and unraid would show 100% memory usage in the "Log" section. Problem: After some days of testing I believe that the issue may be that unraid is unable to handle stale websocket connections. Like when you're putting your computer to sleep the connection doesn't get terminated by your browser since it doesn't actually quit, it just gets frozen. Solution: What fixed it for me was to always log out of unraid, therefore properly closing the websockets, before putting my PC/Laptop to sleep/hibernate.
July 12, 20241 yr just ran into this myself unraid 6.12.10 on firefox 128 (no adblocker enabled) Firefox can’t establish a connection to the server at wss://192.168.0.100/sub/session,var,notify. cleared cache+cookies, logged back in.. still nothing. loaded up chrome 126.0.6478.127, worked fine. went back to firefox, seeing it spamming browser console that it cant get a wss going. then poof started working, refresh paged and all good now. odd indeed.
November 19, 20241 yr Author Solution For further readers: restarting nginx can sometimes help. At least it did for me. Login to the server via ssh (web terminal doesn't work when websockets don't work) Run the following command. This will restart nginx /etc/rc.d/rc.nginx restart Or if you don't have ssh access somehow (I haven't tested this, but this is an idea) Use the `user scripts` plugin and create a script with the command above. Run the script, and it'll restart nginx, hopefully fixing websockets Edit: hahaha I just saw that I was the original poster years ago! 😂 Edited November 24, 20241 yr by eXorQue
December 9, 20241 yr A few days ago, this problem occurred to me. I was hoping that the latest update would fix it (6.12.14), unfortunately it didn't. I have a browser log full of error messages: Firefox can't establish a connection to the server at wss://192.168.1.100/sub/session,var,notify. dynamicx.js:15:11951 Firefox can't establish a connection to the server at wss://192.168.1.100/sub/zfs_master. dynamix.js:15:11951 I can't access the disks from the GUI either: How to fix this? And I'm not asking about manually restarting the server, this is UnRaid's problem and needs to be fixed from within it. Edited December 9, 20241 yr by jaclas
January 5, 20251 yr Hi, Would love to jump-in on this topic, I ain't a real Unraid user yet and experiencing my options (OMV, TrueNAS and Unraid). Playing with each of them. And I also have the same issue, one of the main reasons to ditch this OS since this is quite unworkable. Unraid was the first OS installed and brand new hardware using the RC build. So this problem seems to occur in Stable and RC. Clearing my browser cache does not seem to help. Creating new sessions by logging in and out does seem to work more often. Used: - Unraid: 7.0.0-rc.2 2024-12-19 - Brave: Version 1.73.104 Chromium: 131.0.6778.204 (Official Build) (64-bit) - System Arch: x86 AMD Edited January 5, 20251 yr by VanVanni
January 12, 20251 yr I wonder why developers never addressed this issue, it's not like it's a rare issue, everyone is encountering this sooner or later. Why? Why not fix it? Or at least say "hey, we know about it and we are taking a look at the issue but it's been hard". All we ever got about this issue is a "post diagnostics" and "refresh browser" 2 years ago. Kinda frustrating ngl. Anyway, does this has anything to do with it? Edited January 12, 20251 yr by Nirvash
March 18, 20251 yr On 11/19/2024 at 10:21 AM, eXorQue said: For further readers: restarting nginx can sometimes help. At least it did for me. Login to the server via ssh (web terminal doesn't work when websockets don't work) Run the following command. This will restart nginx /etc/rc.d/rc.nginx restart Today was the day. I ran into that problem as well. Quoted post helped me to fix it. At least I can access Unraid again per WebUI.
May 29, 20251 yr Same issue in Unraid 7.0.1. upgrading to 7.1.2 corrupted the docker image and all my docker apps were gone.I tried to run /etc/rc.d/rc.nginx restart I get:rc.nginx: Restarting Nginx server daemon... rc.nginx: Checking configuration for correct syntax and then trying to open files referenced in configuration... rc.nginx: Stopping Nginx server daemon gracefully...Seems stuck.Meanwhile the system log shows:May 29 16:04:33 nova rc.nginx: Restarting Nginx server daemon... May 29 16:04:33 nova rc.nginx: Checking configuration for correct syntax and then trying to open files referenced in configuration... May 29 16:04:33 nova rc.nginx: /usr/sbin/nginx -t -c /etc/nginx/nginx.conf May 29 16:04:33 nova rc.nginx: Stopping Nginx server daemon gracefully... May 29 16:04:52 nova rc.nginx: Stopping Nginx server daemon forcibly... May 29 16:04:52 nova rc.nginx: Nginx server daemon... Stopped. May 29 16:04:57 nova rc.nginx: Starting Nginx server daemon... May 29 16:04:58 nova rc.nginx: Nginx server daemon... Started.And then nothing happens... it's just stuck on the operation... Edited May 29, 20251 yr by Bob-omb
May 29, 20251 yr 1 hour ago, Bob-omb said:Same issue in Unraid 7.0.1. upgrading to 7.1.2 corrupted the docker image and all my docker apps were gone.The GUI is not displaying correctly, reboot in safe mode to see if that fixes it and also post the diagnostics.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.