I just did a fresh install of electric eel 24.10.0.2. To set everything up I went to application. Under “Installed applications” the page is blank (I still haven’t installed anything). When I went to “Available Applications” I get the following error:
Error Call
[Enomethod] Service “kubernetes” not found
When I expand the error I get the following:
Error: Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/utils/service/call.py”, line 25, in _method_lookup
serviceobj = self.get_service(service)
^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/utils/plugins.py”, line 144, in get_service
return self._services_aliases[name]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: ‘kubernetes’During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 365, in on_message
serviceobj, methodobj = self.middleware._method_lookup(message[‘method’])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/utils/service/call.py”, line 27, in _method_lookup
raise CallError(f’Service {service!r} not found’, CallError.ENOMETHOD)
middlewared.service_exception.CallError: [ENOMETHOD] Service ‘kubernetes’ not found
Also Under “Manage Catalogs” I get the following error:
MethodNotFoundError
[Enomethod] Method ‘query’ not found in ‘catalog’
When I expand the error I get this:
Error: Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/utils/service/call.py”, line 30, in _method_lookup
methodobj = getattr(serviceobj, method_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: ‘CompoundService’ object has no attribute ‘query’During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 365, in on_message
serviceobj, methodobj = self.middleware._method_lookup(message[‘method’])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/utils/service/call.py”, line 32, in _method_lookup
raise MethodNotFoundError(method_name, service)
middlewared.utils.service.call.MethodNotFoundError: [ENOMETHOD] Method ‘query’ not found in ‘catalog’
This is preventing me from installing any application through the GUI. I also know that kubernetes is no longer in use, but I don’t understand why I’m getting this error.