Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (256 - 258 of 2447)

Ticket Resolution Summary Owner Reporter
#2926 Fixed Bug in torrent.get_peers Calum
Description

Not sure how this occurred but code should handle None...

Unhandled Error
Traceback (most recent call last):
  File "/home/ubuntu/deluge.git/deluge/core/eventmanager.py", line 35, in emit
    handler(*event.args)
  File "/home/ubuntu/deluge.git/deluge/ui/sessionproxy.py", line 254, in on_torrent_added
    client.core.get_torrent_status(torrent_id, []).addCallback(on_status)
  File "/home/ubuntu/deluge.git/deluge/ui/client.py", line 517, in __call__
    return self.daemon.call(self.base, *args, **kwargs)
  File "/home/ubuntu/deluge.git/deluge/ui/client.py", line 467, in call
    m, *copy.deepcopy(args), **copy.deepcopy(kwargs)
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
    result = f(*args, **kw)
  File "/home/ubuntu/deluge.git/deluge/core/core.py", line 512, in get_torrent_status
    all_keys=not keys)
  File "/home/ubuntu/deluge.git/deluge/core/core.py", line 496, in create_torrent_status
    status = self.torrentmanager[torrent_id].get_status(torrent_keys, diff, update=update, all_keys=all_keys)
  File "/home/ubuntu/deluge.git/deluge/core/torrent.py", line 942, in get_status
    status_dict[key] = self.status_funcs[key]()
  File "/home/ubuntu/deluge.git/deluge/core/torrent.py", line 795, in get_peers
    country = ''.join([char if char.isalpha() else ' ' for char in country])
exceptions.TypeError: 'NoneType' object is not iterable
#1191 Fixed BUG : Keyboad button emulating the right click does not work on the download list. andar schumnana
Description

BUG : Keyboard button emulating the right click does not work on the download list. Of click on the right button works.

#711 Fixed Bugs on 'compatibility with prior version' & 'uninstall process in vista' AlexC anonymous
Description

2 bugs

  • compatibility with prior version
  • uninstall process in vista

I will like to report something that I have just find out with respect to a problem that I had in the past with deluge - others may have also faced it.

Initially, I have installed deluge 0.5 on a linux box and 0.6 in Vista, and everything was ok. Then I upgraded deluge (on Vista) from 0.6 to 0.7 and again everything was running smoothly. Though, when I upgraded it to 1.1-rc3 problems started! Although, deluge could start in Vista, when I was remotely connecting to the linux box nothing was appearing in the list of torrent files. Then I decided to downgrade it to 0.6. I tried 0.6, 0.7 but nothing !!! the deluge was not even able of loading.

Any how, the solution to this problem is related to a clean uninstalling! Apart from uninstalling deluge from 'control panel-programs and features' you also have to: i) remove the directory of deluge e.g. c:\program files\[i]delugei (since some files are not automatically deleted),and ii) remove the 'deluge' directory that is created inside the following path: C:\Users\[i]<username>i\AppData\Roaming\[i]Delugei

After performing the above steps I could downgrade deluge without any problems (and run ok, as before).

Christos

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