alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.01k stars 774 forks source link

'Uncaught Error: read ECONNRESET' supertest error fix #72

Closed esvitaly closed 6 years ago

esvitaly commented 6 years ago

There are several pull requests that blocked by "Uncaught Error: read ECONNRESET" error. It seems to be caused by different port numbers being used for issuing the requests (see this). It's hard to reproduce this bug on a local machine.