Custom Query (2449 matches)
Results (412 - 414 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1194 | Fixed | Infinite login prompt in web ui through reverse proxy | ||
| Description |
When I use web ui through nginx as reverse proxy, authentification never completes and keep showing the box with Login field. Also firefox gets hung on the page and consume 100% cpu. This doesn't hapen when connecting to web ui dirctly. I'm using following nginx config:
|
|||
| #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 |
|||
