Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (412 - 414 of 2449)

Ticket Resolution Summary Owner Reporter
#1194 Fixed Infinite login prompt in web ui through reverse proxy Vladimir Berezhnoy
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:

location /deluge {

proxy_pass http://s:8112/; proxy_redirect off;

proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Deluge-Base /deluge/;

commit e7c7b8f4db4acaa5811c2573180a0afd6d24f947

#1196 Fixed This version of Deluge requires libtorrent >=0.14.5.0 marcosgdf
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 simonbcn
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

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