[MiddlewareError: b'There was a problem creating the PBI']

Status
Not open for further replies.

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
Please Help,

I've been trying to update Sabnzbd from the plugin screen with no success, I just updated to 11 and still can't get it to update and its past my knowledge /skill level.
Below is the info I get while trying to upgrade.

Thanks,

equest Method:
POST
Request URL: http://192.168.1.106/plugins/plugin/update/1/
Software Version: FreeNAS-11.0-U4 (54848d13b)
Exception Type: MiddlewareError
Exception Value:
[MiddlewareError: b'There was a problem creating the PBI']
Exception Location: ./freenasUI/middleware/notifier.py in update_pbi, line 2548
Server time: Sun, 29 Oct 2017 10:18:30 -0400
Traceback
Environment:

Software Version: FreeNAS-11.0-U4 (54848d13b)
Request Method: POST
Request URL: http://192.168.1.106/plugins/plugin/update/1/


Traceback:
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 plugin_update
238. if notifier().update_pbi(plugin=iplugin):
File "./freenasUI/middleware/notifier.py" in update_pbi
2548. raise MiddlewareError("There was a problem creating the PBI")

Exception Type: MiddlewareError at /plugins/plugin/update/1/
Exception Value: [MiddlewareError: b'There was a problem creating the PBI']


Request information
GET
No GET data

POST
Variable Value
__form_id 'form_str'
FILES
No FILES data

COOKIES
Variable Value
sessionid 'o2uh7tg6unw7n0rf47ylzocn9srjfrs2'
csrftoken 'rvol7M3RN4jhzWWjVdO145Pn2H9o5vDZC8iCHFh78Fa6tYbrHHZb58v9y17hJDQc'
fntreeSaveStateCookie 'root%2Croot%2F142%2F153%2Croot%2F204%2Croot%2F202%2F212%2Croot%2F202%2F208%2Croot%2F136%2Croot%2F193'
META
Variable Value
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
There may be a bug report on this already, go look for it. If not then I'd submit a bug report.

As for getting past this issue right now, did you ever do a Google search for how to update the PBI? I did a Google search for "freenas update Sabnzbd" and I think the first hit looked like a way forward. It may be an older posting but I'll bet it's still valid.
 

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
There may be a bug report on this already, go look for it. If not then I'd submit a bug report.

As for getting past this issue right now, did you ever do a Google search for how to update the PBI? I did a Google search for "freenas update Sabnzbd" and I think the first hit looked like a way forward. It may be an older posting but I'll bet it's still valid.

Thanks Joe,
I was hoping and assuming others would have the same issue. I'm not sure how comfortable I am with old instructions. It is working well and I don't want to screw it up. I am hoping to get some input from Joshua as it is his set up I am working with and I believe he does the updates.
 
Status
Not open for further replies.
Top