Closed nohillside closed 3 months ago
Why would you have an empty file there? Did you place it yourself?
The file should either be non-existent (before first run) or have valid JSON content (e.g. an empty array []
if there are no recently checked contexts).
Are you able to remove the file?
Sure, removing all the files allows fedifetcher to run again, didn't try with removing just recent_context.
As for why it's empty, I don't know. It's non-empty after a first successful run, there is nothing else accessing the directory, and there is enough free space on the disk.
Have increased the loglevel to DEBUG now, hopefully there will be an explanation why the file turns up empty all of a sudden. Will update once I have more information.
OK, I'll close this issue for now. Feel free to re-open if this happens again.
I'm running Fedifetcher in a Docker container. After a few days of running, it fails almost immediately after starting. The
recent_context
file itself is empty (length 0) at that point in time.