Open aronchick opened 2 months ago
Could be 1.4.0 only - reproducing.
This specific error will occur when v1.4.0 bacalhau attempts to open a v1.5.0 bacalhau repo.
duplicate of https://github.com/bacalhau-project/bacalhau/issues/4428, moving discussion there.
Not a duplicate. This bug is because we passed through a raw wrapped go error.
This is an issue with 1.4 attempting to open a 1.5 repo. I have outlined why this issue occurs here: https://github.com/bacalhau-project/bacalhau/issues/4428#issuecomment-2362320578
I am not sure there is a fix we can land in 1.5 that will address this - repos are not compatible with older versions of bacalhau and the behavior/issue described here pertains to v1.4
We should never EVER pass through raw golang errors by default.