Custom Query (2449 matches)
Results (607 - 609 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1196 | Fixed | This version of Deluge requires libtorrent >=0.14.5.0 | ||
| Description |
I'm on Ubuntu 9.10, Deluge 1.2.1.2-karmic-ppa1. Since I updated to the ppa version, I can't start Deluge, the following error is shown: mediacenter@mediacenter-pc:~$ deluged -p 58846 -d
[ERROR ] 01:12:06 main:216 This version of Deluge requires libtorrent >=0.14.5.0!
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/usr/lib/pymodules/python2.6/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/lib/pymodules/python2.6/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib/pymodules/python2.6/deluge/_libtorrent.py", line 60, in <module>
check_version(lt)
File "/usr/lib/pymodules/python2.6/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.5.0!
But as I can see in Synaptic Package Manager, I have got python-libtorrent (0.14.10.2-karmit-ppa1), libtorrent-rasterbar5 (0.14.10-2-karmic-ppa) installed, so I don't know why does Deluge says that I have an old version |
|||
| #1197 | Fixed | deluge considers 0.14.5 > 0.14.10!! o_O | ||
| Description |
After today upgrade from official PPA (ppa:deluge-team/ppa), I can't boot deluged: [INFO ] 03:09:01 daemon:129 Deluge daemon 1.2.1
[ERROR ] 03:09:01 main:216 This version of Deluge requires libtorrent >=0.14.5.0!
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/usr/lib/pymodules/python2.6/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/lib/pymodules/python2.6/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib/pymodules/python2.6/deluge/_libtorrent.py", line 60, in <module>
check_version(lt)
File "/usr/lib/pymodules/python2.6/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.5.0!
Installed libtorrent version 0.14.10-2~karmic~ppa1 |
|||
| #1199 | Fixed | deluge 1.2.2 considers 0.14.9 > 0.14.10 | ||
| Description |
I have built deluge 1.2.2 and libtorrent-0.14.10 from source. [ERROR ] 16:21:31 main:216 This version of Deluge requires libtorrent >=0.14.9.0!
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/_libtorrent.py", line 60, in <module>
check_version(lt)
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/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!
|
|||
