在缓存中找不到Require.load错误文件

问题描述

我目前正在尝试向我的网站添加书目,问题是我无法注入.csl和.bib文件

只要我这样做,他们都会返回:

[ERROR] Hakyll.Core.Compiler.Require.load: papers/acm_citation_style.csl (snapshot _final) was not found in the cache,the cache might be corrupted or the item you are referring to might not exist

相关代码为:

       route $ setExtension "html"
        compile $ pandocBiblioCompiler "papers/acm_citation_style.csl" "papers/biblio.bib"
            >>= loadAndApplyTemplate "templates/post.html"    postCtx
            >>= loadAndApplyTemplate "templates/default.html" postCtx
            >>= relativizeUrls

文件系统中同时存在.bib.csl文件的地方。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)