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
{{ message }}
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
I ran out of diskspace and apparently it stored a broken statefile, which breaks subsequent runs.
root : INFO Rss2email started
Traceback (most recent call last):
File "/usr/bin/rss2email.py", line 883, in <module>
run()
File "/usr/bin/rss2email.py", line 605, in run
feeds = load()
File "/usr/bin/rss2email.py", line 565, in load
feeds_state = pickle.load(statefile)
EOFError
So,
handle the case of broken statefiles better (abort with proper error)
avoid this from happening (create tmp file first, then move it)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I ran out of diskspace and apparently it stored a broken statefile, which breaks subsequent runs.
So,
The text was updated successfully, but these errors were encountered: