8.2 BETA2 - error installing plugins

Status
Not open for further replies.

BeerSmurf

Cadet
Joined
Mar 14, 2012
Messages
1
When installing plugins, I get this error after "step 2"

Environment: Software Version: FreeNAS-8.2.0-BETA1-x64 (r10397) Request Method: POST Request URL: http://10.192.168.100/plugins/pbiwi...gress-ID=1c90b25f-5339-4f59-8a09-dc05bf534304 Traceback: File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 105. response = middleware_method(request, callback, callback_args, callback_kwargs) File "/usr/local/www/freenasUI/freeadmin/middleware.py" in process_view 84. return login_required(view_func)(request, *view_args, **view_kwargs) File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 23. return view_func(request, *args, **kwargs) File "/usr/local/lib/python2.7/site-packages/django/utils/decorators.py" in _wrapper 28. return bound_func(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/django/utils/decorators.py" in _wrapped_view 93. response = view_func(request, *args, **kwargs) File "/usr/local/lib/python2.7/site-packages/django/utils/decorators.py" in bound_func 24. return func(self, *args2, **kwargs2) File "/usr/local/www/freenasUI/system/forms.py" in __call__ 92. self.process_step(request, form, current_step) File "/usr/local/www/freenasUI/system/forms.py" in process_step 133. retval = form.done(request=request) File "/usr/local/www/freenasUI/plugins/forms.py" in done 106. notifier().install_pbi() File "/usr/local/www/freenasUI/middleware/notifier.py" in install_pbi 1832. if self._started_plugins_jail(): File "/usr/local/www/freenasUI/middleware/notifier.py" in _started_plugins_jail 679. jail_name = c.fetchone()[0] Exception Type: TypeError at /plugins/pbiwizard/ Exception Value: 'NoneType' object is not subscriptable
 

shegs

Cadet
Joined
Mar 17, 2012
Messages
1
Same problem...

8.2.0 setup on 16GB USB while installing the minidlna plugin.

Environment: Software Version: FreeNAS-8.2.0-BETA1-x64 (r10397) Request Method: POST Request URL: http://192.168.1.17/plugins/pbiwiza...gress-ID=3c167f73-f3c9-4713-8aa0-6a964daeb697 Traceback: File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 105. response = middleware_method(request, callback, callback_args, callback_kwargs) File "/usr/local/www/freenasUI/freeadmin/middleware.py" in process_view 84. return login_required(view_func)(request, *view_args, **view_kwargs) File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 23. return view_func(request, *args, **kwargs) File "/usr/local/lib/python2.7/site-packages/django/utils/decorators.py" in _wrapper 28. return bound_func(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/django/utils/decorators.py" in _wrapped_view 93. response = view_func(request, *args, **kwargs) File "/usr/local/lib/python2.7/site-packages/django/utils/decorators.py" in bound_func 24. return func(self, *args2, **kwargs2) File "/usr/local/www/freenasUI/system/forms.py" in __call__ 92. self.process_step(request, form, current_step) File "/usr/local/www/freenasUI/system/forms.py" in process_step 133. retval = form.done(request=request) File "/usr/local/www/freenasUI/plugins/forms.py" in done 106. notifier().install_pbi() File "/usr/local/www/freenasUI/middleware/notifier.py" in install_pbi 1832. if self._started_plugins_jail(): File "/usr/local/www/freenasUI/middleware/notifier.py" in _started_plugins_jail 679. jail_name = c.fetchone()[0] Exception Type: TypeError at /plugins/pbiwizard/ Exception Value: 'NoneType' object is not subscriptable
 
G

gcooper

Guest
I think this will be fixed in BETA3. IIRC the issue was that you were trying to install a PBI without first enabling the Plugin service.
 
Status
Not open for further replies.
Top