You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently updated to version 12. After the update I noticed webdav is not working and seafile monitor exited unexpectedly. This is the output from seafile-monitor.log:
[2024-12-17 11:20:10] Start Monitor
[2024-12-17 11:20:10] Start seafevents.main
/opt/seafile/seafile-server-12.0.6/seahub/seahub/settings.py:959: SyntaxWarning: invalid escape sequence '\w'
match = re.search('^EXTRA_(\w+)', attr)
/opt/seafile/seafile-server-12.0.6/seahub/thirdpart/seafobj/mc.py:13: SyntaxWarning: invalid escape sequence '\S'
match = re.match('--SERVER\\s*=\\s*(\S+)', mc_options)
[2024-12-17 11:20:11] Start wsgidav.server.server_cli
/opt/seafile/seafile-server-12.0.6/seafile-monitor.sh: line 169: 8080
: syntax error: invalid arithmetic operator (error token is "
")
/opt/seafile/seafile-server-12.0.6/pro/python/seafevents/main.py:63: MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6. It may also silently lead to incorrect behaviour on Python 3.7. Please monkey-patch earlier. See https://github.com/gevent/gevent/issues/1016. Modules that had direct imports (NOT patched): ['jwt.jwks_client (/opt/seafile/seafile-server-12.0.6/seahub/thirdpart/jwt/jwks_client.py)', 'urllib3.util (/opt/seafile/seafile-server-12.0.6/seahub/thirdpart/urllib3/util/__init__.py)', 'urllib3.util.ssl_ (/opt/seafile/seafile-server-12.0.6/seahub/thirdpart/urllib3/util/ssl_.py)'].
from gevent import monkey; monkey.patch_all()
I am using the docker image version 12.0.6
The text was updated successfully, but these errors were encountered:
I recently updated to version 12. After the update I noticed webdav is not working and seafile monitor exited unexpectedly. This is the output from seafile-monitor.log:
I am using the docker image version 12.0.6
The text was updated successfully, but these errors were encountered: