You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to execute a function, an empty object is immediately returned, but the rule is not created. With curl (with the same parameters) everything works correctly.
The text was updated successfully, but these errors were encountered:
@gabos31 if the rule is already created, then the call will throw an error. I was able to successfully create firewall rule via the library when using a port where a rule didn't already exist.
That said, I can definitely see where our error handling can be improved and have opened #450 to deal with this.
@spencerkordecki yes, the error was on my side, I was passing the subnet_size as a number (since it is returned as a number when asking for a list of rules), not as a string. It would be great to receive informative error messages in such cases.
Describe the bug
When trying to execute a function, an empty object is immediately returned, but the rule is not created. With curl (with the same parameters) everything works correctly.
The text was updated successfully, but these errors were encountered: