Custom Query (2447 matches)
Results (385 - 387 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1510 | Fixed | Can't create a torrent | ||
Description |
architecture: x86_64 cmdline: /usr/bin/python /usr/bin/deluge-gtk component: deluge executable: /usr/bin/deluge-gtk kernel: 2.6.35.10-74.fc14.x86_64 reason: createtorrentdialog.py:294:_on_button_save_clicked:IndexError: list index out of range release: Fedora release 14 (Laughlin) time: 1296760033 uid: 500 backtrace createtorrentdialog.py:294:_on_button_save_clicked:IndexError: list index out of range Traceback (most recent call last):
IndexError: list index out of range Local variables in innermost frame: widget: <gtk.Button object at 0x34de9b0 (GtkButton at 0x3668550)> trackers: [[]] file_filter: <gtk.FileFilter object at 0x34de230 (GtkFileFilter at 0x3676380)> self: <deluge.ui.gtkui.createtorrentdialog.CreateTorrentDialog instance at 0x34e0950> chooser: <gtk.FileChooserDialog object at 0x34defa0 (GtkFileChooserDialog at 0x326d760)> is_remote: False tracker: 'http://tracker.openbittorrent.com/announce' result: '/home/shnurapet/gnome3_test_20110203.torrent' tier: 1 path: '/mnt/HD2/gnome3_test_20110203' response: -5 reproduce
2. 3. |
|||
#1550 | WorksForMe | Crash on passing a command line parameter | ||
Description |
$ deluged --help Traceback (most recent call last): File "/usr/bin/deluged", line 9, in <module> load_entry_point('deluge==1.3.900-dev', 'console_scripts', 'deluged')() File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/main.py", line 176, in start_daemon (options, args) = parser.parse_args() File "/usr/lib64/python2.7/optparse.py", line 1394, in parse_args stop = self._process_args(largs, rargs, values) File "/usr/lib64/python2.7/optparse.py", line 1434, in _process_args self._process_long_opt(rargs, values) File "/usr/lib64/python2.7/optparse.py", line 1509, in _process_long_opt option.process(opt, value, values, self) File "/usr/lib64/python2.7/optparse.py", line 788, in process self.action, self.dest, opt, value, values, parser) File "/usr/lib64/python2.7/optparse.py", line 810, in take_action parser.print_help() File "/usr/lib64/python2.7/optparse.py", line 1664, in print_help file.write(self.format_help().encode(encoding, "replace")) UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 36: ordinal not in range(128) This is git master build as of today. |
|||
#1596 | Invalid | SIGSEGV on Fedora 14 x86_64 | ||
Description |
git master |