Custom Query (2449 matches)
Results (610 - 612 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #530 | Fixed | sending bad statistic data | ||
| Description |
When suspended and followed by torrent initialization again, Deluge sends the number of data as if the torrent starts to download from the beginning again. |
|||
| #2127 | WontFix | select() reactor has problems with >1024 File Descriptors | ||
| Description |
The select reactor has issues with more than 1024 file descriptors, which leads to errors like this when having a large number of connections. I'm not sure what the best path to take in this situation is. Either we could integrate with twistd, which does it's own intelligent reactor selection, or write logic to determine whether we're on Linux, and if so, opt for the poll() or epoll() reactor, and select() otherwise. Traceback (most recent call last):
--- <exception caught here> ---
exceptions.ValueError: filedescriptor out of range in select() Unhandled error in Deferred: Traceback (most recent call last):
--- <exception caught here> ---
exceptions.KeyError: <type 'instance'> |
|||
| #1067 | Fixed | Select 'Other' in speed selection dropdown in gtkui causes error | ||
| Description |
Open the GTK ui and click on speed and select other. Error follows: NameError: global name 'os' is not defined Traceback (most recent call last):
|
|||
