torrents.state not created for fresh install from dev branch

Suggestions and discussion of future versions
Post Reply
llorona
New User
New User
Posts: 2
Joined: Wed Oct 28, 2015 8:39 pm

torrents.state not created for fresh install from dev branch

Post by llorona »

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
http://git.deluge-torrent.org/deluge/co ... adc688f87c
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.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: torrents.state not created for fresh install from dev br

Post by Cas »

Aha it does indeed :) I'll look into it...

Edit: Created a ticket http://dev.deluge-torrent.org/ticket/2775
llorona
New User
New User
Posts: 2
Joined: Wed Oct 28, 2015 8:39 pm

Re: torrents.state not created for fresh install from dev br

Post by llorona »

Thanks
Post Reply