Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (250 - 252 of 2447)

Ticket Resolution Summary Owner Reporter
#470 Duplicate File upload/download starts before blocklist is imported. andar anonymous
Description

Seem to recall this being fixed in an earlier release, but it seems to have reappeared.

As the summary implies, file transfer starts soon as Deluge has loaded, even although a blocklist is being imported in the background.

#473 Fixed global and per-label totals andar anonymous
Description

hi! playing with the 0.9.08 version i love the labels but miss the total on the number of torrents including seeders. i seed several hundred. what i would like is a total number of torrents in the system, and totals per label. that way i can label them by tracker and keep a total count for each; helpful for managing private tracker torrents

even cooler would be able to know of the 'active' torrents 1) how many are active and 2) how many are actually transferring data versus just idling.

but i'll take my label totals and run if that's all we can get!

much thanks!

#475 Fixed 1.0.5, crash on init, unicode folder name andar anonymous
Description

I used to have a previous version (some older RC, IIRC), and i upgraded to RC8 (using the ubuntu intrepid .deb)

And now I can no longer run the program.

I investigated a bit: it seems that's it's the daemon that doesn't start. so I ran it with "-d", and I got this log:

[DEBUG   ] 21:47:00 torrentmanager:310 options: {'max_download_speed_per_torrent': -1.0, 'add_paused': False, 'prioritize_first_last_pieces': True, 'max_upload_speed_per_torrent': -1.0, 'auto_managed': True, 'max_connections_per_torrent': -1, 'download_location': u'/home/xavier/Vid\xe9os', 'file_priorities': [1, 1], 'compact_allocation': False, 'max_upload_slots_per_torrent': -1}
Traceback (most recent call last):
  File "/usr/bin/deluged", line 8, in <module>
    load_entry_point('deluge==0.9.08', 'console_scripts', 'deluged')()
  File "/var/lib/python-support/python2.5/deluge/main.py", line 169, in start_daemon
    Daemon(options, args)
  File "/var/lib/python-support/python2.5/deluge/core/daemon.py", line 52, in __init__
    self.core = Core(options.port).run()
  File "/var/lib/python-support/python2.5/deluge/core/core.py", line 297, in run
    component.start()
  File "/var/lib/python-support/python2.5/deluge/component.py", line 194, in start
    _ComponentRegistry.start()
  File "/var/lib/python-support/python2.5/deluge/component.py", line 114, in start
    self.start_component(component)
  File "/var/lib/python-support/python2.5/deluge/component.py", line 121, in start_component
    self.start_component(depend)
  File "/var/lib/python-support/python2.5/deluge/component.py", line 126, in start_component
    self.components[name].start()
  File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 167, in start
    self.load_state()
  File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 509, in load_state
    self.add(state=torrent_state, save_state=False)
  File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 319, in add
    add_torrent_params["save_path"] = str(options["download_location"])
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 16: ordinal not in range(128)
[DEBUG   ] 21:47:01 core:910 new_release: 0.9.08
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.