Custom Query (2447 matches)
Results (511 - 513 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2698 | Fixed | Column data indexes corrupted during column removal | ||
Description |
There is a bug in the remove_column code. At line 502 of listview.py: # Remove from the liststore columns list for index in column_indices: del self.liststore_columns[index] column_indices is an ascending list of data indexes that a plugin uses. Normally, if a plugin only registers one status field, it loops once and there is no side effect. However, if a plugin registers multiple status fields, deleting indexes in that order will cause the liststore_columns list to be corrupted because any items after the deleted index will be shifted down in the list which would change their indexes as the loop is being executed. Reversing the order of column_indices should fix the problem. |
|||
#3262 | Fixed | WebUI cannot change password | ||
Description |
Error calling method `auth.change_password`: Unicode-objects must be encoded before hashing |
|||
#1488 | Duplicate | Annoying `invalid bencoding of tracker response: ""' | ||
Description |
This annoying error, `invalid bencoding of tracker response: ""', I see only for torrents with auto managed mode on, and not ever for torrents for which I've auto managed mode turned off. When I turn auto managed mode of failed torrent off and restart it, all goes fine, and if I turn it on again, the same error appears. This error manifests itself frequently to me. VERY annoying. If it is not possible to fix it somehow, I would like to have option in preferences that would allow me to turn auto managed mode off once and for ever. |