Opened 13 years ago
Closed 13 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)
comment:1 follow-up: ↓ 2 Changed 13 years ago by andar
comment:2 in reply to: ↑ 1 Changed 13 years ago by simonbcn
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 Changed 13 years ago by simonbcn
I forgot to say that this error only occurs when "autoadd_queued": true and deluge-gtk is closed.
comment:4 Changed 13 years ago by simonbcn
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 Changed 13 years ago by simonbcn
More information:
It works well if I uncheck "Always show" in "Add torrents dialog" section and "autoadd_queued": true.
comment:6 Changed 13 years ago by andar
- Resolution set to fixed
- Status changed from new to closed
This has been fixed.
Thanks for the report.
So it sounds like another Deluge instance was opened? or am I wrong?