Skip to content

Check for broken open graph image and URL #40

Open
@davegaeddert

Description

@davegaeddert

Used to do this have this behavior but need to reimplement using some kind of local URL reversing?

# try:
# response = fetch.head(url)
# if response.status_code != 405:
# # just skip for now if HEAD not allowed
# response.raise_for_status()
# except Exception as e:
# issues.append(
# Issue(
# type="open-graph-image-broken", context={"exception": str(e)},
# )
# )

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