windows版本有个文件夹不能同步了 显示服务器内部错误

windows版本服务器的,有一个文件夹不能同步了 显示服务器内部错误,其他文件夹都正常,就有一个不能通过客户端同步下载。
服务器是搭建在windows上的,停止服务器清除seahub_cache重启也不管用。
搜索了论坛试了下在 seahub_settings.py 中加一行:TIME_ZONE = ‘UTC’ ;这个方案也不行,添加了服务器直接连接不上

seahub_django_request.log日志如下:
2021-01-06 06:46:09,625 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2021-01-06 07:58:33,009 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 07:58:41,553 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 07:58:52,068 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:02:59,638 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:04:22,927 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:04:38,042 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:04:44,538 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:04:48,778 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:05:00,579 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:08:09,246 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:08:11,276 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/repos/
Traceback (most recent call last):
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\handlers\base.py”, line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\views\decorators\csrf.py”, line 58, in wrapped_view
return view_func(*args, **kwargs)
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\views\generic\base.py”, line 71, in view
return self.dispatch(request, *args, **kwargs)
File “E:\seafile\seahub\seahub\api2\base.py”, line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File “E:\seafile\seahub\thirdpart\djangorestframework-3.3.2-py2.7.egg\rest_framework\views.py”, line 466, in dispatch
response = self.handle_exception(exc)
File “E:\seafile\seahub\seahub\api2\base.py”, line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File “E:\seafile\seahub\thirdpart\djangorestframework-3.3.2-py2.7.egg\rest_framework\views.py”, line 454, in dispatch
self.initial(request, *args, **kwargs)
File “E:\seafile\seahub\thirdpart\djangorestframework-3.3.2-py2.7.egg\rest_framework\views.py”, line 378, in initial
self.check_throttles(request)
File “E:\seafile\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 “E:\seafile\seahub\seahub\api2\throttling.py”, line 123, in allow_request
self.history = self.cache.get(self.key, [])
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 41, in get
if not self._is_expired(f):
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 141, in _is_expired
self._delete(f.name)
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 72, in _delete
os.remove(fname)
WindowsError: [Error 32] : ‘G:\seafile-server\seahub_cache\01ff1985b770c424f5c82d23b5a64993.djcache’
2021-01-06 08:09:03,880 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:10:20,315 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:11:00,306 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:11:02,858 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/repos/
Traceback (most recent call last):
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\handlers\base.py”, line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\views\decorators\csrf.py”, line 58, in wrapped_view
return view_func(*args, **kwargs)
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\views\generic\base.py”, line 71, in view
return self.dispatch(request, *args, **kwargs)
File “E:\seafile\seahub\seahub\api2\base.py”, line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File “E:\seafile\seahub\thirdpart\djangorestframework-3.3.2-py2.7.egg\rest_framework\views.py”, line 466, in dispatch
response = self.handle_exception(exc)
File “E:\seafile\seahub\seahub\api2\base.py”, line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File “E:\seafile\seahub\thirdpart\djangorestframework-3.3.2-py2.7.egg\rest_framework\views.py”, line 454, in dispatch
self.initial(request, *args, **kwargs)
File “E:\seafile\seahub\thirdpart\djangorestframework-3.3.2-py2.7.egg\rest_framework\views.py”, line 378, in initial
self.check_throttles(request)
File “E:\seafile\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 “E:\seafile\seahub\seahub\api2\throttling.py”, line 123, in allow_request
self.history = self.cache.get(self.key, [])
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 41, in get
if not self._is_expired(f):
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 141, in _is_expired
self._delete(f.name)
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 72, in _delete
os.remove(fname)
WindowsError: [Error 32] : ‘G:\seafile-server\seahub_cache\888764d453cae636081bb5bcafdfc401.djcache’
2021-01-06 08:13:34,892 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:35:43,306 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:48:00,857 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 08:55:45,082 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 09:20:07,642 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 09:33:46,197 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /media/assets/scripts/i18n/zh-cn/djangojs.js
Traceback (most recent call last):
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\handlers\base.py”, line 108, in get_response
response = middleware_method(request)
File “E:\seafile\seahub\seahub\base\middleware.py”, line 66, in process_request
cur_note = cache.get(‘CUR_TOPINFO’) if cache.get(‘CUR_TOPINFO’) else
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 41, in get
if not self._is_expired(f):
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 141, in _is_expired
self._delete(f.name)
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 72, in _delete
os.remove(fname)
WindowsError: [Error 32] : ‘G:\seafile-server\seahub_cache\ceec40422771f78d283f254429d1d993.djcache’
2021-01-06 09:34:01,519 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /media/img/file/24/excel.png
Traceback (most recent call last):
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\handlers\base.py”, line 108, in get_response
response = middleware_method(request)
File “E:\seafile\seahub\seahub\base\middleware.py”, line 66, in process_request
cur_note = cache.get(‘CUR_TOPINFO’) if cache.get(‘CUR_TOPINFO’) else
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 41, in get
if not self._is_expired(f):
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 141, in _is_expired
self._delete(f.name)
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 72, in _delete
os.remove(fname)
WindowsError: [Error 32] : ‘G:\seafile-server\seahub_cache\ceec40422771f78d283f254429d1d993.djcache’
2021-01-06 09:48:32,607 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 09:48:35,673 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 09:48:38,880 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 09:48:43,105 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 09:48:45,641 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 09:48:45,874 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 09:48:53,124 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 09:49:05,368 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 10:53:22,720 [WARNING] django.request:170 get_response Not Found: /console/login/LoginForm.jsp
2021-01-06 12:08:55,030 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 12:12:38,701 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 12:12:47,872 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 14:38:29,957 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-06 16:24:47,368 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2021-01-07 02:01:52,224 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2021-01-07 07:46:38,938 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 07:59:55,966 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:00:18,878 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:03:00,664 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:04:41,615 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:05:10,197 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:05:50,382 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:06:20,259 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:07:35,480 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:07:51,663 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:10:02,361 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:21:12,746 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:25:35,645 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:32:39,805 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:33:43,559 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 08:41:56,828 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 10:08:46,799 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2021-01-07 10:52:52,242 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 11:28:28,479 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 12:17:41,012 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 12:19:30,223 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 12:32:41,078 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 12:57:52,999 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2021-01-07 16:16:03,108 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 16:49:50,888 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-07 22:39:33,673 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2021-01-08 06:09:17,671 [WARNING] django.request:170 get_response Not Found: /404/search_children.js
2021-01-08 07:48:51,644 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 07:51:50,400 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 07:56:42,838 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 07:57:02,046 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:01:16,994 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:02:20,937 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:03:53,407 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:04:15,683 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:06:08,703 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:09:07,035 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:13:04,003 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:19:26,926 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:21:53,523 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2021-01-08 08:24:17,493 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:30:24,674 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:32:30,497 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:36:29,506 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 08:42:42,984 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 09:18:48,601 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 10:28:47,818 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 11:00:24,335 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 11:51:25,209 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 13:44:21,805 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 14:18:25,849 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 15:12:17,586 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 15:29:57,049 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 15:37:06,923 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 16:16:30,108 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 16:42:00,690 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 16:42:50,354 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 16:43:09,226 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 16:43:10,187 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 16:46:33,299 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 17:17:43,467 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-08 18:00:44,733 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2021-01-08 19:28:24,344 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2021-01-08 23:26:56,125 [WARNING] django.request:170 get_response Not Found: /404/search_children.js
2021-01-08 23:57:09,880 [WARNING] django.request:170 get_response Not Found: /english/
2021-01-09 03:37:04,318 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2021-01-09 03:47:08,414 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2021-01-09 09:21:11,272 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:22:39,694 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:24:03,710 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:26:44,466 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:28:07,612 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:29:15,138 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:29:16,881 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:29:53,901 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:31:26,308 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:33:50,075 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:34:14,582 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:36:58,798 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:38:14,122 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 09:59:26,822 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 10:33:14,052 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 10:33:50,289 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 10:52:25,338 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 13:02:25,944 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 13:16:35,164 [WARNING] django.request:170 get_response Not Found: /cache/global/img/gs.gif
2021-01-09 13:18:32,875 [WARNING] django.request:170 get_response Not Found: /english/
2021-01-09 13:49:25,417 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /api2/account/info/
Traceback (most recent call last):
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\handlers\base.py”, line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\views\decorators\csrf.py”, line 58, in wrapped_view
return view_func(*args, **kwargs)
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\views\generic\base.py”, line 71, in view
return self.dispatch(request, *args, **kwargs)
File “E:\seafile\seahub\seahub\api2\base.py”, line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File “E:\seafile\seahub\thirdpart\djangorestframework-3.3.2-py2.7.egg\rest_framework\views.py”, line 466, in dispatch
response = self.handle_exception(exc)
File “E:\seafile\seahub\seahub\api2\base.py”, line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File “E:\seafile\seahub\thirdpart\djangorestframework-3.3.2-py2.7.egg\rest_framework\views.py”, line 454, in dispatch
self.initial(request, *args, **kwargs)
File “E:\seafile\seahub\thirdpart\djangorestframework-3.3.2-py2.7.egg\rest_framework\views.py”, line 378, in initial
self.check_throttles(request)
File “E:\seafile\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 “E:\seafile\seahub\seahub\api2\throttling.py”, line 123, in allow_request
self.history = self.cache.get(self.key, [])
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 41, in get
if not self._is_expired(f):
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 141, in _is_expired
self._delete(f.name)
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 72, in _delete
os.remove(fname)
WindowsError: [Error 5] : ‘G:\seafile-server\seahub_cache\d8c8dbdd8bb6243791f6497551c16cfa.djcache’
2021-01-09 13:53:55,762 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 13:59:35,678 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 14:10:04,032 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 14:25:50,720 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /media/img/lib/24/lib-encrypted.png
Traceback (most recent call last):
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\handlers\base.py”, line 108, in get_response
response = middleware_method(request)
File “E:\seafile\seahub\seahub\base\middleware.py”, line 66, in process_request
cur_note = cache.get(‘CUR_TOPINFO’) if cache.get(‘CUR_TOPINFO’) else
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 41, in get
if not self._is_expired(f):
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 141, in _is_expired
self._delete(f.name)
File “E:\seafile\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 72, in _delete
os.remove(fname)
WindowsError: [Error 32] : ‘G:\seafile-server\seahub_cache\ceec40422771f78d283f254429d1d993.djcache’
2021-01-09 14:49:47,367 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 15:09:06,536 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 15:11:33,144 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 15:11:45,403 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 15:12:47,947 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 15:25:58,536 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 15:33:01,546 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 15:42:42,414 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 16:02:15,861 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 16:02:25,891 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 16:02:29,845 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 16:02:34,756 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 16:02:43,704 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 16:04:11,536 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 16:04:14,785 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 16:04:25,128 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 16:04:33,552 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version
2021-01-09 16:04:48,391 [WARNING] django.request:170 get_response Not Found: /seafhttp/protocol-version