Custom Query (2425 matches)
Results (67 - 69 of 2425)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1503 | Fixed | Adding torrent in GTK crashed Console UI | nick | Cas |
Description |
I added a torrent to the gtk ui while the console was also open and the console crashed. Attached is the error log. This was while testing on git master and is the result of the recent changes. In event.py a new parameter, from_state, was added to the class TorrentAddedEvent? however 'request' is missing that parameter when ui/client.py calls that method so raises the '2 not 3' args error Despite understanding the problem I could not work out how to fix this. |
|||
#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--
|
|||
#196 | Fixed | Adding torrent problem, 'No such unique_ID.' | andar | tallica@… |
Description |
Hello, after adding new torrent to deluge I get: Raising error: No such unique_ID. Unable to add torrent: 'No such unique_ID.' Raising error: No such unique_ID. Unable to save fastresume: 'No such unique_ID.' Raising error: No such unique_ID. Unable to scrape tracker 'No such unique_ID.' and torrent doesn't show up in the gui list... Here is what I get after restart Deluge: Raising error: No such unique_ID. Unable to prioritize files: 'No such unique_ID.' Raising error: No such unique_ID. Traceback (most recent call last):
deluge.core.DelugeError?: 'No such unique_ID.' I use Gentoo x86_64 |