SOLVED Unable to access web ui

warllo

Contributor
Joined
Nov 22, 2012
Messages
117
I am trying to access my web ui however I am greeted with a screen that just says
Connecting to TrueNAS ... Make sure the TrueNAS system is powered on and connected to the network.
All services appears to be working as expected.

I tried restarting nginx however I'm still having the same issue.

I logged into the system via ssh and this was on the console.

Code:
Traceback (most recent call last):
  File "/usr/local/sbin/hactl", line 171, in <module>
    main(args.command, args.q)
  File "/usr/local/sbin/hactl", line 17, in main
    client = Client()
  File "/usr/local/lib/python3.8/site-packages/middlewared/client/client.py", line 281, in __init__
    self._ws.connect()
  File "/usr/local/lib/python3.8/site-packages/middlewared/client/client.py", line 124, in connect
    rv = super(WSClient, self).connect()
  File "/usr/local/lib/python3.8/site-packages/ws4py/client/__init__.py", line 216, in connect
    self.sock.connect(self.bind_addr)
ConnectionRefusedError: [Errno 61] Connection refused


I'm guessing a reboot would probably fix this but I'm curious if there are any other options.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,398
Try restarting the middleware via service middlewared restart.
 
Top