Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (439 - 441 of 2447)

Ticket Resolution Summary Owner Reporter
#3491 Fixed Console UI should not depend on core modules Calum
Description

While looking at a PR removing dependency on core.rpcserver in Web UI I wondered if any other UI components also had core module dependency and found:

from deluge.core.preferencesmanager import DEFAULT_PREFS

https://github.com/deluge-torrent/deluge/blob/develop/deluge/ui/console/widgets/statusbars.py#L14

This means that it is harder to package console UI without including the core code so should be replaced

#1151 console ui unable to automatically connect quite
Description

When starting up console ui, it fails to connect to the deluged (on localhost, running as a different user). I assumed I had to put the user:pass: in the auth file, but it seems I was wrong. Perhaps that file is only for setting up access to the daemon? Anyhow, it does not work. Moreover, the gtk ui does connect successfully using the same setup, so is the real issue that console ui does not care about the hostlist.conf?

Maybe this is a feature request, or a bug. I did not read the source very well now.

Probably the same issue here:

http://forum.deluge-torrent.org/viewtopic.php?f=7&t=28265

[ERROR   ] 13:38:58 client:375 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(localclient, 8ce5af6592d4043af256be0ec3ffda531378d6cf)
--------------------------------------------------------------------------------
  File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 245, in dispatch
    ret = component.get("AuthManager").authorize(*args, **kwargs)
  File "/usr/lib/pymodules/python2.6/deluge/core/authmanager.py", line 93, in authorize
    raise BadLoginError("Password does not match")

BadLoginError: Password does not match

#2874 Duplicate console-ui update trackers ElevatorChamp
Description

Link to another ticket (5 years ago) regarding the same thing: http://dev.deluge-torrent.org/ticket/1590

Commit that supposedly implemented it: http://dev.deluge-torrent.org/changeset/0d560bcd6fcfb4e89f23b2d11fe4bd6d3a5ec015/

Yet it is not a command in deluge-console. I would very much like this command back as it would allow me to finish my script more elegantly (instead of having to pause all torrents then resume them).

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