My script is hanging on an AWS getZone() call. No ...
# general
i
My script is hanging on an AWS getZone() call. No exceptions, no error codes, just... hangs. Debug output shows nothing applicable. Here's the code:
g
Hi Charles, what version of Node are you using? There's a known issue with Node
v12.11.1
that we're working on. In the meantime, downgrading to a previous 12.x or 10.x version should resolve this.
We are tracking the v12.11.1 issue at https://github.com/pulumi/pulumi/issues/3309.
i
This is on Windows.
g
Yea, we're seeing the same issue on Windows, Linux, and macOS.
i
Yep, that was it. I downgraded to the v10 LTS version and it stopped hanging.
I totally didn't believe you, and grudgingly downgraded. I was happily surprised to find out that you were right and I was wrong. 🙂
👍 1