Open beekill95 opened 8 months ago
Any updates on this?
It's also happening to other datasets as well, this is an error thrown while trying to download DBpedia (YahooAnswers exits with a similar error):
RuntimeError: Google drive link https://drive.google.com/uc?export=download&id=0Bz8a_Dbh9QhbQ2Vic1kxMmZZQ1k&confirm=t
internal error: headers don't contain content-disposition.
This is usually caused by using a sharing/viewing link instead of a download link.
Click 'Download' on the Google Drive page, which should redirect you to a download page, and use the link of that page.
This exception is thrown by __iter__ of GDriveReaderDataPipe(skip_on_error=False, source_datapipe=OnDiskCacheHolderIterDataPipe, timeout=None)
Same here. Manual access to the dataset through the address also failed.
Any update on this ?
🐛 Bug
Hi, I'm trying to download wikitext datasets using torchtext APIs but facing with an error:
To Reproduce: Here is the link to the notebook with the error: https://colab.research.google.com/drive/1Odac5EA0f3ozCGXYpqZs2nmrwB1Flu18?usp=sharing
Expected behavior: Datasets downloaded successfully.
Environment