Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (481 - 483 of 2447)

Ticket Resolution Summary Owner Reporter
#1550 WorksForMe Crash on passing a command line parameter shnurapet
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 s0undt3ch shnurapet
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 Fabri
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 Event Name: APPCRASH Application Name: deluge.exe Application Version: 1.3.13.0 Application Timestamp: 530bd002 module name with error: msvcr90.dll Module version with errors: 9.0.30729.6161 Timestamp form with errors: 4dace5b9 Exception code: 40000015 except offset: 0005beae OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1040 Additional Information 1: 0246 Additional information 2: 0246f015659d81c1808cb14bcac08ac5 Additional Information 3: 88e5 More information 4: 88e5e8be7dcd421d3e73842deacc6bbc

Problem signature:

Problem Event Name: APPCRASH Application Name: deluge.exe Application Version: 1.3.13.0 Application Timestamp: 530bd002 module name with errors: ntdll.dll Module version with errors: 6.1.7601.23569 Timestamp form with errors: 57f7bb79 Exception code: c0000005 except offset: 00032ed5 OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1040 Additional information 1: 73b2 Additional information 2: 73b2945666f7489f662079b35c5be603 Additional Information 3: eebf More information 4: eebf3a84b7be798c347136c131fb12c7

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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.