Open DavyLandman opened 2 years ago
Hi there,
I've been trying to examine this for a couple weeks now at #23, but I keep running into other issues.
While the action fails with a timeout, the server is actually being created successfully. No idea where that's coming from. Running the script without the GitHub action works fine. Seems to be an issue with GItHub actions then. :(
I'll keep looking at it. For now it I can't find a quick fix for this issue.
As a workaround I now download the hcloud tool, and then run that manually. But yeah, it sucks. Has the API changed?
This one? https://github.com/hetznercloud/cli Looks good. It would be probably better to use official tools. Not sure what changed in GH actions yet. :/
yup that one, but I much prefer a more native action approach that you've taken.
Now i have to parse shell output to the IP out of it for example. looking at the source code, they did seem to have switched to hcapi2? so in their tool they also switched to a new API?
I'm getting this all the time, I'm thinking some change in the hetzner API that the code is hitting?
If I read this correctly, the
Object.debug
function is causing the code to crash, without a message on what is happening.