Error with Torrent-Files (Torrent-Dateien)

Suggest, post, or discuss plugins for Deluge
Post Reply
brutus
New User
New User
Posts: 6
Joined: Wed Oct 10, 2007 3:41 pm

Error with Torrent-Files (Torrent-Dateien)

Post by brutus »

Hi all. Someone else having the same problems or any hints how to solve them?

While trying to set a priority for a file inside a torrent i get the following error:

Code: Select all

Traceback (most recent call last):
  File "/usr/share/deluge/plugins/TorrentFiles/tab_files.py", line 73, in priority_clicked
    if state["compact_mode"]:
KeyError: 'compact_mode'
This happens every time i try to change a priority, for every file i tried (on different torrents).
I'm running Deluge Deluge 0.5.5.95 from SVN.
brutus
New User
New User
Posts: 6
Joined: Wed Oct 10, 2007 3:41 pm

Re: Error with Torrent-Files (Torrent-Dateien)

Post by brutus »

Well, seems I post just about a little too early: When trying to change the priority for new torrents (when in the select dialog which is shown for torrents with multiple files) i get the following error: "File priority can only be set when using full allocation. Please change your preference to disable compact allocation, then remove and re-add this torrent.". Guess that explains it.

Anyways, maybe showing this dialog also when a user tries to change the priority for a file already in the queue seems like a good idea.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Error with Torrent-Files (Torrent-Dateien)

Post by markybob »

yeah, i'm working on this. storage allocation has changed significantly in svn and i'm still working out the bugs. you should use the stable release if you cant wait
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Error with Torrent-Files (Torrent-Dateien)

Post by markybob »

try this again in svn trunk rev 1949 or newer. should be fixed :)
brutus
New User
New User
Posts: 6
Joined: Wed Oct 10, 2007 3:41 pm

Re: Error with Torrent-Files (Torrent-Dateien)

Post by brutus »

Thanks for your fast reply and fix :)
Post Reply