Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while trying to run colab notebook from readme.md #38

Open
babat00nday opened this issue Apr 30, 2020 · 2 comments
Open

Error while trying to run colab notebook from readme.md #38

babat00nday opened this issue Apr 30, 2020 · 2 comments
Assignees

Comments

@babat00nday
Copy link

I get the error below when running the fastai2_audio.ipynb file.

`---------------------------------------------------------------------------
OSError Traceback (most recent call last)
/usr/lib/python3.6/tarfile.py in gzopen(cls, name, mode, fileobj, compresslevel, **kwargs)
1642 try:
-> 1643 t = cls.taropen(name, mode, fileobj, **kwargs)
1644 except OSError:

12 frames
OSError: Not a gzipped file (b'<?')

During handling of the above exception, another exception occurred:

ReadError Traceback (most recent call last)
/usr/lib/python3.6/tarfile.py in gzopen(cls, name, mode, fileobj, compresslevel, **kwargs)
1645 fileobj.close()
1646 if mode == 'r':
-> 1647 raise ReadError("not a gzip file")
1648 raise
1649 except:

ReadError: not a gzip file`

@hellno
Copy link

hellno commented May 16, 2020

the URL of the dataset (https://public-datasets.fra1.cdn.digitaloceanspaces.com/)
seems to be no longer alive or is not public anymore.

Do you know which dataset is used there so we might find an alternative host?

@mogwai
Copy link
Member

mogwai commented May 19, 2020

That is my fault, for some reason that has been deleted. We're not that happy with the datasets anyway so would be good to set up a proper one.

@mogwai mogwai self-assigned this May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants