#917: gtkui can't connect to localhost
-----------------------+----------------------------------------------------
Reporter: simonbcn | Owner: andar
Type: bug | Status: reopened
Priority: critical | Milestone:
Component: gtkui | Version: 1.2.3
Resolution: | Keywords:
-----------------------+----------------------------------------------------
Changes (by anachron):
* cc: anachron (added)
* status: closed => reopened
* version: 1.2.0_dev => 1.2.3
* resolution: fixed =>
Comment:
I'm having the same problem, however there is a localclient line in the
auth file:
{{{
$ cat .config/deluge/auth
localclient:b0080e9adc0a76dd2fa166a1bccede27955a8243:10
}}}
I've attached a screenshot of deluge-gtk as it looks when it starts.
It says "Not Connected" in the corner, but according to the dialog it is
connected. If I click on the button that says "Disconnect" i get this in
the console:
{{{
Traceback (most recent call last):
File "/usr/lib/python2.6/site-
packages/deluge/ui/gtkui/connectionmanager.py", line 439, in
on_button_connect_clicked
client.disconnect().addCallback(on_disconnect)
AttributeError: 'NoneType' object has no attribute 'addCallback'
}}}
As you can see, no torrents show up in the main window.
deluge-console works ok.
outputs:
{{{
$ /usr/bin/deluged -d -L info
[INFO ] 18:42:48 daemon:129 Deluge daemon 1.2.3
[INFO ] 18:42:48 core:77 Starting libtorrent 0.15.0.0 session..
[INFO ] 18:42:48 rpcserver:347 Starting DelugeRPC server
localhost:58846
[WARNING ] 18:42:48 preferencesmanager:505 Unable to find GeoIP database
file!
[INFO ] 18:43:40 rpcserver:189 Deluge Client connection made from:
127.0.0.1:50848
[INFO ] 18:43:40 rpcserver:209 Deluge client disconnected: Connection
was closed cleanly.
}}}
{{{
$ deluge-gtk -L info
[INFO ] 18:43:40 ui:101 Deluge ui 1.2.3
[INFO ] 18:43:40 ui:104 Starting ui..
[WARNING ] 18:43:40 gtkui:174 Unable to register a 'die' handler with the
GNOME session manager: No module named gnome.ui
[INFO ] 18:43:40 client:209 Connecting to daemon at 127.0.0.1:58846..
[INFO ] 18:43:40 client:121 Connected to daemon at 127.0.0.1:58846..
[INFO ] 18:43:40 client:216 Connection lost to daemon at
127.0.0.1:58846 reason: Connection was closed cleanly.
[WARNING ] 18:43:45 config:405 Unable to open config file:
/home/anachron/.config/deluge/gtkui.conf
}}}
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/917#comment:2>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.