ChaLearn LAP. Apparent Personality Analysis: First Impressions (first round) Forum

Go back to competition Back to thread list Post in this thread

> Error trying to get test data

Hello,
When I run the getDataDirect.py script, I get the following output:

From URL http://158.109.8.102/test/test80_01.zip
Traceback (most recent call last):
File "getDataDirect.py", line 48, in <module>
main()
File "getDataDirect.py", line 45, in main
getDataDirect('test.txt')
File "getDataDirect.py", line 20, in getDataDirect
u = urllib2.urlopen(url)
File "C:\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 437, in open
response = meth(req, response)
File "C:\Python27\lib\urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python27\lib\urllib2.py", line 475, in error
return self._call_chain(*args)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 403: Forbidden

I tried running cmd as administrator but did not work. So any help on this would be appreciated.

P.S.: Now I tried to browse the link (http://158.109.8.102/test/test80_01.zip) manually and I get the 403 error too, which makes me think there might be a server side error.

Thanks,

Posted by: stmater @ June 29, 2016, 9:20 p.m.

Dear Participant,

We activated the access to the links after providing the script for downloading the test data. Now they are available and you should be able to download them.

Best regards,

Posted by: vponcel @ July 2, 2016, 4:21 p.m.
Post in this thread