deluge-gtk crashed with KeyError in cell_priority_icon(): 3
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Deluge |
Fix Released
|
Unknown
|
|||
deluge (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
~$ lsb_release -rd
Description: Ubuntu precise (development branch)
Release: 12.04
~$ uname -a
Linux BilboBaggins 3.2.13-
apt-cache policy deluge
deluge:
Installato: 1.3.4-1
Candidato: 1.3.4-1
Tabella versione:
*** 1.3.4-1 0
500 http://
100 /var/lib/
matteo@
deluge-web:
Installato: 1.3.4-1
Candidato: 1.3.4-1
Tabella versione:
*** 1.3.4-1 0
500 http://
100 /var/lib/
I've changed files downland priority trough Transdroid (an Android remote torrent control app), then
when I come back seeing deluge-gtk interface on my desktop, it crashed and launch a ton of apport instances,
just when I switch to files tab.
Altought Transdroid action, files priority has not been changed.
ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: deluge-gtk 1.3.4-1
Uname: Linux 3.2.13-
NonfreeKernelMo
ApportVersion: 2.0-0ubuntu2
Architecture: i386
CrashCounter: 1
Date: Sun Apr 1 11:02:02 2012
ExecutablePath: /usr/bin/deluge-gtk
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20110921.2)
InterpreterPath: /usr/bin/python2.7
PackageArchitec
ProcCmdline: /usr/bin/python /usr/bin/deluge-gtk
PythonArgs: ['/usr/
SourcePackage: deluge
Title: deluge-gtk crashed with KeyError in cell_priority_
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
Related branches
tags: | removed: need-duplicate-check |
Changed in deluge (Ubuntu): | |
status: | New → Confirmed |
Changed in deluge: | |
status: | Unknown → New |
Changed in deluge (Ubuntu): | |
status: | Confirmed → Fix Committed |
Changed in deluge: | |
status: | New → Fix Released |
This is an issue in Transdroid because the value '3' has been set but the only valid values for priorities are the following:
0: "Do Not Download",
1: "Normal Priority",
5: "High Priority",
7: "Highest Priority",
However saying that, the core method should probably verify valid priorities before setting.