Guts/mkdocs-rss-plugin

TypeError: strptime() argument 1 must be str, not datetime.datetime

ZhiyuanChen opened this issue · 2 comments

It seems 1.13.0 introduces a few new bugs

My pipeline worked fine, but is complaining now.

https://github.com/DLS5-Omics/multimolecule/actions/runs/9465496343/job/26075394011

Guts commented

Hey @ZhiyuanChen

Is your issue still active? Have you seen my comment on your PR #291 (comment)?

Guts commented

I investigated a little further because the error seems strange to me since the default value of date_from_meta.default_time which is used in your configuration.
After looking at your build in verbose mode, it appears that the doc is built 2 times.

It seems that the problem comes from the i18n plugin. By deactivating it, the build goes smoothly.