dowobeha / ldc_downloader

Script to download corpora from the Linguistic Data Consortium (LDC)
GNU General Public License v3.0
31 stars 10 forks source link

This script is not work now #2

Closed surichen35 closed 2 years ago

surichen35 commented 6 years ago

2018-53-14 15:53:39 UTC:::z Accessing LDC login page ... 2018-53-14 15:53:42 UTC:::z Logging in to your LDC account ... 2018-53-14 15:53:45 UTC:::z Accessing list of your LDC corpora ...

A list of the LDC corpora associated with your account has been saved to corpora.tsv

2018-53-14 15:53:47 UTC:::z Not downloading LDC99T42: ...

KalidindiMounika commented 5 years ago

Even I am facing the same issue, If you find a solution please post here

abavisani commented 4 years ago

I am having the same issue:

`2020-00-27 13:00:18 UTC:::z Accessing LDC login page ... 2020-00-27 13:00:18 UTC:::z Logging in to your LDC account ... 2020-00-27 13:00:18 UTC:::z Accessing list of your LDC corpora ...

A list of the LDC corpora associated with your account has been saved to corpora.tsv

2020-00-27 13:00:18 UTC:::z Not downloading LDC94S13B: ... `

What's the solution?

boeddeker commented 1 year ago

I had the same issue. For me, the solution was to delete the cookies.txt file and add the --insecure flag to the script, e.g. change COOKIE_FLAGS in the script to

COOKIE_FLAGS="-b ${COOKIES_FILE} -c ${COOKIES_FILE} --insecure"