iakunin/codexia-bot

FeignServerException: [524 Origin Time-out] during [GET] to [https://api.codetabs.com/v1/loc?github=cdnjs/cdnjs] [Codet...

sentry-io opened this issue · 0 comments

Sentry Issue: CODEXIA-BOT-50

FeignServerException: [524 Origin Time-out] during [GET] to [https://api.codetabs.com/v1/loc?github=cdnjs/cdnjs] [CodetabsClient#getLinesOfCode(String)]: [<html>
<head><title>524 Origin Time-out</title></head>
<body bgcolor="white">
<center><h1>524 Origin Time-out</h1></center>
<hr><center>cloudflare-nginx</center>
</body>
</html>
]
    at dev.iakunin.codexiabot.github.service.LinesOfCodeImpl.calculate(LinesOfCodeImpl.java:45)
    at dev.iakunin.codexiabot.github.cron.stat.loc.Codexia.lambda$run$0(Codexia.java:24)
    at dev.iakunin.codexiabot.common.runnable.FaultTolerant.run(FaultTolerant.java:20)
    at dev.iakunin.codexiabot.github.cron.stat.loc.Codexia.run(Codexia.java:26)
    at dev.iakunin.codexiabot.common.runnable.Logging.run(Logging.java:28)
...
(41 additional frame(s) were not displayed)

20:14:56.182 [pool-1-thread-13] ERROR d.i.c.github.service.LinesOfCodeImpl - Error occurred during getting lines of code
feign.FeignException$FeignServerException: [524 Origin Time-out] during [GET] to [https://api.codetabs.com/v1/loc?github=cdnjs/cdnjs] [CodetabsClient#getLinesOfCode(String)]: [<html>
<head><title>524 Origin Time-out</title></head>
<body bgcolor="white">
<center><h1>524 Origin Time-out</h1></center>
<hr><center>cloudflare-nginx</center>
</body>
</html>
]
	at feign.FeignException.serverErrorStatus(FeignException.java:241)
	at feign.FeignException.errorStatus(FeignException.java:180)
	at feign.FeignException.errorStatus(FeignException.java:169)
	at feign.codec.ErrorDecoder$Default.decode(ErrorDecoder.java:92)
	at feign.AsyncResponseHandler.handleResponse(AsyncResponseHandler.java:96)
	at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:138)
	at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:89)
	at feign.Reflec...