Folks
Since applying the latest update to my box I get this daily report
which, if I understand, is actually showing a failure...
How do I fix this ?
Since applying the latest update to my box I get this daily report
Code:
Traceback (most recent call last):
File "/usr/local/bin/midclt", line 9, in <module>
load_entry_point('middlewared==0.0.0', 'console_scripts', 'midclt')()
File "/usr/local/lib/python2.7/site-packages/middlewared/client/client.py", line 211, in main
with Client(uri=args.uri) as c:
File "/usr/local/lib/python2.7/site-packages/middlewared/client/client.py", line 78, in __init__
self._ws.connect()
File "/usr/local/lib/python2.7/site-packages/middlewared/client/client.py", line 21, in connect
rv = super(WSClient, self).connect()
File "/usr/local/lib/python2.7/site-packages/ws4py/client/__init__.py", line 216, in connect
bytes = self.sock.recv(128)
socket.timeout: timed outwhich, if I understand, is actually showing a failure...
How do I fix this ?