Hi,
I sometimes get an email that say
ClientExec automated log level 1 notification.
Request IP: 197.156.107
** HACK ATTEMPT ** Execution aborted.
What should I be doing with that info ? I am not able to get any more details on it.
Thank you .
Here is another error , The plugin does not validate VM Hostname.
for example just discovered space is not allowed in hetzner.
{"error":{"message":"invalid input in field 'name'","code":"invalid_input","details":{"fields":[{"name":"name","messages":["Name must be a valid hostname."]}]}}}
I added CE_Lib::log( ) in Hetznercloud.class.php to
public function CreateVM($JsonData) line 126
That is how i saw what hetzner was returning .
For my case It was trying to create a vps with a plan in a location that didn't have it.
So i just removed the location from the Hetznercloud...
Hi, Please add better error handling for it , it says the vps is created even if it failed to do so.
for example hetzner api was returning {"error":{"message":"error during placement","code":"resource_unavailable","details":null}}
but clientexc sent an empty email to the client with no details .
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.