Plugin install problem

Status
Not open for further replies.

NightKing

Cadet
Joined
Jul 15, 2017
Messages
1
Hello. i have FreeNAS-11.0-U1 and i cant install plugin.

Environment: Software Version: FreeNAS-11.0-U1 (aa82cc58d) Request Method: POST Request URL: http://192.168.1.200/plugins/plugin/upload/?X-Progress-ID=d575b882-2418-4abe-8f32-7c790a8b7979 Traceback: File "./freenasUI/jails/utils.py" in new_default_plugin_jail 675. w.template(**template_create_args) File "./freenasUI/common/warden.py" in template 1155. return self.__call(warden_template(flags, **kwargs)) File "./freenasUI/common/warden.py" in __call 1066. tmp = obj.run() File "./freenasUI/common/warden.py" in run 461. raise warden_exception(msg) File "./freenasUI/plugins/forms.py" in done 141. jail = new_default_plugin_jail("customplugin") File "./freenasUI/jails/utils.py" in new_default_plugin_jail 680. raise MiddlewareError(e) File "./freenasUI/middleware/exceptions.py" in __init__ 36. log.warn(str(self)) File "./freenasUI/middleware/exceptions.py" in __str__ 39. return "[%s: %s]" % (type(self).__name__, self.value.encode('utf-8')) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner 39. 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 upload_nojail 497. return upload(request) File "./freenasUI/plugins/views.py" in upload 472. form.done() File "./freenasUI/plugins/forms.py" in done 145. raise MiddlewareError(str(e)) Exception Type: MiddlewareError at /plugins/plugin/upload/ Exception Value: [MiddlewareError: b"'warden_exception' object has no attribute 'encode'"]
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
And please post terminal output in code tags, that wall of text you posted is nearly impossible to read.
 
Status
Not open for further replies.
Top