Please Help! After the upgrade I can’t create new Libraries at all!
The error in the log is:
2019-07-18 09:57:34,807 [ERROR] django.request:135 handle_uncaught_exception Internal Server Error: /api2/repos/ Traceback (most recent call last): File "/opt/seafile/seafile-pro-server-7.0.5/seahub/thirdpart/django/core/handlers/exception.py", line 41, in inner response = get_response(request) File "/opt/seafile/seafile-pro-server-7.0.5/seahub/thirdpart/django/core/handlers/base.py", line 249, in _legacy_get_response response = self._get_response(request) File "/opt/seafile/seafile-pro-server-7.0.5/seahub/thirdpart/django/core/handlers/base.py", line 187, in _get_response response = self.process_exception_by_middleware(e, request) File "/opt/seafile/seafile-pro-server-7.0.5/seahub/thirdpart/django/core/handlers/base.py", line 185, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/opt/seafile/seafile-pro-server-7.0.5/seahub/thirdpart/django/views/decorators/csrf.py", line 58, in wrapped_view return view_func(*args, **kwargs) File "/opt/seafile/seafile-pro-server-7.0.5/seahub/thirdpart/django/views/generic/base.py", line 68, in view return self.dispatch(request, *args, **kwargs) File "/opt/seafile/seafile-pro-server-7.0.5/seahub/seahub/api2/base.py", line 23, in dispatch response = super(APIView, self).dispatch(*a, **kw) File "/opt/seafile/seafile-pro-server-7.0.5/seahub/thirdpart/rest_framework/views.py", line 466, in dispatch response = self.handle_exception(exc) File "/opt/seafile/seafile-pro-server-7.0.5/seahub/seahub/api2/base.py", line 20, in handle_exception return super(APIView, self).handle_exception(exc) File "/opt/seafile/seafile-pro-server-7.0.5/seahub/thirdpart/rest_framework/views.py", line 463, in dispatch response = handler(request, *args, **kwargs) File "/opt/seafile/seafile-pro-server-7.0.5/seahub/seahub/api2/views.py", line 950, in post repo_id, error = self._create_repo(request, repo_name, repo_desc, username, org_id) File "/opt/seafile/seafile-pro-server-7.0.5/seahub/seahub/api2/views.py", line 1006, in _create_repo enc_version=settings.ENCRYPTED_LIBRARY_VERSION) TypeError: create_repo() got multiple values for keyword argument 'enc_version'
I have the pro version. I’ve already tried to put
ENCRYPTED_LIBRARY_VERSION = ‘2’
in the config library without any success…
Thank you in advance for your support!


