From 301a61cdb7622041dfb365f110955773dcc8d768 Mon Sep 17 00:00:00 2001 From: Sergio Muriana Date: Tue, 27 Jul 2021 14:02:15 +0200 Subject: [PATCH 1/2] Added troubleshooting section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 52b3cf0..bb1e88c 100644 --- a/README.md +++ b/README.md @@ -244,3 +244,13 @@ python3 automation/upload_theme.py --file ~/dev-env/portal/theme/theme_configura python3 automation/upload_assets.py -f ~/dev-env/portal/assets -p test -o testOrg -u automationuser -pwd xxx python3 automation/upload_pages.py -f ~/dev-env/portal/pages -m ~/test/ph-dev/portal/pages/menu_items.json -p test -o testOrg -u automationuser -pwd xxx ``` + +# Troubleshooting + +## upload_portal + +| Script file | Error | Message error | Resolution | +|---|---|---|---| +| upload_portal | 400 | OrgName not specified | Check the organization name and the portal name +| upload_pages | error | An unexpected error occurred | Check the href tags, you need to have valid links + From 8b33f4851a490cb22d5f8cdb61862383e304b6f0 Mon Sep 17 00:00:00 2001 From: Sergio Muriana Date: Tue, 27 Jul 2021 14:16:46 +0200 Subject: [PATCH 2/2] Adapted troubleshooting table --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb1e88c..393768f 100644 --- a/README.md +++ b/README.md @@ -249,8 +249,8 @@ python3 automation/upload_pages.py -f ~/dev-env/portal/pages -m ~/test/ph-dev/po ## upload_portal -| Script file | Error | Message error | Resolution | +| Script file | Error | Message error | Possible causes | |---|---|---|---| -| upload_portal | 400 | OrgName not specified | Check the organization name and the portal name -| upload_pages | error | An unexpected error occurred | Check the href tags, you need to have valid links +| upload_portal | 400 | OrgName not specified | Wrong organization name and / or portal name | +| upload_pages | error | An unexpected error occurred | Invalid href references |