Search found 2 matches

by krise
Wed Jul 03, 2013 9:59 pm
Forum: Development
Topic: Changing the listenting_ports wont update active port
Replies: 3
Views: 3157

Re: Changing the listenting_ports wont update active port

Forget it, it now works. When i added the url request. Wierd. Maybe needed some time before i could run the update. anyhow i just need to get my ip automaticly and im all set. Publishing the code here if anyone else is using the privateinternetaccess.com service. #!/usr/bin/python from deluge.ui.cli...
by krise
Wed Jul 03, 2013 9:47 pm
Forum: Development
Topic: Changing the listenting_ports wont update active port
Replies: 3
Views: 3157

Changing the listenting_ports wont update active port

Hi im trying to change my active listening port on intervals, because i use an ext VPN service and need to update once a houre. From another thread in this forum from 2011 i got this client.core.set_config({"listen_ports":[sys.argv[1], sys.argv[1]],"random_port":False}).addCallba...