aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authornico <nico@magicbroccoli.de>2020-11-24 23:37:00 +0100
committernico <nico@magicbroccoli.de>2020-11-24 23:37:00 +0100
commitac0ea074d5684ac4f22b7787ce3b95f77f25e3e6 (patch)
treeee6969d1e59bc56c4d6d40792f461c7eefdd41bf /README.md
parentc19557a320c0e9cf882abef185f30c8d97fd7c5e (diff)
fix: nodename quotation issue
* update nodename method to not use regex anymore * update readme with 2 new columns for the exit code table We used quite the broad regex to parse the nodename from the status string. But we relied on a single quote to mark the starting point. It seems some distributions don't have this starting quote, therefore breaking the api.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d65889d..fe0c0f3 100644
--- a/README.md
+++ b/README.md
@@ -113,9 +113,9 @@ Another possible solution would be to edit the `ExecStart` parameter to include
Lookup table for all custom error codes.
The potential reasons are sorted by probability of being the root cause.
-| code | potential reason |
-| :---: | :---|
-| 17 | login credential mismatch, potential api permission problem |
+| code | raised by | cause by | potential reason |
+| :---: | :---| : --- | :--- |
+| 17 | calls | api call returned empty | login credential mismatch, potential api permission problem |
### pre-commit framework
This project utilizes the [pre-commit](https://pre-commit.com/) framework to automate various small hick-ups that tend