ERR_EMPTY_RESPONSE Deluge Web UI Error

General support for problems installing or using Deluge
Post Reply
erhan9049
New User
New User
Posts: 9
Joined: Fri Jun 22, 2018 1:12 pm

ERR_EMPTY_RESPONSE Deluge Web UI Error

Post by erhan9049 »

Hello,

I'm trying to install the deluge torrent client(1.3.15) on my Orange Pi Zero(ARMBIAN 5.75 stable Debian GNU/Linux 9 (stretch) 4.19.38-sunxi).

I was able to successfully do it last year, but this time I'm getting an error. I did all the steps but Chrome returns an ERR_EMPTY_RESPONSE when I try to access the Web UI using http://{url}:{port}. I tried deleting ~/.config/deluge as it's suggested in a forum post, but it didn't work.

Code: Select all

systemctl status deluged
and

Code: Select all

systemctl status deluge-web
show
Active: active (running)
I set "allow_remote": true in the core.conf and specified a forwarded port for the "daemon_port" key. I know it can read this because the error is different when I try random ports.

When I enter this command:

Code: Select all

deluge-web
I see an error like this:
twisted.internet.error.CannotListenError: Couldn't listen on any:8112: [Errno 98] Address already in use.
I think this is because I'm trying to start something, which has already been started.

I can't figure out why it is not working. Do I need to be in the same local network for the initial setup?

Thanks.
erhan9049
New User
New User
Posts: 9
Joined: Fri Jun 22, 2018 1:12 pm

Re: ERR_EMPTY_RESPONSE Deluge Web UI Error

Post by erhan9049 »

I got to try within the same local network, didn't make a difference.
erhan9049
New User
New User
Posts: 9
Joined: Fri Jun 22, 2018 1:12 pm

Re: ERR_EMPTY_RESPONSE Deluge Web UI Error

Post by erhan9049 »

I think this issue is happening because I have "Debian GNU/Linux 9 (stretch)" on my computer.

This page does not list "Stretch": https://dev.deluge-torrent.org/wiki/Ins ... nux/Debian
erhan9049
New User
New User
Posts: 9
Joined: Fri Jun 22, 2018 1:12 pm

Re: ERR_EMPTY_RESPONSE Deluge Web UI Error

Post by erhan9049 »

Ah, I changed the daemon port instead of the web client port :facepalm
Post Reply