Hi there,
I got a little further.
If i launch seahub with fast-cgi it gives an error message :
Starting seahub (fastcgi) at 127.0.0.1:8000 ...
Traceback (most recent call last):
File "/home/seafile/seafile-server-9.0.5/seahub/manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/home/seafile/seafile-server-9.0.5/seahub/thirdpart/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/home/seafile/seafile-server-9.0.5/seahub/thirdpart/django/core/management/__init__.py", line 363, in execute
settings.INSTALLED_APPS
File "/home/seafile/seafile-server-9.0.5/seahub/thirdpart/django/conf/__init__.py", line 82, in __getattr__
self._setup(name)
File "/home/seafile/seafile-server-9.0.5/seahub/thirdpart/django/conf/__init__.py", line 69, in _setup
self._wrapped = Settings(settings_module)
File "/home/seafile/seafile-server-9.0.5/seahub/thirdpart/django/conf/__init__.py", line 170, in __init__
mod = importlib.import_module(self.SETTINGS_MODULE)
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 848, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/home/seafile/seafile-server-9.0.5/seahub/seahub/__init__.py", line 4, in <module>
from .handlers import repo_created_cb, repo_deleted_cb, clean_up_repo_trash_cb, \
File "/home/seafile/seafile-server-9.0.5/seahub/seahub/handlers.py", line 4, in <module>
from . import settings
File "/home/seafile/seafile-server-9.0.5/seahub/seahub/settings.py", line 878, in <module>
import seahub_settings
File "/home/seafile/conf/seahub_settings.py", line 15
smpt server EMAIL_HOST_USER = 'be75d090958ef14d66b5867b6e3fe911' #
^
SyntaxError: invalid syntax
Error:Seahub failed to start.
Any idea of what I should do to fix this?
Take care