endoflife-date / release-data

Common Release Data for various projects in a consumable format, automatically updated.
MIT License
103 stars 36 forks source link

Update Data fails for two days #260

Closed hebbet closed 6 months ago

hebbet commented 6 months ago

https://github.com/endoflife-date/release-data/actions

Last successful run was two days ago

marcwrobel commented 6 months ago

One of the obvious error is the following:

 /home/runner/work/release-data/release-data/vendor/bundle/ruby/3.1.0/gems/psych-5.1.1.1/lib/psych/visitors/to_ruby.rb:432:in `visit_Psych_Nodes_Alias': Alias parsing was not enabled. To enable it, pass `aliases: true` to `Psych::load` or `Psych::safe_load`. (Psych::AliasesNotEnabled)

Psych is related to YAML parsing, which was required for the git method. Since git is now handled by a Python script, will try to cleanup the script and see if it fixes the script.

marcwrobel commented 6 months ago

Thanks for the issue @hebbet. This is fixed.

I did not try to know what happened as the faulty code was not used anymore.