Problems in Updating Plugins`

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
Code:
Request Method:       POST    Request URL:       http://192.168.1.xx/plugins/plugin/update/11/    Software Version:       FreeNAS-11.1-U7 (b45bfcf29)    Exception Type:       MiddlewareError    Exception Value:       [MiddlewareError: There was a problem creating the PBI]
    Exception Location:       ./freenasUI/middleware/notifier.py in update_pbi, line 2140    Server time:       Wed, 6 Mar 2019 23:43:10 +0530


  Traceback

Environment:


Software Version: FreeNAS-11.1-U7 (b45bfcf29)

Request Method: POST

Request URL: http://192.168.1.99/plugins/plugin/update/11/



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

  2140.             raise MiddlewareError("There was a problem creating the PBI")


Exception Type: MiddlewareError at /plugins/plugin/update/11/

Exception Value: [MiddlewareError: 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      

     

csrftoken              '********'                                        fntreeSaveStateCookie              'root%2Croot%2F32%2F33%2Croot%2F32%2F36%2Croot%2F32%2F48%2Croot%2F204%2Croot%2F208'                                        sessionid              'i3rwmxu4epda7eytg9y7v4vckv9t7p4w'

     META



      Variable         Value 

I've tried update on both 11.1.U2 and 11.1.U7 for plex.
What can I do differently? Also unable to add media to my existing or new libraries. :(
Having issues in updating Transmission and Emby.
 

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
Trying to install manually through GUI
Code:
Environment:

Software Version: FreeNAS-11.1-U7 (b45bfcf29)
Request Method: POST
Request URL: http://192.168.1.xx/plugins/plugin/upload/15/?X-Progress-ID=bfa9164a-c2de-4f23-89b8-d4f862459e45


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 upload
  472.             form.done()
File "./freenasUI/plugins/forms.py" in done
  143.         if notifier().install_pbi(pjail, newplugin):
File "./freenasUI/middleware/notifier.py" in install_pbi
  1840.                 "This file was not identified as in PBI "

Exception Type: MiddlewareError at /plugins/plugin/upload/15/
Exception Value: [MiddlewareError: This file was not identified as in PBI format, it might as well be corrupt.]
 

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
Nope. Nothing till now.
Eventually uninstalled and reinstalling pled and the error is gone.
For emby the same errors still pop up, but since I don’t use it too often, I’ll let it be for a bit longer
 
Top