seafile6.3.3突然手机端无法下载

挂载盘下载了一个文件以后也挂了,网页可以打开登录界面但是登录不进去页面就无法显示了。
这是seahub.log

2019-08-14 14:54:01,333 [ERROR] django.request:135 handle_uncaught_exception Internal Server Error: /api2/account/info/
Traceback (most recent call last):
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/core/handlers/exception.py”, line 41, in inner
response = get_response(request)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/core/handlers/base.py”, line 249, in _legacy_get_response
response = self._get_response(request)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/core/handlers/base.py”, line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/core/handlers/base.py”, line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/views/decorators/csrf.py”, line 58, in wrapped_view
return view_func(*args, **kwargs)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/views/generic/base.py”, line 68, in view
return self.dispatch(request, *args, **kwargs)
File “/home/haiwen/seafile-server-6.3.3/seahub/seahub/api2/base.py”, line 23, in dispatch
response = super(APIView, self).dispatch(*a, **kw)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/rest_framework/views.py”, line 466, in dispatch
response = self.handle_exception(exc)
File “/home/haiwen/seafile-server-6.3.3/seahub/seahub/api2/base.py”, line 20, in handle_exception
return super(APIView, self).handle_exception(exc)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/rest_framework/views.py”, line 454, in dispatch
self.initial(request, *args, **kwargs)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/rest_framework/views.py”, line 376, in initial
self.perform_authentication(request)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/rest_framework/views.py”, line 310, in perform_authentication
request.user
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/rest_framework/request.py”, line 353, in getattribute
return super(Request, self).getattribute(attr)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/rest_framework/request.py”, line 193, in user
self._authenticate()
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/rest_framework/request.py”, line 316, in _authenticate
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/rest_framework/request.py”, line 316, in _authenticate
user_auth_tuple = authenticator.authenticate(self)
File “/home/haiwen/seafile-server-6.3.3/seahub/seahub/api2/authentication.py”, line 62, in authenticate
ret = self.authenticate_v2(request, key)
File “/home/haiwen/seafile-server-6.3.3/seahub/seahub/api2/authentication.py”, line 89, in authenticate_v2
token = TokenV2.objects.get(key=key)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/manager.py”, line 85, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/query.py”, line 374, in get
num = len(clone)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/query.py”, line 232, in len
self._fetch_all()
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/query.py”, line 1118, in _fetch_all
self._result_cache = list(self._iterable_class(self))
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/query.py”, line 53, in iter
results = compiler.execute_sql(chunked_fetch=self.chunked_fetch)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/sql/compiler.py”, line 876, in execute_sql
sql, params = self.as_sql()
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/sql/compiler.py”, line 441, in as_sql
where, w_params = self.compile(self.where) if self.where is not None else (“”, )
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/sql/compiler.py”, line 373, in compile
sql, params = node.as_sql(self, self.connection)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/sql/where.py”, line 79, in as_sql
sql, params = compiler.compile(child)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/sql/compiler.py”, line 373, in compile
sql, params = node.as_sql(self, self.connection)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/lookups.py”, line 169, in as_sql
lhs_sql, params = self.process_lhs(compiler, connection)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/lookups.py”, line 162, in process_lhs
db_type = self.lhs.output_field.db_type(connection=connection)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/models/fields/init.py”, line 644, in db_type
return connection.data_types[self.get_internal_type()] % data
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/utils/functional.py”, line 35, in get
res = instance.dict[self.name] = self.func(instance)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/backends/mysql/base.py”, line 174, in data_types
if self.features.supports_microsecond_precision:
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/utils/functional.py”, line 35, in get
res = instance.dict[self.name] = self.func(instance)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/backends/mysql/features.py”, line 53, in supports_microsecond_precision
return self.connection.mysql_version >= (5, 6, 4) and Database.version_info >= (1, 2, 5)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/utils/functional.py”, line 35, in get
res = instance.dict[self.name] = self.func(instance)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/backends/mysql/base.py”, line 385, in mysql_version
with self.temporary_connection() as cursor:
File “/usr/lib/python2.7/contextlib.py”, line 17, in enter
return self.gen.next()
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/backends/base/base.py”, line 591, in temporary_connection
cursor = self.cursor()
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/backends/base/base.py”, line 254, in cursor
return self._cursor()
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/backends/base/base.py”, line 229, in _cursor
self.ensure_connection()
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/backends/base/base.py”, line 213, in ensure_connection
self.connect()
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/utils.py”, line 94, in exit
six.reraise(dj_exc_type, dj_exc_value, traceback)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/backends/base/base.py”, line 213, in ensure_connection
self.connect()
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/backends/base/base.py”, line 189, in connect
self.connection = self.get_new_connection(conn_params)
File “/home/haiwen/seafile-server-6.3.3/seahub/thirdpart/django/db/backends/mysql/base.py”, line 274, in get_new_connection
conn = Database.connect(**conn_params)
File “/usr/lib/python2.7/dist-packages/MySQLdb/init.py”, line 81, in Connect
return Connection(*args, **kwargs)
File “/usr/lib/python2.7/dist-packages/MySQLdb/connections.py”, line 204, in init
super(Connection, self).init(*args, **kwargs2)
OperationalError: (2003, “Can’t connect to MySQL server on ‘127.0.0.1’ (111)”)

好了,刚才想着要不升个级能解决问题,然后升级了7.0.4,现在网页也打不开了,log里面也没有新的记录