Custom Query (1748 matches)

Filters
 
Columns

Show under each result:


Results (40 - 42 of 1748)

Ticket Resolution Summary Owner Reporter
#663 wontfix ETA averaging markybob AlexC

Reported by AlexC, 4 years ago.

description

At the moment the ETA is based on current speed and jumps around a lot due to changes in current speed (at least it does on my system). It would be more reliably represented as an average, eg. take average ETA for every 20 seconds and output accordingly. Just a thought, I know it annoys me.

I use 1.2.0_dev

#926 duplicate [PATCH] Add support for boost 1.37 andar Alex Dedul

Reported by Alex Dedul, 4 years ago.

description

This simple patch adds support for boost 1.37.

#1229 invalid Deluge requires libtorrent >=0.14.9.0 when 0.14.10 installed Alex_Justes

Reported by Alex_Justes, 3 years ago.

description
$ deluged -d --loglevel=debug
[INFO    ] 08:54:09 daemon:129 Deluge daemon 1.2.2
[DEBUG   ] 08:54:09 daemon:130 options: {'profile': False, 'loglevel': 'debug', 'quiet': False, 'ui_interface': None, 'interface': None, 'logfile': None, 'config': None, 'port': None, 'pidfile': None, 'donot': True}
[DEBUG   ] 08:54:09 daemon:131 args: []
[ERROR   ] 08:54:09 main:216 This version of Deluge requires libtorrent >=0.14.9.0!
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/deluge/main.py", line 209, in start_daemon
    Daemon(options, args)
  File "/usr/lib64/python2.6/site-packages/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
  File "/usr/lib64/python2.6/site-packages/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib64/python2.6/site-packages/deluge/_libtorrent.py", line 60, in <module>
    check_version(lt)
  File "/usr/lib64/python2.6/site-packages/deluge/_libtorrent.py", line 53, in check_version
    raise ImportError("This version of Deluge requires libtorrent >=%s!" % REQUIRED_VERSION)
ImportError: This version of Deluge requires libtorrent >=0.14.9.0!

The Version of libtorrent installed on my machine is 0.14.10, but deluged requires greater than 0.14.9. Not good.

Note: See TracQuery for help on using queries.