Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (313 - 315 of 2447)

Ticket Resolution Summary Owner Reporter
#315 Duplicate 100% CPU Average andar anonymous
Description

deluged 100% CPU if file doesn't exists.

debug: [DEBUG ] 11:35:16 alertmanager:90 scrape_failed_alert: Forbidden [DEBUG ] 11:35:28 alertmanager:90 peer_error_alert: packet > 1 MB (625029752 bytes) [DEBUG ] 11:37:16 torrentmanager:533 Saving torrent state file. [DEBUG ] 11:37:29 alertmanager:90 peer_error_alert: packet > 1 MB (625029752 bytes) [DEBUG ] 11:39:32 alertmanager:90 peer_error_alert: packet > 1 MB (625029752 bytes) [DEBUG ] 11:41:22 alertmanager:90 file_error_alert: open failed: '/home/terrabyte/video/Film.2001.RUS.HDRip.XviD.AC3.-HQ-ViDEO.avi'. No such file or directory Killed

#316 Fixed Adding torrent in ui via ui gives error mvoncken anonymous
Description

Reproducible every time -- still adds torrent, but you get an error every time.

--Deluge Error-- NameError : global name 'this' is not defined path : /torrent/add file : /var/lib/python-support/python2.5/deluge/ui/webui/torrent_add.py in POST, line 123

--Input-- <Storage {'max_download_speed_per_torrent': 'Unlimited', 'max_upload_speed_per_torrent': 'Unlimited', 'url': 'http://www.mininova.org/get/1552195', 'download_location': '/home/john', 'redir': , 'submit': 'Submit', 'max_connections_per_torrent': 'Unlimited', 'max_upload_slots_per_torrent': 'Unlimited', 'torrent': }>

--Versions-- WebUi : rev.185 Python : 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] dbus:0.82.4

--Traceback--

File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/webapi.py", line 304, in wsgifunc

result = func()

File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 131, in <lambda>

func = lambda: handle(inp, fvars)

File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/request.py", line 61, in handle

return tocall(*([x and urllib.unquote(x) for x in args] + fna))

File "/var/lib/python-support/python2.5/deluge/ui/webui/page_decorators.py", line 52, in deco

return func(self, name) #check_session:ok

File "/var/lib/python-support/python2.5/deluge/ui/webui/torrent_add.py", line 124, in POST

this.redirect(vars.choose_files)

#317 Fixed Update the torrentview when torrent status changes andar sadrul
Description

If 'Downloading' is selected from the sidebar, and a torrent from the torrentview is paused (either from the gtkui itself, or from another ui), then the torrent remains in the view, although it doesn't match the selected filter. The attached patch fixes the issue (I have added inline comments explaining the changes made).

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