Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (454 - 456 of 2447)

Ticket Resolution Summary Owner Reporter
#876 WontFix main_window.glade error andar AsTuRkInG
Description

When i try to start deluge by GNOME GUI it doesn't start and when i try to do it by Terminal i have this message, what can i do to run it? I have Ubuntu 8.04

admin@ks351035:~$ deluge
1.1.5
/var/lib/python-support/python2.5/deluge/ui/gtkui/queuedtorrents.py:48: GtkWarning: Failed to set text from markup due to error parsing markup: Error en la línea 1, carácter 18: Texto codificado como UTF-8 inválido; «<big><b>A�adir torrents en cola</b></big>» no válido
  "glade/queuedtorrents.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:51: GtkWarning: Invalid input string
  "glade/main_window.glade"))
Fallo de segmentación
#877 WontFix deluge forgets settings after exit andar noface@inbox.ru
Description

Deluge forgets settings about max. simultaneous active torrents and max. upload speed after exit. I tried both settings dialog and run configuration wizard.

Tried to hack config... When I click apply, settings are saved to ~/.config/deluge/prefs.state, but when I restart deluge they get rewritten back again.

That is quite annoying bug in great gtk torrent client.

Bug is for Ubuntu 8.10, Deluge version is 0.5.9.3

https://bugs.launchpad.net/ubuntu/+source/deluge-torrent/+bug/355904

#878 Fixed GtkUI fails to start daemon process deluged andar znupi69+deluge@gmail.com
Description

It seems that sometimes, when launching "deluge" (the GtkUI) it fails to start the daemon process. This is pretty annoying, especially because I have set up deluge to start on system startup. When this happens, I usually have to run "deluged" manually. This started happening on 1.1.5. I use deluge from the PPA repository "deb http://ppa.launchpad.net/deluge-team/ubuntu intrepid main". Here's a traceback from when deluge isn't able to launch the daemon:

$ deluge
1.1.5
[ERROR   ] 13:52:19 client:146 Socket or XMLRPC error: (111, 'Connection refused')
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/torrentview.py", line 263, in send_status_request
    self._on_get_torrents_status, self.filter, status_keys)
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy
    return self.core.call(method_name, *args, **kwargs)
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call
    raise deluge.error.NoCoreError("The core proxy is invalid.")
deluge.error.NoCoreError: 'The core proxy is invalid.'
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/signals.py", line 86, in torrent_finished
    Notification().notify(torrent_id)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 42, in notify
    self.get_torrent_status(torrent_id)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 45, in get_torrent_status
    client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["name", "num_files", "total_payload_download"])
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy
    return self.core.call(method_name, *args, **kwargs)
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call
    raise deluge.error.NoCoreError("The core proxy is invalid.")
deluge.error.NoCoreError: 'The core proxy is invalid.'
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/signals.py", line 86, in torrent_finished
    Notification().notify(torrent_id)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 42, in notify
    self.get_torrent_status(torrent_id)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 45, in get_torrent_status
    client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["name", "num_files", "total_payload_download"])
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy
    return self.core.call(method_name, *args, **kwargs)
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call
    raise deluge.error.NoCoreError("The core proxy is invalid.")
deluge.error.NoCoreError: 'The core proxy is invalid.'
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/signals.py", line 86, in torrent_finished
    Notification().notify(torrent_id)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 42, in notify
    self.get_torrent_status(torrent_id)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 45, in get_torrent_status
    client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["name", "num_files", "total_payload_download"])
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy
    return self.core.call(method_name, *args, **kwargs)
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call
    raise deluge.error.NoCoreError("The core proxy is invalid.")
deluge.error.NoCoreError: 'The core proxy is invalid.'
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/signals.py", line 86, in torrent_finished
    Notification().notify(torrent_id)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 42, in notify
    self.get_torrent_status(torrent_id)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 45, in get_torrent_status
    client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["name", "num_files", "total_payload_download"])
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy
    return self.core.call(method_name, *args, **kwargs)
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call
    raise deluge.error.NoCoreError("The core proxy is invalid.")
deluge.error.NoCoreError: 'The core proxy is invalid.'
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/signals.py", line 86, in torrent_finished
    Notification().notify(torrent_id)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 42, in notify
    self.get_torrent_status(torrent_id)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 45, in get_torrent_status
    client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["name", "num_files", "total_payload_download"])
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy
    return self.core.call(method_name, *args, **kwargs)
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 112, in call
    raise deluge.error.NoCoreError("The core proxy is invalid.")
deluge.error.NoCoreError: 'The core proxy is invalid.'
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/signals.py", line 86, in torrent_finished
    Notification().notify(torrent_id)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 42, in notify
    self.get_torrent_status(torrent_id)
  File "/var/lib/python-support/python2.5/deluge/ui/gtkui/notification.py", line 45, in get_torrent_status
    client.get_torrent_status(self._on_get_torrent_status, torrent_id, ["name", "num_files", "total_payload_download"])
  File "/var/lib/python-support/python2.5/deluge/ui/client.py", line 361, in async_proxy
    return self.core.call(method_name, *args, **kwargs)
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.