#1828 closed bug (Fixed)
deluge-console cli interface fail with authentification error
Reported by: | Vladimir Berezhnoy | Owned by: | Calum |
---|---|---|---|
Priority: | major | Milestone: | 2.x |
Component: | Console UI | Version: | master |
Keywords: | Cc: |
Description
$ deluge-console "info -v" Could not connect to: 127.0.0.1:58846 Username and Password are required.
23:18:32.818 [deluge.core.rpcserver :200 ][INFO ] Deluge Client connection made from: 127.0.0.1:47872 23:18:32.840 [deluge.core.rpcserver :262 ][DEBUG ] RPC dispatch daemon.login 23:18:32.849 [deluge.core.rpcserver :220 ][INFO ] Deluge client disconnected: Connection was closed cleanly.
$ cat ~/.config/deluge/auth|grep local localclient:9b96e1a861437e2f8304fad91bdf3b509386d462:10
Attachments (1)
Change History (7)
comment:1 by , 14 years ago
Component: | console → new_console |
---|---|
Milestone: | Future → 1.4.0 |
by , 14 years ago
Attachment: | 0001-Fix-auth-issue-with-args-passed-to-console.patch added |
---|
comment:2 by , 14 years ago
Component: | new_console → console |
---|---|
Priority: | minor → major |
comment:3 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:4 by , 13 years ago
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Fixed committed to master: b69163b5
Note:
See TracTickets
for help on using tickets.
Thanks for the patch, it fixes the problem