Custom Query (2448 matches)
Results (139 - 141 of 2448)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3170 | Invalid | Not Responding | MagicPez | |
Description |
Hello, This morning Deluge stopped working for me. All I get is what you see in the attached screenshot. I am not able to check anything because the entire window is not responsive to anything. I uninstalled & reinstalled. Did not work. I tried again and it still is not responding. I need to finish some seeds or my ratio is going to be ruined on a tracker I use. I really hope I can continue with Deluge and not have to set up a whole new client I am not familiar with. I hate uTorrent so that one is out of the question. I use Windows 10. Thank you for your time and help |
|||
#3169 | Fixed | deluge ppa | firefox | |
Description |
Please update the deluge ppa and also the develop ppa as ubuntu 18.04 is released tomorrow. |
|||
#3167 | Fixed | tracker_icons.py does not clean up /tmp entries from failed hosts | rexar | |
Description |
If Deluge attempts to obtain a tracker icon for a tracker that is unreachable, or has a re-direct to self (perpetual HTTP 301/302) the errorback routines in tracker_icons.py do not have access to the temporary filehandles / paths created as part of the download_page method, and as such is unable to clean up these pre-allocated resources. Over a period of time under Linux, this fills the /tmp directory with a large amount of junk files in the form of deluge_ticon.xxxxx Attached is a workaround targetting the 1.3.15 release version of tracker_icons.py which allows the errorback routines to clean files allocated from failed attempts. This was developed against my scenario which is the GTK client connecting to a remote server, it hasn't been tested for other use cases. |