runtime error

│ │ │ │ 300 │ │ │ >>> for user in rg.User.list(): │ │ 301 │ │ │ ... print(user) │ │ 302 │ │ """ │ │ ā± 303 │ │ client = cls.__active_client() │ │ 304 │ │ try: │ │ 305 │ │ │ users = users_api.list_users(client).parsed │ │ 306 │ │ │ for user in users: │ │ │ │ /home/user/.local/lib/python3.10/site-packages/argilla/client/users.py:126 │ │ in __active_client │ │ │ │ 123 │ │ │ │ client = client.httpx │ │ 124 │ │ │ return client │ │ 125 │ │ except Exception as e: │ │ ā± 126 │ │ │ raise RuntimeError(f"The `rg.active_client()` is not avail │ │ 127 │ │ │ 128 │ def delete(self) -> None: │ │ 129 │ │ """Deletes the user from Argilla. │ ╰──────────────────────────────────────────────────────────────────────────────╯ RuntimeError: The `rg.active_client()` is not available or not respoding.

Container logs:

Fetching error logs...