Custom Query (2449 matches)
Results (493 - 495 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2771 | WorksForMe | Status Tab KeyError in terminal on shutdown | ||
| Description |
An annoying error that would like to fix. It will randomly happen on shutdown and seems to be a status call after the core has shutdown but odd that the keyerror is only for 'progress'. Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "/home/ubuntu/deluge-1.3-stable-git/deluge/ui/gtkui/torrentdetails.py", line 380, in update
self.tabs[name].update()
File "/home/ubuntu/deluge-1.3-stable-git/deluge/ui/gtkui/status_tab.py", line 120, in update
selected, status_keys).addCallback(self._on_get_torrent_status)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 298, in addCallback
callbackKeywords=kw)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 287, in addCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/home/ubuntu/deluge-1.3-stable-git/deluge/ui/gtkui/status_tab.py", line 152, in _on_get_torrent_status
fraction = status["progress"] / 100
exceptions.KeyError: 'progress'
|
|||
| #85 | Fixed | status "seeding" and multi-file torrent | ||
| Description |
Hi, I use one of the nightly snapshots (ver 0.6.0-svn2926-1). It looks like the status of a multi-file torrent can be "confused" in the following way. 1) start download of multi-file $foo 2) deselect all but one or two files for download from the torrent 3) wait until those files are completed and seeding starts 4) reselect the remaining files for download the web ui will then show the progress status of the file as "Seeding XY%" |
|||
| #836 | Invalid | Status bar keeps saying "no incoming connection" until "check active port" is used in prefs | ||
| Description |
Hi ! It's almost completely described in the title ! Say it "longer" : (it's deluge 1.1.4 - Ubuntu 8.10 - Fr) Launch Deluge (add a new torrent or restart previously existing torrent) I have (in the Deluge status bar) a red square with a white "X", saying "no incoming connection". This keeps remaining until (can last for 1/2h, not tried more) I go to the "Network" tab under Preferences. There, I have to "check the active port" (I have 6881 to 6889, wih random ports deactivated), which removes immediately this status-bar information. Please note that this occurs only when I start Deluge after 1 or 2 days (if I start & do this & restart Deluge, the "no incoming connections" does not appear) It seemed to me that it was a question of closed port or not-forwarded port, but I checked my routers and everything is ok there, and I can always download a torrent, even when having this behavior. Many thanks in advance for any clue / troubleshooting information you can provide, and (last but not least !) : GREAT APP !!! |
|||
