Datasets:

Sub-tasks:
fact-checking
Languages:
Indonesian
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
License:

Unable to download: FileNotFoundError

#1
by albertvillanova HF staff - opened
Datasets Maintainers org

As reported by @ilos-vigil (see #5427), this dataset can't be loaded.

Describe the bug

I tried to download dataset id_clickbait, but receive this error message.

FileNotFoundError: Couldn't find file at https://md-datasets-cache-zipfiles-prod.s3.eu-west-1.amazonaws.com/k42j7x2kpn-1.zip

When i open the link using browser, i got this XML data.

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchBucket</Code><Message>The specified bucket does not exist</Message><BucketName>md-datasets-cache-zipfiles-prod</BucketName><RequestId>NVRM6VEEQD69SD00</RequestId><HostId>W/SPDxLGvlCGi0OD6d7mSDvfOAUqLAfvs9nTX50BkJrjMny+X9Jnqp/Li2lG9eTUuT4MUkAA2jjTfCrCiUmu7A==</HostId></Error>

Steps to reproduce the bug

Code snippet:

from datasets import load_dataset

load_dataset('id_clickbait', 'annotated')
load_dataset('id_clickbait', 'raw')

Link to Kaggle notebook: https://www.kaggle.com/code/ilosvigil/bug-check-on-id-clickbait-dataset

Expected behavior

Successfully download and load id_newspaper dataset.

Environment info

  • datasets version: 2.8.0
  • Platform: Linux-5.15.65+-x86_64-with-debian-bullseye-sid
  • Python version: 3.7.12
  • PyArrow version: 8.0.0
  • Pandas version: 1.3.5
Datasets Maintainers org

Fixed by #2.

albertvillanova changed discussion status to closed

Sign up or log in to comment