Skip to content

404 Validation error comments should specify the failing URL #3253

@XLTechie

Description

@XLTechie

Actual:

If the submission validation scripts encounter a failing URL, the error left as a comment on the issue does not specify the URL.
The submitter may not therefore know which URL is failing to resolve, and may waste time trying to debug URLs that aren't the problem.

Example:

Validation Errors for addons/ADDON_NAME/VERSION.json:
• Fatal error, unable to continue: HTTP Error 404: Not Found

Expected:

The failing URL is given in the comment.

Example:

Validation Errors for addons/ADDON_NAME/VERSION.json:
• Fatal error, unable to continue: HTTP Error 404: Not Found
URL: https://something.tld/someUser/ADDON_NAME-VERSION.nvda-addon

Additional Context:

First noticed in #3244.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions