shields icon indicating copy to clipboard operation
shields copied to clipboard

W3C Validation Badge has a "Request Timeout"

Open thomasbnt opened this issue 2 years ago • 2 comments

Are you experiencing an issue with...

shields.io

🐞 Description

URL being validated or code to reproduce error : https://img.shields.io/w3c-validation/default?targetUrl=https%3A%2F%2Fduckduckgo.com%2F

Request Timeout

console :

Failed to load resource: the server responded with a status of 408 ()

🔗 Link to the badge

https://img.shields.io/w3c-validation/default?targetUrl=https%3A%2F%2Fduckduckgo.com%2F

💡 Possible Solution

No response

thomasbnt avatar Mar 04 '22 16:03 thomasbnt

This badge relies on https://validator.nu/ which is currently taking a really long time to load so we're timing out here https://github.com/badges/shields/blob/38c1e2df168aac96c2a77b8960d074694c5a6a8b/core/server/server.js#L521-L530 I don't think there's anything we can do here - the issue is with the upstream service. Hopefully it will recover at some point

chris48s avatar Mar 04 '22 21:03 chris48s

It seems that they've been experiencing issues recently: https://github.com/validator/validator/issues/1319

PyvesB avatar Mar 05 '22 10:03 PyvesB