You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Hi,
I tries to run a nodejs code in a mininet host nodejs code.js and the error i gets is follows :
events.js:72
throw er; // Unhandled 'error' event
^
Error: connect ECONNREFUSED
at errnoException (net.js:901:11)
at Object.afterConnect [as oncomplete] (net.js:892:19)
Please help me to resolve this issue.
Zlatko
unread,
May 5, 2016, 9:45:12 AM5/5/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
You're obviously trying to connect somewhere where you don't have access - a wrong database config maybe? Or an external API? But it's imposible to say without seeing what are you deploying - more of the code.