Deluge-web not returning Command prompt
Posted: Sat Jan 10, 2015 8:33 pm
Hello,
I've installed deluge but i'm unable to access WEB UI (http://myipaddress:8110), when i do $ deluge-web, it would not return command prompt and i'm getting a white page with headline "Deluge Web UI 1.3.3 on my browser. That's it.
What should i do ?
I'm running Debian 7.7 Wheezy on VPS
EDIT: After removing and reinstalling deluge, i got command prompt back after $ deluge-web command. This is what i've found.
I still get the Title bar only with white page!
I've installed deluge but i'm unable to access WEB UI (http://myipaddress:8110), when i do $ deluge-web, it would not return command prompt and i'm getting a white page with headline "Deluge Web UI 1.3.3 on my browser. That's it.
What should i do ?
I'm running Debian 7.7 Wheezy on VPS
EDIT: After removing and reinstalling deluge, i got command prompt back after $ deluge-web command. This is what i've found.
Code: Select all
Traceback (most recent call last):
File "/usr/bin/deluge-web", line 9, in <module>
load_entry_point('deluge==1.3.11', '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 666, in start
self.start_normal()
File "/usr/lib/python2.7/dist-packages/deluge/ui/web/server.py", line 674, 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.