Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

WebSocket connection to wss:// sub/var' failed: dynamix

Featured Replies

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 by eXorQue
code-block

Solved by eXorQue

  • 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]
```

  • 2 weeks later...

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.

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.

  • 2 years later...

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.

 

  • 4 months later...
  • 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 by eXorQue

  • 3 weeks later...

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:

 

obraz.thumb.png.1db7c05471c078336c0c71ccebdff269.png

 

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 by jaclas

  • 4 weeks later...

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 by VanVanni

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?
image.thumb.png.4938cc77e008221b631dbf28f4164bfe.png

Edited by Nirvash

  • 2 months later...
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.

  • 2 months later...

Same issue in Unraid 7.0.1. upgrading to 7.1.2 corrupted the docker image and all my docker apps were gone.

image.png

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 by Bob-omb

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.