KateHyoung / UTDEventData

An R package to retrieve political event data from the UTD API server
GNU Lesser General Public License v3.0
15 stars 7 forks source link

Error when downloading ICEWS entire data #14

Open babakrezaee opened 5 years ago

babakrezaee commented 5 years ago

I use below command to download the entire of ICEWS dataset,

k <- '...My API Key...' data_ICEWS <- entireData(utd_api_key = k , table_name = 'ICEWS',

But, I get below error: Error in curl::curl_download(url_submit, tmp) : Empty reply from server

The command works for "CLINE_PHOENIX_FBIS" table.

It seems pullData() also doesn't work well with ICEWS table.

KateHyoung commented 5 years ago

Thank you for providing us this error. I think it's not an issue of code but an issue in a server side. I will forward your comment to our server manager.

KateHyoung commented 5 years ago

Please try the function to download the entire ICEWS data. The server manager let me know ICEWS works well now. Thank you.