Custom Query (2447 matches)
Results (55 - 57 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1229 | Invalid | Deluge requires libtorrent >=0.14.9.0 when 0.14.10 installed | ||
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. |
|||
#1295 | Fixed | Can't register to forum and deluge-torrent.org isn't accepting incoming mail | ||
Description |
Hi, I was trying to register to the forum, but registration page isn't showing the confirmation code it requires to enter. I've tried to contact the forum admins at deluge_forum@deluge-torrent.org, but mail delivery failed permanently after usual 4 days of trying. So I'm reporting the issue here. |
|||
#1296 | Invalid | Spurious HTTP requests to localhost from Deluge | ||
Description |
Hi, It's been about a week or so since I've started to get these failed HTTP requests in my Apache2 log: 127.0.0.1 - - [22/May/2010:10:54:53 +0300] "GET /announce?info_hash=%a2KF... HTTP/1.0" 404 839 "-" "Deluge 1.2.3" It started with version 1.1.9, so I've tried to upgrade to 1.2.3, but this didn't help. What can I do to debug this? |