binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
690 stars 112 forks source link

Can not use remote daemon #157

Open Itsmmai opened 4 years ago

Itsmmai commented 4 years ago

Hi,

I would like to use my Deluge client on my Linux machine or Macbook. Is this possible? No I can't but also get some errors by start. A returning error is:

2020-01-27 00:23:59,904 DEBG 'watchdog-script' stderr output:

'ngettext'

Traceback (most recent call last):

  File "/usr/lib/python3.8/site-packages/deluge/i18n/util.py", line 118, in setup_translation

    builtins.__dict__['_n'] = builtins.__dict__['ngettext']

KeyError: 'ngettext'

Thanks in advance! Abel.

Itsmmai commented 4 years ago

Hi again,

Also I'm not able to go to deluged from another docker. I can connect to the web-gui but not the daemon.

What is wrong ?? Please help ?

2020-01-27 22:00:43.346169 [info] PUID defined as '1026' 2020-01-27 22:00:43.380078 [info] PGID defined as '129' 2020-01-27 22:00:43.410488 [info] UMASK defined as '000' 2020-01-27 22:00:43.434590 [info] Permissions already set for volume mappings 2020-01-27 22:00:43.462427 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'error' 2020-01-27 22:00:43.486301 [info] DELUGE_WEB_LOG_LEVEL defined as 'error' 2020-01-27 22:00:43.510887 [info] VPN_ENABLED defined as 'yes' 2020-01-27 22:00:43.538024 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/Sweden.ovpn 2020-01-27 22:00:43.579630 [info] VPN remote line defined as 'remote sweden.privateinternetaccess.com 1198' 2020-01-27 22:00:43.604376 [info] VPN_REMOTE defined as 'sweden.privateinternetaccess.com' 2020-01-27 22:00:43.629236 [info] VPN_PORT defined as '1198' 2020-01-27 22:00:43.656034 [info] VPN_PROTOCOL defined as 'udp' 2020-01-27 22:00:43.680803 [info] VPN_DEVICE_TYPE defined as 'tun0' 2020-01-27 22:00:43.704599 [info] VPN_PROV defined as 'pia' 2020-01-27 22:00:43.728438 [info] LAN_NETWORK defined as '192.168.0.0/24,172.17.0.0/16' 2020-01-27 22:00:43.752183 [info] NAME_SERVERS defined as '209.222.18.222,209.222.18.218' 2020-01-27 22:00:43.776259 [info] VPN_USER defined as 'something' 2020-01-27 22:00:43.799933 [info] VPN_PASS defined as 'something secret' 2020-01-27 22:00:43.824156 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2020-01-27 22:00:43.847986 [info] STRICT_PORT_FORWARD defined as 'yes' 2020-01-27 22:00:43.871734 [info] ENABLE_PRIVOXY defined as 'no'

Thanks again !!! Bye, Abel