Skip to content
This repository was 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

@navaidali

Description

@navaidali

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions