runtime error

Exit code: 1. Reason: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1204, in _gcd_import File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 940, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/code/main.py", line 13, in <module> dagshub.init(url=dagshub_repo, mlflow=True) File "/usr/local/lib/python3.11/site-packages/dagshub/common/init.py", line 83, in init repo_api = RepoAPI(f"{repo_owner}/{repo_name}", host=host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/dagshub/common/api/repo.py", line 67, in __init__ self.auth = dagshub.auth.get_authenticator(host=host) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/dagshub/auth/tokens.py", line 369, in get_authenticator return _get_token_storage(**kwargs).get_authenticator(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/dagshub/auth/tokens.py", line 119, in get_authenticator token = self.get_token_object(host, fail_if_no_token, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/dagshub/auth/tokens.py", line 182, in get_token_object good_token = oauth.oauth_flow(host, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/dagshub/auth/oauth.py", line 58, in oauth_flow raise Exception(f"Error while getting OAuth code: HTTP {res.status_code}, Body: {res.json()}") Exception: Error while getting OAuth code: HTTP 408, Body: The authorization request was not approved on time - for your security, it was canceled. Please try again.

Container logs:

Fetching error logs...