bobbob1016
Explorer
- Joined
- Mar 26, 2014
- Messages
- 51
Hey all,
I am trying to upgrade some plugins and get the following:
Software Version: FreeNAS-11.1-RELEASE (dc7d195f4)
Request Method: POST
Request URL: http://192.x.x.x/plugins/plugin/update/55/
Traceback:
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
42. response = get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response
249. response = self._get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
178. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "./freenasUI/freeadmin/middleware.py" in process_view
162. return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
23. return view_func(request, *args, **kwargs)
File "./freenasUI/plugins/views.py" in plugin_update
238. if notifier().update_pbi(plugin=iplugin):
File "./freenasUI/middleware/notifier.py" in update_pbi
2111. raise MiddlewareError("There was a problem creating the PBI")
Exception Type: MiddlewareError at /plugins/plugin/update/55/
Exception Value: [MiddlewareError: There was a problem creating the PBI]
And when I try to upgrade the OS I'm getting checksum errors. Unsure if that's related. Any advice? I'd try to update over the CLI, but I don't know if I can just pkg update as I get the impression that would be bad.
I am trying to upgrade some plugins and get the following:
Software Version: FreeNAS-11.1-RELEASE (dc7d195f4)
Request Method: POST
Request URL: http://192.x.x.x/plugins/plugin/update/55/
Traceback:
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
42. response = get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response
249. response = self._get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
178. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "./freenasUI/freeadmin/middleware.py" in process_view
162. return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
23. return view_func(request, *args, **kwargs)
File "./freenasUI/plugins/views.py" in plugin_update
238. if notifier().update_pbi(plugin=iplugin):
File "./freenasUI/middleware/notifier.py" in update_pbi
2111. raise MiddlewareError("There was a problem creating the PBI")
Exception Type: MiddlewareError at /plugins/plugin/update/55/
Exception Value: [MiddlewareError: There was a problem creating the PBI]
And when I try to upgrade the OS I'm getting checksum errors. Unsure if that's related. Any advice? I'd try to update over the CLI, but I don't know if I can just pkg update as I get the impression that would be bad.