I get notifications of failed diagnostics in Plinth. There are 2 errors. One concerns Name Services not upgrading has just been reported on Salsa. The other is about Networks, and says Client not yet ready.
If one goes to System page and clicks on Networks, one gets the following “Error loading page” message:
which expands to the following message when one clicks on Details:
Error loading page. [Details](https://thisis.fbx.one/plinth/sys/#)
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/views/generic/base.py", line 70, in view
return self.dispatch(request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/plinth/views.py", line 351, in dispatch
return super().dispatch(request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/views/generic/base.py", line 98, in dispatch
return handler(request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/views/generic/edit.py", line 133, in get
return self.render_to_response(self.get_context_data())
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/plinth/modules/networks/views.py", line 137, in get_context_data
connections = network.get_connection_list()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/plinth/network.py", line 223, in get_connection_list
client = get_nm_client()
^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/plinth/network.py", line 71, in get_nm_client
raise Exception('Client not yet ready')
Exception: Client not yet ready
Information
- FreedomBox version: Debian GNU/Linux 12 (bookworm) and FreedomBox version 25.7.
- Hardware: VPS in the cloud
- How did you install FreedomBox?: ‘apt install freedombox’