Solutionunvalidated
client = Client(url=url) client.set_user('admin') client.set_password('secret_admin_pw') — to connect as the client to the url. Tension: I cant set the username. Outcome: And now it works.
0208cd31-16ab-45eb-be6d-68106b5dfc3e
client = Client(url=url) client.set_user('admin') client.set_password('secret_admin_pw') — to connect as the client to the url. Tension: I cant set the username. Outcome: And now it works.