#2775 closed bug (Fixed)
torrents.state not created for fresh install
Reported by: | llorona | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | develop |
Keywords: | Cc: |
Description
Created from forum post: http://forum.deluge-torrent.org/viewtopic.php?t=53279&p=220811
Fresh install from git developer branch pull as of today.
torrents.state and torrents.fastresume files never get created. log file shows an error that their .bak files do not exist.
it seems to come from this patch: [7414737cbf7657d2edfea49b9b]
my coding skills suck, but it looks like it checks for the bak file if not there, then raises an exception and never writes the initial files.
i got around this by creating both files and their bak versions with 'touch', so deluge would just overwrite them.
I ran into this because i was trying to figure out why i would lose all my torrents on every restart. in my troubleshooting i moved my config directory and let deluge create a fresh one.
tried to make a ticket on tract, but got stuck in the captcha loop.
Fixed in develop: [f500d7848716b05f7a724]