Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (187 - 189 of 2449)

Ticket Resolution Summary Owner Reporter
#3059 Fixed autoconnect & webserver Cas firefox
Description

Autoconnect to selected daemon is not working anymore.

if i stop the daemon and start it again i get this:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/connectionmanager.py", line 479, in on_button_startdaemon_clicked
    self.start_daemon(port, get_config_dir()).addCallback(on_daemon_status_change)
AttributeError: 'bool' object has no attribute 'addCallback'

i cant get more information about this but gtk is not connecting to the daemon... guess it's self.start_daemon btw i have tho daemons in the config, but with the latest deluge version on ppa develop i just see one.... if i do a regress to Client: 2.0.0.dev7027 Server: 2.0.0.dev7055 works fine and i can see the localclient and the remote daemon

#3058 Fixed Error Adding User Cas firefox
Description

On thin mode it's impossible to add a user:

renato@firefox-server:/media/disk/deluge$ deluge
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/preferences.py", line 1023, in on_accounts_add_clicked
    dialog = AccountDialog(levels_mapping=client.auth_levels_mapping, parent=self.pref_dialog)
  File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/dialogs.py", line 273, in __init__
    self.authlevel_combo = gtk.ComboBoxText()
AttributeError: 'module' object has no attribute 'ComboBoxText'
renato@firefox-server:/media/disk/deluge$ 
#3056 WorksForMe creating daemon connection in deluge-gtk fails without feedback Cas krichter
Description

After the connection to the daemon failed without feedback (probably another issue which can't be investigated prior to fixing this one) I deleted the long time ago only defined connection in order to re-create it. After clicking on "Add", entering hostname, port, username and password and clicking "Save" the creation dialog closes, but the connection isn't listed in the list of available connections. There's no feedback for the user and nothing logged to console.

experienced with 2.0.0.dev7052+45e0d10+201706100031~ubuntu17.04.1 on Ubuntu 17.04

Note: See TracQuery for help on using queries.