You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script scripts/prepare.shdownloads GT for Reichsanzeiger, but fails to download the GT defined in data_srcs/default_data_sources.txt. Here is protocol of bash -x scripts/prepare.sh:
@tboenig, it looks like a change in the released GT causes the breakage: older releases contained a single zip file like for example bagitDump-v79.zip while the latest release contains several zip files. The download script is not prepared to handle that correctly.
The script
scripts/prepare.sh
downloads GT for Reichsanzeiger, but fails to download the GT defined indata_srcs/default_data_sources.txt
. Here is protocol ofbash -x scripts/prepare.sh
:So instead of calling
curl
with single URLs, it is called with all URLs combined in a single argument. That fails of course.The text was updated successfully, but these errors were encountered: