Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Error in file path in Build a Comment Spam Machine Learning model codelab #27

Open
navaidali opened this issue Feb 23, 2023 · 0 comments

Comments

@navaidali
Copy link

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

  • Version:
  • Platform:
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant