OldSchoolHack

Register / Login English

Daily Draw/Claw CommandLine Client

icon Thread: [Release] Daily Draw/Claw CommandLine Client

Join Date: Feb 2015

Posts: 2

Perfect. Thank you.
For those who got network proxy, You will probably get this:

Quote
(7) Failed to connect to Only registered and activated users can see links. port 443: Timed out

You could simply add to this script some new enviroment variables.
Here some example:


Quote
set https_proxy=https://your_proxy:your_port set

If you need username and password to connect with your proxy server, try this:

Quote
set https_proxy=https://username:password@your_proxy:your_port