deluge woes

General support for problems installing or using Deluge
Post Reply
serokles

deluge woes

Post by serokles »

So I have been using deluge for a good while now on my pi 2 bu recently could not connect. I think it is rejecting connections and not starting but cannot seem to get it to start and stay running.

I removed everything and followed the process here again:
http://www.onepitwopi.com/raspberry-pi/ ... pberry-pi/

It still fails to load the daemon though:

root@raspberrypi:~# deluged
root@raspberrypi:~# [ERROR ] 22:13:57 main:237 EOF read where object expected
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/main.py", line 230, in start_daemon
Daemon(options, args)
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.11-py2.7.egg/deluge/core/core.py", line 51, in <module>
import twisted.web.client
EOFError: EOF read where object expected

I get the following from the version:

deluged: 1.3.11
libtorrent: 0.15.10.0


This made me think that the libtorrent version was incorrect and should be version 16? Either way I cannot seem to compile libtorrent from source as I get errors:

configure: error: Boost.Python library not found. Try using --with-boost-python=lib.

I have tried installing boost dependencies but cannot get past this bit. Am not even sure I am barking up the right tree. Does anyone have any help they can lend for tracing the issue with deluged and steps to try and resolve it?
Post Reply