Seafile server 7.1.3 is ready!

Docker version is returning ‘Internal server error’ and spamming logs with errors:

  <...>
  File "/opt/seafile/seafile-server-7.1.3/seahub/seahub/oauth/urls.py", line 4, in <module>
    from seahub.oauth.views import oauth_login, oauth_callback
  File "/opt/seafile/seafile-server-7.1.3/seahub/seahub/oauth/views.py", line 20, in <module>
    from requests_oauthlib import OAuth2Session
ModuleNotFoundError: No module named 'requests_oauthlib'

I had to install python3-requests-oauthlib inside of the container to resolve this.

1 Like