sajao/CrisisLex

Proxy Issue

Closed this issue · 4 comments

Tried to run the collect.py script but I'm in a network with a proxy server and the result is a 10060 error.

Regards,
Daniele

Hi Daniele,

Can you provide the exact command line you used and the output?
This might be an issue inherited from one of the libraries we use and the full output might help in locating it.

Thank you,
Alexandra

Hi Alexandra and thanks for your quick reply.

Here is the command line:

D:\temp\CrisisLex-master\src-collect>python collect.py -l ..\data\lexicon-v1\cri
sislex_recommended_v1.txt -o output

and the error message:
The script have crashed with the following error:
[Errno 10060] Connection timed out

I'm using Python 2.7.7 on Windows.

Hi Daniele, I added a parameter that allows you to set the proxy ("-x Your_Proxy").
Can you try running the script again with this parameter set?

Thank you,
Alexandra

I'm closing this issue.