Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: read ECONNRESET when use quite big css file and many attempts in same time #112

Open
MuhamadIsmuaji opened this issue Feb 24, 2022 · 0 comments

Comments

@MuhamadIsmuaji
Copy link

Hi maintainers, this is the log for the error

image

as information for the external css file, I use Bootstrap CSS. I use code that similar with written in docs

InlineCss(htmlEmail, options).then((html) => {
  console.log(html)
}).catch((error) => {
  console.warn("INLINE STYLES ERROR");
  console.warn(error);
});

The error always comes when many attempts in same time. But when I remove that refer to Bootstrap CSS file, the error disappears with same case.
Is anyone ever face the same issue? Also, Is it true the issue is caused by use of css files that are quite big?

Thanks guys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant