Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 2449)

Ticket Resolution Summary Owner Reporter
#3538 Fixed Adding host in console-UI fails. mhertz
Description

As title, currently it's not possible to add new host in console-UI as states port need be integer.

I added some debug-prints and found the 'result' dict indeed saves port as string, e.g. I tested it worked here just changing line 107 of connectionmanager.py from/to:

                result['port']['value'],
                int(result['port']['value']),

Also, currently when having input new host data and pressed return then need also press escape to get out of connection-manager, which i just changed in same file line 135 from/to:

            self.update_select_host_popup()
            self.pop_popup()

Thanks in advance.

#627 WontFix Adding multiple torrents has un-intuitive behavior andar jonesmz@…
Description

Adding multiple torrents at once is unintuitive.

Currently, pressing "add" automatically adds ALL of the torrents in the add queue to deluge.

What I was expecting is that clicking add adds the currently highlighted torrent, allowing further options to be set for the torrents not yet selected.

#2150 Invalid Adding of existing torrent, not in list, zeroes the ratio/uploaded counter scuba
Description

I'm on Ubuntu 12.04 with deluge-torrent 1.3.5.

I had downloaded a torrent file, at a later date I downloaded it again not realizing it was already downloaded. I added the torrent through autoadd and when I watched in deluge client I saw that the torrent already existed and had a ratio of 0.834, a second later it said 0.0 and its status was moved from paused to queued. The file already existed in the "downloaded folder" so it should have caught on to that then.

I solved the "not found" problem by pausing and moving the "target path" to the "downloaded folder" and then "recheck torrent".

Note: Also using "move torrent" when finished, so a temporary path at first.

Note: See TracQuery for help on using queries.