speced / bikeshed

:bike: A preprocessor for anyone writing specifications that converts source files into actual specs.
https://speced.github.io/bikeshed
Creative Commons Zero v1.0 Universal
1.12k stars 200 forks source link

Bikeshed generating error -- Something's gone wrong with the remote data; I can't read its timestamp. Please report this! #2949

Closed daniel-montalvo closed 1 week ago

daniel-montalvo commented 1 week ago

I got this error while trying to build ACT-Rules-format-1.1 For full context, see Something's gone wrong with the remote data; I can't read its timestamp. Please report this!

Is there anything we should be updating in the spec?

tabatkins commented 1 week ago

Not in your spec, but in your CI - likely, you're specifying an old Ubuntu, which only has Python 3.8, so you've actually been stuck on an old Bikeshed for a while now. See https://github.com/speced/bikeshed/issues/2946

(Alternately, if you're building locally, you just have an old Python. Update to at least Python 3.9, and then pip install --upgrade bikeshed)

daniel-montalvo commented 1 week ago

thanks, that was indeed the reason for the failure.