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
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Expected Behavior
showing error:
HTTPError Traceback (most recent call last)
/usr/local/lib/python3.8/dist-packages/keras/utils/data_utils.py in get_file(fname, origin, untar, md5_hash, file_hash, cache_subdir, hash_algorithm, extract, archive_format, cache_dir)
276 try:
--> 277 urlretrieve(origin, fpath, dl_progress)
278 except urllib.error.HTTPError as e:
.
.
.
.
HTTPError: HTTP Error 404: Not Found
During handling of the above exception, another exception occurred:
Exception Traceback (most recent call last)
/usr/local/lib/python3.8/dist-packages/keras/utils/data_utils.py in get_file(fname, origin, untar, md5_hash, file_hash, cache_subdir, hash_algorithm, extract, archive_format, cache_dir)
277 urlretrieve(origin, fpath, dl_progress)
278 except urllib.error.HTTPError as e:
--> 279 raise Exception(error_msg.format(origin, e.code, e.msg))
280 except urllib.error.URLError as e:
281 raise Exception(error_msg.format(origin, e.errno, e.reason))
Exception: URL fetch failure on https://storage.googleapis.com/laurencemoroney-blog.appspot.com/lmblog_comments.csv: 404 -- Not Found
Actual Behavior
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: