#86 closed bug (Invalid)
upgrade of the nightly packages kills download queue
Reported by: | deluge-trac@rolf.leggewie.biz | Owned by: | markybob |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | 0.6.0svn |
Keywords: | Cc: |
Description
whenever one of the nightly packages is upgraded and the deluged daemon is restarted, the torrent queue is empty again.
Attachments (1)
Change History (7)
comment:1 by , 17 years ago
Component: | 0.5.x → core |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 by , 17 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
andar, it seems to me you have a very weird standard as to what constitutes a bug. I am well aware that the nightlies are not supposed to be stable and that they are likely to have bugs. I am not complaining. But my understanding is that the nightlies are published so that errors can be found and fixed. Marking problems as invalid just because "stuff will break every now and then" does not help this at all. This is a reproducible problem.
comment:3 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
The torrents.state file is not compatible between some revisions. I usually state in the commit log when I break torrents.state compatibility. Please review the log before upgrading if you don't want your state to break.
comment:4 by , 16 years ago
Andrew let me into a "secret" today that I want to share with others who might be reading this report. The download queue is usually saved to ~/.config/deluge/torrents.state. While it is plain text, it is cumbersome to read. The following will give you more readable output.
- Download the file attached to this report and place it in ~/.config/deluge/
- cd ~/.config/deluge/
- python torrent_pickle.py|less
comment:6 by , 16 years ago
yes, thanks for pointing that out. If that file does not contain what you are looking for and your previous deluge installation was about a month old, try the location I gave above.
These are in-development builds.. Of course stuff will break every now and then. I have broke the torrents.state file multiple times now. This is not a bug.