BaptisteLoquette
BaptisteLoquette
Hey I have the same, bug. Did you fix the issue please ?
Hi, If you downgrade to bentoctl 0.3.4 it fixes it temporarily.
But I decided to deploy on k8s
thx a lot for the fast answer this is the full traceback : ``` vc exp push -v origin[0;m 2023-11-15 11:13:16,237 DEBUG: v3.29.0 (pip), CPython 3.8.10 on Linux-5.4.0-1109-azure-x86_64-with-glibc2.29 2023-11-15 11:13:16,237...
When I specify dvc exp push origin --run-cache I get this Traceback : ``` vc exp push --run-cache -v origin[0;m 2023-11-15 10:46:17,431 DEBUG: v3.29.0 (pip), CPython 3.8.10 on Linux-5.4.0-1109-azure-x86_64-with-glibc2.29 2023-11-15...
Okay I see, I do use cml and the script on the job that fails uses `cml-ci` as follow : Are you suggesting to `cml ci` before `dvc pull` ?...
I'll run the job and let you know (and close the issue).
I get the same error while `cml ci --fetch-depth=0 --user-email=mail --user-name=username`, I don't get why. I have a personal access token but it shoudn't block anything
REPO_TOKEN **personal acces token** is defined with _api_, _read_repository_ and _write_repository_ scopes. And REPO_TOKEN is configured in **CI variables**, _masked_ and _non-protected_. I don't understand.
Idk if it impacts anything but. Note that I didn't use SSH with git repo and wasn't using credential helpers. I just set up SSH, but still get same error.