why this could be happening once in a while
Answered
Jindo posted this in #help-forum
JindoOP
(would appreciate someone to explain the error message and possible reasons briefly)
Answered by Jindo
I alr did, seems like an issue to the server to me, that they didn't implement such basic http error status codes.
10 Replies
to the server
@!=tgt connection timed out
JindoOP
and why the connection timeout might happen, cuz it only appears only once in a while
@Jindo and why the connection timeout might happen, cuz it only appears only once in a while
is what you're fetching up
@!=tgt is what you're fetching up
JindoOP
if the server from where I am fetching has a rate limit, shouldn't the http status code should report that (like 429 too many reqs or something) instead of this weird nodejs error
try catching the fetch
fetch(...args).catch((e) => console.log(e.message)) or something@!=tgt try catching the fetch
JindoOP
I alr did, seems like an issue to the server to me, that they didn't implement such basic http error status codes.
Answer
JindoOP
I think I can close this thread as done. (how to lol ?)