Custom Query (2447 matches)
Results (484 - 486 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1936 | Fixed | free variable 'host' referenced before assignment in enclosing scope | ||
Description |
When I start deluge-web I get the following: NameError: free variable 'host' referenced before assignment in enclosing scope [ERROR ] 00:41:35 json_api:227 Error calling method `web.get_host_status` [ERROR ] 00:41:35 json_api:228 free variable 'host' referenced before assignment in enclosing scope Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line 219, in _handle_request result = self._exec_local(method, params, request) File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line 186, in _exec_local return meth(*params) File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line 750, in get_host_status return response(_("Offline")) File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line 745, in response return host_id, host, port, status, info > deluge-web --version deluge-web: 1.3.3 libtorrent: 0.15.7.0 >python --version Python 3.2.1 |
|||
#2352 | Fixed | Stats are messed off after libtorrent-rasterbar update to 0.16.10 | ||
Description |
Hello, After updating libtorrent-rasterbar to 0.16.10 downloading/seeding time looking wrong for any file. Please see attached screenshot. |
|||
#1958 | Invalid | Memory leak (Windows 7 x64 SP1 Ult. + Deluge 1.3.2) | ||
Description |
When running Deluge for few hours the memory usage goes up and finally reaches the limit (in my case 4GB). I noticed it is related to the number of individual torrents, because I have set up "remove torrent when ratio > 2.0" and when that happens the memory usage drops down significantly (like 1-2GB per torrent) and then starts raising again. Note: I cannot check on latest 1.3.3 version, because this one does not run on my install at all. I saw several reports in trac about leaks, but they were marked either fixed or related to gtk/ui. It seems to me, this one is related to torrent (libtorrent?) itself. |