Hi
Could you please add the python library “requests_oauthlib” to your container “docker.io/seafileltd/seafile-mc”?
It is not installed by default:
root@d7b96e24d4cf:/opt/seafile# python3
Python 3.8.10 (default, Mar 13 2023, 10:26:41)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import requests_oauthlib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'requests_oauthlib'
According to your documentation this is needed for OAuth to work: OAuth Authentication - Seafile Admin Manual