Skip to content

Identify the missing file in the 404 message #11

Description

@ScottHuston

I sent a request with a typo in one of the 11 externalScripts.urls

I got a 400 Bad Request with

{
    "error": "Failed to download file: Failed to download file: HTTP 404 - Not Found"
}

Which was the missing file?

downloader\FileDownloader.java

~line:116

            throw new IOException(
                    "Failed to download file: "
                            + fileUrl
                            + " - HTTP " + connection.getResponseCode()
                            + " - "
                            + connection.getResponseMessage());

There's also an opportunity to identify the file ~line 98 in a different IOException

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions