I’ve successfully gone through the torrent box tutorial, but I’m stuck on the deluge web UI.
http://www.howtogeek.com/142044/how-to- ... rrent-box/
To install the WebUI, go to the terminal on your Pi and enter the following commands. Note: If you already installed the Deluge daemon in the ThinClient section of the tutorial, skip the first command here.
Code: Select all
sudo apt-get install deluged
sudo apt-get install python-mako
sudo apt-get install deluge-webCode: Select all
deluge-webthis is the error message
Code: Select all
Traceback (most recent call last):
File "/usr/bin/deluge-web", line 9, in <module>
load_entry_point('deluge==1.3.3', 'console_scripts', 'deluge-web')()
File "/usr/lib/python2.7/dist-packages/deluge/ui/web/web.py", line 138, in start
web.start()
File "/usr/lib/python2.7/dist-packages/deluge/ui/web/web.py", line 125, in start
self.server.start()
File "/usr/lib/python2.7/dist-packages/deluge/ui/web/server.py", line 665, in start
self.start_normal()
File "/usr/lib/python2.7/dist-packages/deluge/ui/web/server.py", line 673, in start_normal
self.socket = reactor.listenTCP(self.port, self.site)
File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 436, in listenTCP
p.startListening()
File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 641, in startListening
raise CannotListenError, (self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on any:8112: [Errno 98] Address already in use.Any help would be great, cheers