Hi Jens

My first guess is that the html-validator tool [1] talks to an external web service in order to... well, validate html.

The 503 suggests an HTTP serverside error in that service.

Depending on how long the outage of validator.w3.org lasts:
• no action may be required;
• disabling the html validation step or replacing it with another tool.

[1]: https://www.npmjs.com/package/html-validator

Max

On Wed, Mar 17 2021 at 08:28:32 PM +0100, Jens Geyer <[email protected]> wrote:
Hi,

anybody who has an idea what that means / how to get rid of it?

Best,
JensG


44949../node_modules/.bin/html-validator --file=gen-html/ThriftTest.html --verbose
44950Error: Validator returned unexpected statuscode: 503
44951 at Request._callback (/thrift/src/node_modules/html-validator/index.js:32:23) 44952 at Request.self.callback (/thrift/src/node_modules/request/request.js:185:22)
44953 at Request.emit (events.js:198:13)
44954 at Request.<anonymous> (/thrift/src/node_modules/request/request.js:1161:10)
44955 at Request.emit (events.js:198:13)
44956 at IncomingMessage.<anonymous> (/thrift/src/node_modules/request/request.js:1083:12)
44957 at Object.onceWrapper (events.js:286:20)
44958 at IncomingMessage.emit (events.js:203:15)
44959 at endReadableNT (_stream_readable.js:1145:12)
44960 at process._tickCallback (internal/process/next_tick.js:63:19)
44961Makefile:909: recipe for target 'check-local' failed
44962make[3]: *** [check-local] Error 1
44963make[3]: Leaving directory '/thrift/src/test'
44964Makefile:781: recipe for target 'check-am' failed
44965make[2]: *** [check-am] Error 2
44966make[2]: Leaving directory '/thrift/src/test'
44967Makefile:629: recipe for target 'check-recursive' failed
44968make[1]: *** [check-recursive] Error 1
44969make[1]: Leaving directory '/thrift/src/test'
44970Makefile:684: recipe for target 'check-recursive' failed
44971make: *** [check-recursive] Error 1
44972The command "build/docker/run.sh" exited with 2.
44973
44974
44975



Reply via email to