You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CACHE_CONTENT=TrueCHECK_MODIFIED_METHOD='mtime'LOAD_CONTENT_CACHE=TrueCONTENT_CACHING_LAYER='reader'# reader or generator
After manually setting the slugs of some pages, I'm seeing errors in the form of
WARNING Cannot get modification stamp for cache.py:125
[...]pelican-blog\content\pages\recommendations\unsorted
[WinError 2] The system cannot find the file specified:
'[...]pelican-blog\\content\\pages\\recommendations\\unsorted'
What stands out to me is that the source file is notcontent\pages\recommendations\unsorted. In my case, I've changed it to content\pages\recommendations\unsorted test.md.
Pelican version: 4.9.1 (git)
Python version: 3.11.5
Caching settings:
After manually setting the slugs of some pages, I'm seeing errors in the form of
The page header is in the form of
What stands out to me is that the source file is not
content\pages\recommendations\unsorted
. In my case, I've changed it tocontent\pages\recommendations\unsorted test.md
.Is the cacher (
pelican/pelican/cache.py
Line 4 in 4ca1454
The text was updated successfully, but these errors were encountered: