yes right, I delete the script and now my sample test works.
Thank you very much for the support.
danny-36
@danny-36
Posts made by danny-36
-
RE: Error: getaddrinfo ENOTFOUN
-
RE: Error: getaddrinfo ENOTFOUN
This is my template for testing:
<h1> Scheda Utente (id: {{id}}) </h1>
<div>
<span>Nome: {{Nome}}</span>
</div>
<div>
<span>Cognome: {{Cognome}}</span>
</div>
<div>
<span>Sesso: {{Sesso}}</span>
</div>
<div>
<span>Data di nascita: {{dataNascita}}</span>
</div>
<div>
<span>Indirizzo: {{Indirizzo}}, {{Cap}} {{Citta}}({{Provincia}})</span>
</div>
<div>
<span>Email: {{Email}}</span>
</div>
<div>
<span>Telefono: {{Telefono}}</span>
</div>and my data:
{"id":"83cbb09adbc4c0421054a7142dcdd576","nome":"eligia","cognome":"bonventre","email":"dcoplestone0@google.it","sesso":"Female","indirizzo":"66 Mayfield Point","cap":"15010","citta":"Alice Bel Colle","provincia":"AL","regione":"PIE","telefono":"669.1538863","dataNascita":"24/06/1954"}
If I run, I get same error:
Error: connect ETIMEDOUT 137.117.17.70:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16) -
RE: Error: getaddrinfo ENOTFOUN
I have changed the configuration but now if I try to run orders sample I get:
Error: connect ETIMEDOUT 137.117.17.70:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16)Invoce sample works and my test sample dosn't works, same error
Error: connect ETIMEDOUT 137.117.17.70:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16) -
RE: Error: getaddrinfo ENOTFOUN
yes I run jsreport on my development windows machine behind corporate proxy.
I can't upload reporter.log file[0_1621428935547_reporter.log](Uploading 100%)"You do not have enough privileges for this action."
-
Error: getaddrinfo ENOTFOUN
Hi,
I have installed jsreport from npm and follow the getting start tutorial but if I try to run my template I get this error:
Error: getaddrinfo ENOTFOUND 3128
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:67:26)I'm in a network behind proxy and I have set on windows and npm.