Local Plugin Repository Corrupted

NadoNate

Dabbler
Joined
Aug 7, 2017
Messages
18
Hi,
I can't seem to install any plugin from the freenas UI. The list refreshes fine, but when I select the 'install' button I get the following error:

Code:
[EFAULT] nextcloud not found, likely because local plugin repository is corrupted.

Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 130, in call_method
    io_thread=False)
  File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 1098, in _call
    return await run_method(methodobj, *args)
  File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 1022, in _run_in_conn_threadpool
    return await self.run_in_executor(self.__ws_threadpool, method, *args, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 1010, in run_in_executor
    return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.7/site-packages/middlewared/schema.py", line 965, in nf
    return f(*args, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/jail.py", line 463, in defaults
    f'{options["plugin"]} not found, likely because local plugin repository is corrupted.'
middlewared.service_exception.CallError: [EFAULT] nextcloud not found, likely because local plugin repository is corrupted.


My gateway is set up properly and I can ping a www address from the shell. Im using FreeNAS-11.3-U4.1.
 
Joined
Jul 7, 2018
Messages
4
If not OBE, I was able to resolve a "local repository is corrupted" error (albeit icw ZoneMinder vice nextcloud) by first selecting "Refresh Index" - Hope that helps.
 
Top