Skip to content

repro, status: config file error: Unsupported URL type b'':// #6530

@schuhschuh

Description

@schuhschuh

UPDATE (@shcheklein )

See this fast way to reproduce and the summary of the issue: #6530 (comment)

Bug Report

Description

I just upgraded DVC to version 2.6.4 and all of a sudden get this error with the same dvc.yaml file which worked fine previously. Note that while running these commands, another DVC process was running.

Reproduce

$ dvc status dvc.yaml
ERROR: config file error: Unsupported URL type b''://
$ dvc repro dvc.yaml --dry
ERROR: configuration error - config file error: Unsupported URL type b''://

Expected

Environment information

Output of dvc doctor:

$ dvc doctor
DVC version: 2.6.4 (conda)
---------------------------------
Platform: Python 3.9.6 on Linux-3.10.0-1160.15.2.el7.x86_64-x86_64-with-glibc2.17
Supports:
	http (requests = 2.25.1),
	https (requests = 2.25.1),
	s3 (s3fs = 2021.8.0, boto3 = 1.17.106)
Cache types: hardlink, symlink
Cache directory: xfs on /dev/md124
Caches: local
Remotes: s3, s3
Workspace directory: xfs on /dev/md124
Repo: dvc (subdir), git

Also observe this issue with DVC 2.5.4 after downgrading again:

> dvc doctor
DVC version: 2.5.4 (conda)
---------------------------------
Platform: Python 3.9.6 on Linux-3.10.0-1160.15.2.el7.x86_64-x86_64-with-glibc2.17
Supports:
	http (requests = 2.25.1),
	https (requests = 2.25.1),
	s3 (s3fs = 2021.6.1, boto3 = 1.17.49)
Cache types: hardlink, symlink
Cache directory: xfs on /dev/md124
Caches: local
Remotes: s3, s3
Workspace directory: xfs on /dev/md124
Repo: dvc (subdir), git

Additional Information (if any):

Metadata

Metadata

Assignees

No one assigned

    Labels

    A: pipelinesRelated to the pipelines featurebugDid we break something?uiuser interface / interaction

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions