Custom Query (2447 matches)
Results (331 - 333 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#111 | Fixed | Can't set destination folder | ||
Description |
Course of events:
(Even more confusingly, some torrents then default to downloading to the home directory). |
|||
#2048 | WontFix | Can't set file priorities on seeding torrents | ||
Description |
My debug log only shows this: [DEBUG ] 18:47:39 torrent:305 setting 95a9c0418d00a02a7c9b5a886be36c0e3c4c4a3a's file priorities: (0, 0) [WARNING ] 18:47:39 torrent:321 File priorities were not set for this torrent This worked before I upgraded to 1.3.4 so a recent commit should be responsible for this. |
|||
#755 | Fixed | Can't set listen_ports through console UI | ||
Description |
>>> config ... * listen_ports: [6881, 6891] ... This suggests the following to work, which it doesn't. >>> config -s listen_ports [10000, 10010] * malformed expression ([) Trying a tuple instead of a list is also a no-go. >>> config -s listen_ports (10000, 10000) * Configuration value provided has incorrect type. Neither does leaving the comma and/or parentheses off. >>> config -s listen_ports 10000, 10010 * bogus data after expression >>> config -s listen_ports 10000 10010 * bogus data after expression >>> config -s listen_ports (10000 10010) * Configuration value provided has incorrect type. |
Note:
See TracQuery
for help on using queries.