Opened 15 years ago
Closed 15 years ago
#1162 closed bug (Fixed)
Error to add torrent to closed GktUI connect to remote deluge
Reported by: | simonbcn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | GTK UI | Version: | 1.2.1 |
Keywords: | gtkui, remote, add, torrent, autoadd, queued | Cc: |
Description
deluged executing in server.
deluge GtkUI in local connected to remote deluged.
When I add one torrent from Firefox to GtkUI, it shows me this window:
It corresponds to setting, in gtkui.conf:
"autoadd_queued": false
But If I check "Add torrents automatically to connect", close the GtkUI and I click in torrent file in Firefox to add in Deluge, it opens GtkUI and it shows this error "Duplicated torrent":
However, the torrent file is added anyway.
Change History (6)
follow-up: 2 comment:1 by , 15 years ago
comment:2 by , 15 years ago
Replying to andar:
So it sounds like another Deluge instance was opened? or am I wrong?
No, in both: server and client, there is only one instance of deluged and deluge-gtk respectively.
Moreover, it only fails when "autoadd_queued": true.
comment:3 by , 15 years ago
I forgot to say that this error only occurs when "autoadd_queued": true and deluge-gtk is closed.
comment:4 by , 15 years ago
I have executed deluge-gtk in console and it shows this error at start:
/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py:167: Warning: g_set_prgname() called multiple times self.gnome_prog = gnome.init("Deluge", deluge.common.get_version())
comment:5 by , 15 years ago
More information:
It works well if I uncheck "Always show" in "Add torrents dialog" section and "autoadd_queued": true.
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This has been fixed.
Thanks for the report.
So it sounds like another Deluge instance was opened? or am I wrong?