You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after I moved following from the .config/dvc/config file to the local config.local file in my repository the commands studio login and logout seem to be broken.
dvc login tellsthat I have to logout first, but logout tells me that I am not logged in.
(foundation-models) [fuchsfa@cerberus04:foundation-models]$ dvc studio login --verbose
2025-01-29 11:07:57,833 DEBUG: v3.58.0 (pip), CPython 3.12.7 on Linux-5.15.0-119-generic-x86_64-with-glibc2.36
2025-01-29 11:07:57,833 DEBUG: command: /home/fuchsfa/foundation-models/.venv/bin/dvc studio login --verbose
2025-01-29 11:07:59,458 ERROR: Token already exists. To login with a different token, logout using 'dvc studio logout'.
Traceback (most recent call last):
File "/home/fuchsfa/.local/share/uv/python/cpython-3.12.7-linux-x86_64-gnu/lib/python3.12/site-packages/dvc/cli/__init__.py", line 211, in main
ret = cmd.do_run()
^^^^^^^^^^^^
File "/home/fuchsfa/.local/share/uv/python/cpython-3.12.7-linux-x86_64-gnu/lib/python3.12/site-packages/dvc/cli/command.py", line 41, in do_run
return self.run()
^^^^^^^^^^
File "/home/fuchsfa/.local/share/uv/python/cpython-3.12.7-linux-x86_64-gnu/lib/python3.12/site-packages/dvc/commands/studio.py", line 32, in run
raise DvcException(
dvc.exceptions.DvcException: Token already exists. To login with a different token, logout using 'dvc studio logout'.
2025-01-29 11:07:59,501 DEBUG: Analytics is enabled.
2025-01-29 11:07:59,948 DEBUG: Trying to spawn ['daemon', 'analytics', '/tmp/tmpsri7ayds', '-v']
2025-01-29 11:07:59,964 DEBUG: Spawned ['daemon', 'analytics', '/tmp/tmpsri7ayds', '-v'] with pid 2396
(foundation-models) [fuchsfa@cerberus04:foundation-models]$ dvc studio logout --verbose
2025-01-29 11:08:11,955 DEBUG: v3.58.0 (pip), CPython 3.12.7 on Linux-5.15.0-119-generic-x86_64-with-glibc2.36
2025-01-29 11:08:11,955 DEBUG: command: /home/fuchsfa/foundation-models/.venv/bin/dvc studio logout --verbose
Not logged in to Studio. Log in with 'dvc studio login'.
2025-01-29 11:08:13,433 DEBUG: Writing '/home/fuchsfa/.config/dvc/config'.
2025-01-29 11:08:13,455 DEBUG: Analytics is enabled.
2025-01-29 11:08:13,741 DEBUG: Trying to spawn ['daemon', 'analytics', '/tmp/tmpzktwhuai', '-v']
2025-01-29 11:08:13,753 DEBUG: Spawned ['daemon', 'analytics', '/tmp/tmpzktwhuai', '-v'] with pid 2475
The logging to studio works though, I just have to manually change the token now 👍
The text was updated successfully, but these errors were encountered:
Hey,
after I moved following from the .config/dvc/config file to the local config.local file in my repository the commands studio login and logout seem to be broken.
dvc login tellsthat I have to logout first, but logout tells me that I am not logged in.
The logging to studio works though, I just have to manually change the token now 👍
The text was updated successfully, but these errors were encountered: