Kabe0 / deluge-windscribe

To provide an isolated VPN layer with Deluge
23 stars 6 forks source link

Cannot access deluge web interface #31

Open TheOriginalXman opened 2 years ago

TheOriginalXman commented 2 years ago

Hey first off thanks for all your work been using deluge + windscribe for awhile now and its awesome.

I recently changed my router at home and the devices all got switched to the 10.0.0.0 address. I restarted all my system and docker containers but can no longer access the deluge web interface. I have even recreated the container but still no luck. The ip for my machine and deluge port is 10.0.0.25:8112, All I get is a browser cannot open the page.

here is the log output:

Initializing Container, Using VPN_USERNAME and VPN_PASSWORD to login., Starting windscribe ... OK, Settings location to best, Initializing Deluge, Configuring firewall settings, Setting UID to 1000, usermod: no changes, Setting GID to 1000, Making config directory., Deluged Init, Unable to initialize gettext/locale!, 'ngettext', Traceback (most recent call last):, File "/usr/lib/python3/dist-packages/deluge/i18n/util.py", line 118, in setup_translation, builtins.__dict__['_n'] = builtins.__dict__['ngettext'], KeyError: 'ngettext'

Here is the docker compose I am using:

`version: "3" services: deluge-windscribe: restart: unless-stopped image: kabe0/deluge-windscribe:latest volumes:

Kabe0 commented 2 years ago

huh the messages being thrown by docker is not an actual error. That's just a python warning that is something the Deluge team is aware of. With that warning, the docker container should be running fine.

The IP address really should not matter. Can you access other things on that computer? It's possible a firewall is blocking the port.

TheOriginalXman commented 2 years ago

Yea I can access other services on other ports that I am running on the machine. Have also tried changing the port number as well, along with installing on a different machine and a different version of Ubuntu with no luck. Even tried accessing through Chrome and Safari thinking it's a cache issue or something in the browser but still nothing.

Also switched to a nighthawk mesh wifi 6 router system, with default settings on it so no firewall blocks, if that helps.