movieboy

Members
  • Posts

    8
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

movieboy's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Another great docker! Two questions... 1) any way to set the quality of the stream? 2) any chance of getting ffmpeg/avconv in the docker for conversions?
  2. Well, the service is running, but seems to be unable to make any connections.
  3. hi n3vik, think i know whats going on here, basically i need to manually modify the configuration file for the listening interface BEFORE deluge starts, i was previously using the deluge-console, which cant be used until deluge daemon is running, issue is deluge then tries to bind to an ip that doesnt exist and errors, bit of a catch-22. so i need to get sed to do the work for me before it starts. short story is, new image is built, force a check for updates and let me know if it fixes your issue. oh and a quick fyi, the following error is an issue with the core of deluge (libtorrent) and can safely be ignored:- self.session.listen_on(value[0], value[1], str(self.config["listen_interface"]).strip()) exceptions.RuntimeError: Address family not supported by protocol see here for bug raised on github https://github.com/arvidn/libtorrent/issues/137 Updated today and now getting the same error. Any ideas? Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge/main.py", line 230, in start_daemon Daemon(options, args) File "/usr/lib/python2.7/site-packages/deluge/core/daemon.py", line 161, in __init__ component.start("PreferencesManager") File "/usr/lib/python2.7/site-packages/deluge/component.py", line 296, in start deferreds.append(self.components[name]._component_start()) File "/usr/lib/python2.7/site-packages/deluge/component.py", line 124, in _component_start d = maybeDeferred(self.start) --- --- File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 150, in maybeDeferred result = f(*args, **kw) File "/usr/lib/python2.7/site-packages/deluge/core/preferencesmanager.py", line 160, in start self._on_set_listen_ports) File "/usr/lib/python2.7/site-packages/deluge/config.py", line 312, in register_set_function function(key, self.__config[key]) File "/usr/lib/python2.7/site-packages/deluge/core/preferencesmanager.py", line 254, in _on_set_listen_ports self.session.listen_on(value[0], value[1], str(self.config["listen_interface"]).strip()) exceptions.RuntimeError: Address family not supported by protocol
  4. updated - got this error: [info] VPN provider defined as custom [crit] VPN provider defined as custom, OpenVPN config files does not exist in /config/openvpn/ please create and restart delugevpn but the file exists.
  5. OK, my fault. username and pass were using the old variable names. refreshed and recreated the docker app and then i was all good. I was assuming that it would pull the vpn address and port from the variables. I just had to move the my vpn .conf file into place and was good to go.
  6. So, I set the variables, but they are not getting used. My conf files looks like this: client dev tun proto udp remote vpn.provider.com 1111 resolv-retry infinite nobind persist-key persist-tun ca ca.crt tls-client remote vpn.provider.com 1111 auth-user-pass credentials.conf comp-lzo verb 1 reneg-sec 0 crl-verify crl.pem ping 600 ping-restart 1200 Notice that remote is listed twice. also getting an error in the log that username is not set.
  7. WOW that was fast! Thanks! Now, about that pony I want...
  8. This it truly fantastic. Thanks so much! One request. It would be great if there were a setting for the VPN config to have a country selection that allows us to enter our own VPN settings manually in the conf file and does not get overwritten. This way we can use any VPN service. (or move this information to the application directory so it can be overwritten with other settings)