-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
A: experimentsRelated to dvc expRelated to dvc expbugDid we break something?Did we break something?gitRelated to git and git backendsRelated to git and git backendsp2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important
Description
From the mailing list:
2021-10-12 15:10:08,230 ERROR: unexpected error - not enough values to unpack (expected 2, got 1)
------------------------------------------------------------
Traceback (most recent call last):
File "dvc/main.py", line 55, in main
File "dvc/command/base.py", line 45, in do_run
File "dvc/command/experiments.py", line 502, in run
File "dvc/repo/experiments/__init__.py", line 952, in show
File "dvc/repo/__init__.py", line 50, in wrapper
File "dvc/repo/experiments/show.py", line 179, in show
File "dvc/repo/experiments/__init__.py", line 126, in stash_revs
File "dvc/scm/git/stash.py", line 21, in __iter__
File "dvc/scm/git/backend/dulwich.py", line 548, in _stash_iter
File "dulwich/stash.py", line 57, in stashes
File "dulwich/reflog.py", line 95, in read_reflog
File "dulwich/reflog.py", line 74, in parse_reflog_line
ValueError: not enough values to unpack (expected 2, got 1)
can't reproduce it though 🙁 User said that recloning his repo fixed it.
CC @pmrowla , maybe you ran into this before.
Metadata
Metadata
Assignees
Labels
A: experimentsRelated to dvc expRelated to dvc expbugDid we break something?Did we break something?gitRelated to git and git backendsRelated to git and git backendsp2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important