SOLVED "Plugins" is broken after moving from 11.2 to 11.3

Joined
Jun 24, 2017
Messages
338
Hey gents... so, a weird issue. I "upgraded" from 11.2 to 11.3 today and when I go to my PLUGINS (Available) tab, it kicks back with the following error:

Code:
Error: Traceback (most recent call last):

  File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 1135, in _method_lookup

    methodobj = getattr(serviceobj, method_name)

AttributeError: 'JailService' object has no attribute 'list_resource'


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 174, in call_method

    result = await self.middleware.call_method(self, message)

  File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 1156, in call_method

    serviceobj, methodobj = self._method_lookup(message['method'])

  File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 1137, in _method_lookup

    raise CallError(f'Method "{method_name}" not found in "{service}"', CallError.ENOMETHOD)

middlewared.service_exception.CallError: [ENOMETHOD] Method "list_resource" not found in "jail"


any ideas what this is/ what the fix is?
 
Last edited:

kelchm

Dabbler
Joined
Dec 19, 2013
Messages
12
I also ran into this -- looks like caching needs to be addressed in the web ui.
 
Top