@bjrmatos Sure no problem.
Posts made by jamieathans
-
html-to-xlsx with jsreport 1.8.2
Hello,
I am trying to get the simple example html-to-xlsx working on my local install (mac OS) but keep getting the following error.
Error when processing render request Error during rendering report: connect ECONNREFUSED 127.0.0.1:59477 Error: connect ECONNREFUSED 127.0.0.1:59477 at Object._errnoException (util.js:1041:11) at _exceptionWithHostPort (util.js:1064:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1153:14)
I am aware of the issues of phantomjs with macOS sierra and have already changed to phantomjs2 as described here - I have the phantomjs recipe working with phantomjs 2.1.1.
All the other examples appear to be working locally including the xlsx recipe so I don't think it's an issue with my setup.