I'm using gcloud-node and yesterday my code worked, today it doesn't work anymore. The problem is that the only error message I am getting is the following:
{ [Error: getaddrinfo ENOTFOUND] code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo' }
It turns out that this was caused by me (I've moved the initialization with project id and key file name to a place where it apparently has no effect).
What did you expect to happen?
Better error message! Which address are you trying to resolve? Any likely causes that you can think of?
I'm using gcloud-node and yesterday my code worked, today it doesn't work anymore. The problem is that the only error message I am getting is the following:
{ [Error: getaddrinfo ENOTFOUND] code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo' }
It turns out that this was caused by me (I've moved the initialization with project id and key file name to a place where it apparently has no effect).
What did you expect to happen?
Better error message! Which address are you trying to resolve? Any likely causes that you can think of?