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
Originally posted by fbuireu January 12, 2023
It seems that since 3 days ago the CND of twemoji is failing. According to the stack trace of the issue:
AxiosError: getaddrinfo ENOTFOUND twemoji.maxcdn.com
at Function.AxiosError.from (file:///metrics/node_modules/axios/lib/core/AxiosError.js:89:14)
at RedirectableRequest.handleRequestError (file:///metrics/node_modules/axios/lib/adapters/http.js:516:25)
at RedirectableRequest.emit (node:events:390:28)
at ClientRequest.eventHandlers.<computed> (/metrics/node_modules/follow-redirects/index.js:14:24)
at ClientRequest.emit (node:events:390:28)
at TLSSocket.socketErrorListener (node:_http_client:442:9)
at TLSSocket.emit (node:events:390:28)
at emitErrorNT (node:internal/streams/destroy:164:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
Seems like the user-land approach is a temporary measure, but it'd be better to wait for a new release since it seems they already patched the code for it.
Actually it seems they made a fork of it from what I've read in twitter/twemoji#580 (comment) (don't know the details but the original maintainers seems to have been either laid off or quitted the company 😅 ) so the resolution for this issue might just to switch the dependency to this new fork
Discussed in #1345
Originally posted by fbuireu January 12, 2023
It seems that since 3 days ago the CND of twemoji is failing. According to the stack trace of the issue:
Also by accessing (or trying) https://twemoji.maxcdn.com/
twemoji guys seem to be discussing a workaround in this GitHub thread, which basically consists of a user-land approach:
The text was updated successfully, but these errors were encountered: