I am trying to fix the problem with the faucet. It is written in node.js, everything was working fine until recently. When trying to send coins with sendmany I am getting the following error:
{ '0': { [Error: getaddrinfo EADDRINFO] code: 'EADDRINFO', errno: 'EADDRINFO', syscall: 'getaddrinfo' } }
I am trying to work around this. The worst case scenario is that I will have to rewrite it in another language. ETA is probably by the end of today.