Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (397 - 399 of 2447)

Ticket Resolution Summary Owner Reporter
#2762 Fixed torrentview.py TypeError: value is of the wrong type for this column Calum
Description

From Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1219582

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/torrentview.py", line 457, in update_view
    self.liststore.set(row.iter, *to_update)
TypeError: value is of the wrong type for this column

Looks as though a stricter checking is highlighting that Down Speed and Up Speed columns should be int...

#2761 Invalid Download rate limit "Unlimited" == 800KiB == "819200" Xuefer
Description

Setting Limit to "Unlimited" in the web, it will limit the download rate to actually around 800KiB/s, and ltconfig says the actual value of "download_rate_limit" is 819200

This is not a speed issue with lack of source uploading to me, i can always re-apply ltconfig "High performance Seed" to see "download_rate_limit" to 0, actual download speed will go as high as 1~2 MiB/s as of now

#2760 WontFix [win32] Use winsound instead of pygame for notification sound Calum
Description

Having pygame dependency for just playing sounds seems rather over the top and searching around found that on windows we can use a standard winsound module. Will still need an elegant solution for linux and osx.

http://stackoverflow.com/a/311634/175584

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.