Custom Query (2447 matches)
Results (481 - 483 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#1822 | Fixed | Crash on Settings dialog | ||
Description |
architecture: x86_64 cmdline: /usr/bin/python /usr/bin/deluge-gtk component: deluge executable: /usr/bin/deluge-gtk kernel: 2.6.38.2-14.fc15.x86_64 package: deluge-gtk-1.3.1-2.fc14 reason: client.py:581:__call__:AttributeError: 'NoneType' object has no attribute 'call' release: Fedora release 14 (Laughlin) time: 1304153975 uid: 500 backtrace ----- client.py:581:__call__:AttributeError: 'NoneType' object has no attribute 'call' Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/preferences.py", line 885, in on_selection_changed self._get_accounts_tab_data() File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/gtkui/preferences.py", line 1031, in _get_accounts_tab_data client.core.get_known_accounts().addCallback(on_ok).addErrback(on_fail) File "/usr/lib/python2.7/site-packages/deluge-1.3.900_dev-py2.7.egg/deluge/ui/client.py", line 581, in __call__ return self.daemon.call(self.base, *args, **kwargs) AttributeError: 'NoneType' object has no attribute 'call' Local variables in innermost frame: self: <deluge.ui.client.RemoteMethod object at 0x32a1990> args: () kwargs: {} reproduce ----- 1. Open client 2. Do not run daemon 3. Go to Preferences → Service (Daemon) |
|||
#2938 | Duplicate | Crash on start | ||
Description |
When i start Deluge 1.3.13 it crash. My OS is Windows 7 x64 SP1 with all updates. The first message is visible in the file "Runtime error". Following two messages appear with the following data: Problem signature:
Problem signature:
On my PC are present VirtualBox v5.1.8 and VMWare v12.5.1. Deluge is installed on the Host. These programs install some Virtual Network Adapter. If I disable these network adapter, Deluge no longer crash. The problem does not occur in Deluge v1.3.12 py2.7. |