#1828 closed bug (Fixed)
deluge-console cli interface fail with authentification error
Reported by: | non7top | Owned by: | Cas |
---|---|---|---|
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 Changed 12 years ago by Cas
- Component changed from console to new_console
- Milestone changed from Future to 1.4.0
Changed 12 years ago by Cas
comment:2 Changed 12 years ago by Cas
- Component changed from new_console to console
- Priority changed from minor to major
comment:3 Changed 12 years ago by Cas
- Owner set to Cas
- Status changed from new to accepted
comment:4 Changed 12 years ago by non7top
comment:5 Changed 12 years ago by Cas
- Resolution set to fixed
- Status changed from accepted to closed
Fixed committed to master: b69163b5
Note: See
TracTickets for help on using
tickets.
Thanks for the patch, it fixes the problem