deluge-console torrent adding problem

General support for problems installing or using Deluge
Post Reply
user132131
New User
New User
Posts: 6
Joined: Tue Oct 28, 2025 4:40 pm

deluge-console torrent adding problem

Post by user132131 »

I run

Code: Select all

deluge-console add sometorrent.torrent
that executed with no output
I not see new torrent in Deluge GUI
when i try to add it again that say: AddTorrentError: Torrent already in session


WTF?
User avatar
ambipro
Moderator
Moderator
Posts: 703
Joined: Thu May 19, 2022 3:33 am
Contact:

Re: deluge-console torrent adding problem

Post by ambipro »

Sounds like you may have two public torrents that share an infohash, and adding the second one duplicates the first.
user132131
New User
New User
Posts: 6
Joined: Tue Oct 28, 2025 4:40 pm

Re: deluge-console torrent adding problem

Post by user132131 »

no that technically say correct error about duplicated torrent. WHERE GOES THAT FIRST ONE?
chat gpt says that I possibly have two instances of deluge that running by different users, but that nonsene cause I connecting do the daemon, and add torrent to the same daemon I use in GUI application.


actually there some errors I see when adding torrents, some code issues. so maybe that problems in code make torrents not added.
user132131
New User
New User
Posts: 6
Joined: Tue Oct 28, 2025 4:40 pm

Re: deluge-console torrent adding problem

Post by user132131 »

ok problem was program was runned in standalone mode
I switched that to thin client
Post Reply