You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update on this: the failureDetails column now contains nothing for 40x failures. I'd still expect to get some idea of what sort of failure was encountered. Otherwise, what's the point of this column?
I do see that the 200 failures now possibly look better:
FetchError: request to https://justimagine.co.uk/childrens-books-reviews/town-is-by-the-sea/ failed, reason: getaddrinfo ENOTFOUND justimagine.co.uk
I am not sure if code has changed, or if I'm just seeing a different type of HTTP error than the last time I tried this.
I am running linkinator like this:
40x failures
When a link fails with a 40x, the CSV line looks like this:
I would expect a stringified JSON object here so I can have some idea of what the failure was about.
200, 0 failures
When a link fails with status 200 or 0, you can still get a
failureDetails
which looks like this:That's not a copy/paste error on my part, the failureDetails column actually duplicates the error and includes extra commas.
The text was updated successfully, but these errors were encountered: