Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config setting studio.url is not respected #10424

Open
georgegeddes opened this issue May 10, 2024 · 0 comments
Open

Config setting studio.url is not respected #10424

georgegeddes opened this issue May 10, 2024 · 0 comments
Labels
bug Did we break something? p1-important Important, aka current backlog of things to do product: Studio Integration with Studio

Comments

@georgegeddes
Copy link

Bug Report

Description

The studio.url config setting is ignored by dvc, and the login link is always to studio.iterative.ai.

Reproduce

$ dvc init
$ dvc config studio.url https://example.com
$ dvc config studio.url
https://example.com
$ dvc studio login
Opening link for login at https://studio.iterative.ai/auth/device-login?code=Z7JDECGR

Once you've logged in, return here and you'll be ready to start the experiments.

Failed to open a web browser. Open the above url to continue in your web browser.

Expected

The login command should produce a link to the server specified by studio.url, as described in the docs.

Environment information

Output of dvc doctor:

$ dvc doctor
DVC version: 3.50.1 (pip)
-------------------------
Platform: Python 3.10.12 on Linux-6.5.0-1022-oem-x86_64-with-glibc2.35
Subprojects:
	dvc_data = 3.15.1
	dvc_objects = 5.1.0
	dvc_render = 1.0.2
	dvc_task = 0.4.0
	scmrepo = 3.3.2
Supports:
	http (aiohttp = 3.9.5, aiohttp-retry = 2.8.3),
	https (aiohttp = 3.9.5, aiohttp-retry = 2.8.3),
	s3 (s3fs = 2024.3.1, boto3 = 1.34.69)
Config:
	Global: /home/george/.config/dvc
	System: /etc/xdg/xdg-ubuntu/dvc
Cache types: hardlink, symlink
Cache directory: ext4 on /dev/mapper/vgubuntu-root
Caches: local
Remotes: local, s3
Workspace directory: ext4 on /dev/mapper/vgubuntu-root
Repo: dvc, git
Repo.site_cache_dir: /var/tmp/dvc/repo/b380dbe5c5355f17c427aac92d8f5759
@mnrozhkov mnrozhkov added p1-important Important, aka current backlog of things to do product: Studio Integration with Studio bug Did we break something? labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Did we break something? p1-important Important, aka current backlog of things to do product: Studio Integration with Studio
Projects
None yet
Development

No branches or pull requests

2 participants