服务器500错误。。。求拯救

去年6月部署的,一直稳定运行中,前几天开始访问主页提示500错误,
重装过python和seafile-server-5.1.3都不行。
看seahub_django_request.log记录信息如下
2017-07-14 20:00:54,753 [ERROR] django.request:256 handle_uncaught_exception Internal Server Error: /
Traceback (most recent call last):
File “E:\SEAFILE\seafile-server-5.1.3\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\seafile-server-5.1.3\seahub\seahub\base\middleware.py”, line 64, in process_request
cur_note = cache.get(‘CUR_TOPINFO’) if cache.get(‘CUR_TOPINFO’) else
File “E:\SEAFILE\seafile-server-5.1.3\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\seafile-server-5.1.3\seahub\thirdpart\django-1.8.10-py2.7.egg\django\core\cache\backends\filebased.py”, line 138, in _is_expired
exp = pickle.load(f)
EOFError

百度找到解决方法,突然关机造成的问题,已解决
清空seahub_cache文件夹下的缓存文件

感谢楼主!
我也是类似问题,系统崩溃后修复了系统,部分seafile用户就是无法加载资料库,各种研究各种尝试都不行,清空seahub_cache文件夹下的缓存文件之后就正常了