Bug 719310

Summary: [abrt] deluge-gtk-1.3.2-1.fc15: preferences.py:728:set_config:KeyError: 'lsd'
Product: [Fedora] Fedora Reporter: Misha Shnurapet <shnurapet>
Component: delugeAssignee: Rahul Sundaram <metherid>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: calumlind, ggillies, justinnoah, metherid
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:744031e787c3efbe668cafed81e499f4ebd0b6d6
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-28 19:01:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Misha Shnurapet 2011-07-06 13:04:41 UTC
abrt version: 2.0.3
architecture:   i686
cmdline:        /usr/bin/python /usr/bin/deluge-gtk
comment:        Changed maximum upload speed and applied the preferences.
component:      deluge
executable:     /usr/bin/deluge-gtk
kernel:         2.6.38.8-32.fc15.i686
os_release:     Fedora release 15 (Lovelock)
package:        deluge-gtk-1.3.2-1.fc15
reason:         preferences.py:728:set_config:KeyError: 'lsd'
time:           Wed Jul  6 22:02:46 2011
uid:            500
username:       misha

backtrace:
:preferences.py:728:set_config:KeyError: 'lsd'
:
:Traceback (most recent call last):
:  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 816, in on_button_ok_clicked
:    self.set_config(hide=True)
:  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 728, in set_config
:    if self.core_config[key] != new_core_config[key]:
:KeyError: 'lsd'
:
:Local variables in innermost frame:
:hide: True
:config_to_set: {}
:sha_hash: <built-in function openssl_sha1>
:self: <deluge.ui.gtkui.preferences.Preferences object at 0xa017e8c>
:new_core_config: {'lsd': True, 'max_download_speed': -1.0, 'send_info': True, 'natpmp': True, 'move_completed_path': '/home/misha', 'peer_tos': '0x00', 'enc_in_policy': 1, 'queue_new_to_top': False, 'ignore_limits_on_local_network': True, 'rate_limit_ip_overhead': True, 'compact_allocation': False, 'torrentfiles_location': '/home/misha/\xd0\x97\xd0\xb0\xd0\xb3\xd1\x80\xd1\x83\xd0\xb7\xd0\xba\xd0\xb8/\xd0\xa2\xd0\xbe\xd1\x80\xd1\x80\xd0\xb5\xd0\xbd\xd1\x82\xd1\x8b', 'max_active_limit': 10, 'geoip_db_location': '/usr/share/GeoIP/GeoIP.dat', 'upnp': True, 'utpex': True, 'max_download_speed_per_torrent': -1.0, 'max_active_seeding': 10, 'allow_remote': True, 'max_upload_slots_global': 4, 'random_port': False, 'download_location': '/home/misha/\xd0\x97\xd0\xb0\xd0\xb3\xd1\x80\xd1\x83\xd0\xb7\xd0\xba\xd0\xb8', 'autoadd_enable': False, 'max_upload_speed': 51.2, 'max_connections_global': 250, 'enc_prefer_rc4': True, 'listen_ports': (7891, 7891), 'dht': True, 'stop_seed_at_ratio': False, 'stop_seed_ratio': 0.5, 'max_active_downloading': 1, 'prioritize_first_last_pieces': True, 'max_upload_speed_per_torrent': -1.0, 'enc_level': 2, 'copy_torrent_file': True, 'max_connections_per_second': 20, 'max_connections_per_torrent': 50, 'del_copy_torrent_file': True, 'move_completed': False, 'proxies': {'peer': {'username': '', 'password': '', 'type': 0, 'port': 8080, 'hostname': ''}, 'web_seed': {'username': '', 'password': '', 'type': 0, 'port': 8080, 'hostname': ''}, 'tracker': {'username': '', 'password': '', 'type': 0, 'port': 8080, 'hostname': ''}, 'dht': {'username': '', 'password': '', 'type': 0, 'port': 8080, 'hostname': ''}}, 'daemon_port': 58846, 'dont_count_slow_torrents': True, 'add_paused': True, 'cache_expiry': 60, 'random_outgoing_ports': True, 'max_upload_slots_per_torrent': 5, 'new_release_check': True, 'enc_out_policy': 1, 'seed_time_ratio_limit': 7.0, 'remove_seed_at_ratio': False, 'autoadd_location': '/home/misha/\xd0\x97\xd0\xb0\xd0\xb3\xd1\x80\xd1\x83\xd0\xb7\xd0\xba\xd0\xb8', 'outgoing_ports': (0, 0), 'seed_time_limit': 180.0, 'cache_size': 512, 'share_ratio_limit': 2.0, 'max_half_open_connections': 50, 'listen_interface': ''}
:outgoing_ports: (0, 0)
:new_gtkui_config: {'enable_system_tray': True, 'classic_mode': False, 'lock_tray': False, 'close_to_tray': True, 'show_rate_in_title': True, 'enable_appindicator': False, 'focus_add_dialog': True, 'show_new_releases': True, 'start_in_tray': False, 'interactive_add': True}
:t: 'dht'
:key: 'lsd'
:listen_ports: (7891, 7891)
:passhex: 'c07eb5a8c0dc7bb81c217b67f11c3b7a5e95ffd7'

Comment 1 Calum 2011-11-28 19:01:22 UTC

*** This bug has been marked as a duplicate of bug 655561 ***