If I run deluge-console on machine A I see all torrents.
I add torrents to Deluge via Flexget, and this works fine.
The problems appear when I run deluge-gtk 2.0.3 from machine B and connect
to the deluged running on machine A. It shows 0 torrents, though oddly
under "labels" in the sidebar, the "All" label shows the full
750-something number of torrents. If I click it, no data appears. "All" in
the top of the sidebar (under "trackers") shows 0.
I found that if I add a torrent via deluge-gtk it *does* show up.
If I then look in deluge-console on machine A I see all torrents including
the 750-something *and* the newly added one.
What is going on here?
I should also mention that I see a lot of twisted errors (3 arguments
passed but expected 1 or 2) in the console if I run deluge-gtk from the
console. I searched around for this and as far as I can gather it's a
known bug and only affects logging so can be ignored. Mentioning it all
the same. I didn't see anything else surprising in the logs.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3484>
Deluge <https://deluge-torrent.org/>
Deluge Project
Comment (by Cas):
This is very odd, can you test with latest release?
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3484#comment:1>
Comment (by gazpachoking):
Is this something to do with deluge users? What user is your Flexget
instance connecting as, how about your gtk instance?
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3484#comment:2>
Comment (by tremby):
Ah, that must be it. Thank you.
I'm running deluge-console with no special arguments or configuration, and
I see once it's started it has connected as local...@127.0.0.1:...
On the other machine, with deluge-gtk, I'm connecting with a deluge user.
I don't think I did anything differently in the past, so I am guessing
that this is a change which came along with Deluge 2 -- that the
non-"localclient"-user can only see torrents they added, whereas
"localclient" can see everything.
So I guess I need to either have flexget and deluge-console connect as a
deluge user, or stop using the deluge user and use the main user
everywhere.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3484#comment:3>