BezzPezz

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by BezzPezz

  1. Hey Guys, Just a heads up, I am new to Docker so go easy. I would like to see if anyone can assist. I have installed Binhex/Arch-deluge VPN on Ubuntu 18.04 and have everything working. However, when I check the docker logs I get this: 2019-10-22 19:33:00,710 DEBG 'watchdog-script' stderr output: Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/twisted/internet/base.py", line 1292, in mainLoop self.runUntilCurrent() File "/usr/lib/python3.7/site-packages/twisted/internet/base.py", line 913, in runUntilCurrent call.func(*call.args, **call.kw) File "/usr/lib/python3.7/site-packages/twisted/internet/defer.py", line 460, in callback self._startRunCallbacks(result) File "/usr/lib/python3.7/site-packages/twisted/internet/defer.py", line 568, in _startRunCallbacks self._runCallbacks() --- <exception caught here> --- File "/usr/lib/python3.7/site-packages/twisted/internet/defer.py", line 654, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/usr/lib/python3.7/site-packages/twisted/internet/task.py", line 866, in <lambda> d.addCallback(lambda ignored: callable(*args, **kw)) File "/usr/lib/python3.7/site-packages/deluge/core/preferencesmanager.py", line 162, in start self.do_config_set_func(key, self.config[key]) File "/usr/lib/python3.7/site-packages/deluge/core/preferencesmanager.py", line 176, in do_config_set_func on_set_func(key, value) File "/usr/lib/python3.7/site-packages/deluge/core/preferencesmanager.py", line 191, in _on_set_listen_ports self.__set_listen_on() File "/usr/lib/python3.7/site-packages/deluge/core/preferencesmanager.py", line 229, in __set_listen_on for port in range(listen_ports[0], listen_ports[1] + 1) builtins.TypeError: can only concatenate str (not "int") to str 1. Is this a bug with the Binhex Docker that he may not know about? 2. Is this something I should be worried about - I am no coding expert but it looks like a string can't be concatenated ??? Any help is much appreciated. Cheers