update-citations errors "on push to main" #284
-
Checks
Link to your website repohttps://github.com/inspirelab-site/inspirelab.site Version of Lab Website Template you are using1.2.2 DescriptionI updated some bio information without updating the citations, and everything ran fine locally. However, after I pushed to main on GitHub, it keeps having the update-citation errors: https://github.com/inspirelab-site/inspirelab.site/actions/runs/11307108274 This happens quite often lately. The same error could appear on a different citation(s) if I hit re-run jobs. Sometimes, it resolved by hitting re-run the jobs for multiple times, but this time, it doesn't. I don't know how to fix it as all citations are running fine locally. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This is almost certainly an upstream either with Manubot, or one of its dependencies. But I can try to help. It could be that the Same as you, I can't replicate the issue locally. On Monday I'll try running some tests from an actual GitHub Actions environment to see if I can reproduce.
For now, I'd recommend running the template locally and just committing the citation results generated there. Also, I think you're already aware of this, but looking at the failures in your workflow runs, many are actually due to Ruby package errors. I seem to recall in your site you've modified lots of things from the template, including |
Beta Was this translation helpful? Give feedback.
This is almost certainly an upstream either with Manubot, or one of its dependencies. But I can try to help.
It could be that the
eutils
API (as you see in your error logs) has just been spotty lately. Or I wonder if somehow you are being rate-limited or otherwise blocked by the API for making too many requests.Same as you, I can't replicate the issue locally. On Monday I'll try running some tests from an actual GitHub Actions environment to see if I can reproduce.
For now, I'd recommend running the template locally and just committing the citation results generated there.
Also, I think you're already aware of this, but looking at the failures i…