Hi,
I am new in this forum. Cuurently I am having a strange problem as one of my colleague account shows error in library. Please check below screenshot.
then i checked in webpage that i can see all data from Settings > default library option.
i really don’t know why i am having this problem. can anyone already faced the similar problem? if so then pls help me to solve the problem.
fewdays ago our storage was full and added some space. everything is working only 1 account having problem to use library. I am unable to delete this account and create a new one. Client using some share link of user data.
time and timezone is ok.
seahub_django_request.log
2017-11-13 20:39:26,517 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 233, in allow_request
return super(ScopedRateThrottle, self).allow_request(request, view)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:42:26,520 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:42:42,370 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 454, in dispatch
self.initial(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 378, in initial
self.check_throttles(request)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 340, in check_throttles
if not throttle.allow_request(request, self):
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 233, in allow_request
return super(ScopedRateThrottle, self).allow_request(request, view)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:44:24,291 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/repos/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 454, in dispatch
self.initial(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 378, in initial
self.check_throttles(request)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 340, in check_throttles
if not throttle.allow_request(request, self):
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:45:26,540 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 454, in dispatch
self.initial(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 378, in initial
self.check_throttles(request)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 340, in check_throttles
if not throttle.allow_request(request, self):
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 233, in allow_request
return super(ScopedRateThrottle, self).allow_request(request, view)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:45:42,397 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 454, in dispatch
self.initial(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 378, in initial
self.check_throttles(request)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 340, in check_throttles
if not throttle.allow_request(request, self):
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 233, in allow_request
return super(ScopedRateThrottle, self).allow_request(request, view)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:48:26,525 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 454, in dispatch
self.initial(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 378, in initial
self.check_throttles(request)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 340, in check_throttles
if not throttle.allow_request(request, self):
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 233, in allow_request
return super(ScopedRateThrottle, self).allow_request(request, view)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:48:42,363 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 454, in dispatch
self.initial(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 378, in initial
self.check_throttles(request)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 340, in check_throttles
if not throttle.allow_request(request, self):
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 233, in allow_request
return super(ScopedRateThrottle, self).allow_request(request, view)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:51:26,539 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 454, in dispatch
self.initial(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 378, in initial
self.check_throttles(request)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 340, in check_throttles
if not throttle.allow_request(request, self):
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 233, in allow_request
return super(ScopedRateThrottle, self).allow_request(request, view)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:51:42,370 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 454, in dispatch
self.initial(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 378, in initial
self.check_throttles(request)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 340, in check_throttles
if not throttle.allow_request(request, self):
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 233, in allow_request
return super(ScopedRateThrottle, self).allow_request(request, view)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:54:26,594 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 454, in dispatch
self.initial(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 378, in initial
self.check_throttles(request)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 340, in check_throttles
if not throttle.allow_request(request, self):
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 233, in allow_request
return super(ScopedRateThrottle, self).allow_request(request, view)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:54:42,378 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 454, in dispatch
self.initial(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 378, in initial
self.check_throttles(request)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 340, in check_throttles
if not throttle.allow_request(request, self):
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 233, in allow_request
return super(ScopedRateThrottle, self).allow_request(request, view)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:57:26,561 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 454, in dispatch
self.initial(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 378, in initial
self.check_throttles(request)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 340, in check_throttles
if not throttle.allow_request(request, self):
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 233, in allow_request
return super(ScopedRateThrottle, self).allow_request(request, view)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
2017-11-13 20:57:42,387 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/ping/
Traceback (most recent call last):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 466, in dispatch
response = self.handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/base.py", line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 454, in dispatch
self.initial(request, *args, **kwargs)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 378, in initial
self.check_throttles(request)
File "/var/www/seafile/seafile-server/seahub/thirdpart/djangorestframework-3.3.2-py2.7.egg/rest_framework/views.py", line 340, in check_throttles
if not throttle.allow_request(request, self):
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 233, in allow_request
return super(ScopedRateThrottle, self).allow_request(request, view)
File "/var/www/seafile/seafile-server/seahub/seahub/api2/throttling.py", line 123, in allow_request
self.history = self.cache.get(self.key, [])
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 41, in get
if not self._is_expired(f):
File "/var/www/seafile/seafile-server/seahub/thirdpart/Django-1.8.16-py2.7.egg/django/core/cache/backends/filebased.py", line 138, in _is_expired
exp = pickle.load(f)
EOFError
Thanks in advance!
Aman


