Dwarf Cavendish
Contributor
- Joined
- Dec 19, 2017
- Messages
- 121
Since 11.1U2 I get the following error:
The full traceback is as follows:
I realise that this is still a beta GUI, but up to 11.1U1 this did not occur and with U4 it still does. I suppose this is a bug that still needs to be fixed or something...?
The full traceback is as follows:
Code:
Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 893, in _method_lookup serviceobj = self.get_service(service) File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 822, in get_service return self.__services[name] KeyError: 'network.general' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 150, in call_method result = await self.middleware.call_method(self, message) File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 109, in __next__ return self.gen.send(None) File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 902, in call_method serviceobj, methodobj = self._method_lookup(message['method']) File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 896, in _method_lookup raise CallError(f'Method "{method_name}" not found in "{service}"', CallError.ENOMETHOD) middlewared.service_exception.CallError: [ENOMETHOD] Method "summary" not found in "network.general"
I realise that this is still a beta GUI, but up to 11.1U1 this did not occur and with U4 it still does. I suppose this is a bug that still needs to be fixed or something...?