Seahub log error 6.3.8

Hello,

what do you think of these mistakes? how not to have them?

response = get_response(request)
  File "/opt/seafile/seafile-pro-server-6.3.8/seahub/thirdpart/django/core/handlers/base.py", line 249, in _legacy_get_response
response = self._get_response(request)
  File "/opt/seafile/seafile-pro-server-6.3.8/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-6.3.8/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-6.3.8/seahub/thirdpart/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
  File "/opt/seafile/seafile-pro-server-6.3.8/seahub/thirdpart/django/views/generic/base.py", line 68, in view
return self.dispatch(request, *args, **kwargs)
  File "/opt/seafile/seafile-pro-server-6.3.8/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
  File "/opt/seafile/seafile-pro-server-6.3.8/seahub/thirdpart/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
  File "/opt/seafile/seafile-pro-server-6.3.8/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
  File "/opt/seafile/seafile-pro-server-6.3.8/seahub/thirdpart/rest_framework/views.py", line 463, in dispatch
response = handler(request, *args, **kwargs)
  File "/opt/seafile/seafile-pro-server-6.3.8/seahub/seahub/api2/views.py", line 301, in get
quota_total = seafile_api.get_user_quota(email)
  File "/opt/seafile/seafile-pro-server-6.3.8/seafile/lib64/python2.7/site-packages/seaserv/api.py", line 799, in get_user_quota
return seafserv_threaded_rpc.get_user_quota(username)
  File "/opt/seafile/seafile-pro-server-6.3.8/seafile/lib64/python2.7/site-packages/pysearpc/client.py", line 125, in newfunc
ret_str = self.call_remote_func_sync(fcall_str)
  File "/opt/seafile/seafile-pro-server-6.3.8/seafile/lib64/python2.7/site-packages/ccnet/rpc.py", line 75, in call_remote_func_sync
req_id = self._start_service(client)
  File "/opt/seafile/seafile-pro-server-6.3.8/seafile/lib64/python2.7/site-packages/ccnet/rpc.py", line 36, in _start_service
raise SearpcError("Error received: %s %s (In _start_service)" % (rsp.code, rsp.code_msg))
SearpcError: Error received: 511 Unknown service (In _start_service)

Hello, to solve the problem I have to downgrade (6.3.6, I have not tried the 6.3.7) and everything is ok.
My users had a lot of trouble uploading new files …

You may try the new version since there were some bugs in 6.3.8, see: Seafile pro edition 6.3.8 is ready! Some long pending features added and issues fixed

1 Like