Failed processing request
http://localhost:8008/auth.login : 'Logger' object is not callable
FLASK_DEBUG: "1"
-> should 1 be a string or int?
I'm running ClearML Server Locally using the docker-compose method as mentioned https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac when I create an account and test the server by following the steps in the client i get the following error:clearml.backend_interface.session.SendError: Action failed <401/22: projects.get_all/v1.0 (Unauthorized (invalid credentials) (failed to locate provided credentials))> (name=^my\ project$, only_fields=['id'], shallow_search=False, search_hidden=True)
I ran the clearml-init
for my python project and pasted credentials which were generated throught my clearml webserver ui when prompted for them. I'm wondering what am I missing?
Failed processing request
http://localhost:8008/auth.login : 'Logger' object is not callable
FLASK_DEBUG: "1"
-> should 1 be a string or int?