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...