From 75ca81e1859143e12bff8349a27bcb254f5ecf9c Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Wed, 22 Jun 2022 15:35:12 +0200 Subject: [PATCH] update readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7fb336d..b10c6f6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The Dashboards reads the tags from the IML appmonitor. You can enable/ disable e Author: Axel Hahn; Institute for Medical Education; University of Bern 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/appmonitor-dashboard/> \ -📜 License: GNU GPL 3.0 \ +📜 License: GNU GPL 3.0 ## Requirements ## @@ -34,9 +34,12 @@ Open the file `public_html/index.html` in your webbrowser. ## Troubleshooting ## * "no response" error \ - --> your ip address is not whitelisted in the appmonitor api config. -* Error 404 \ - --> no application matches the given tag or tag combination. Delete the tags with button [X] and try to start with a single tag. + --> Open the requested api url in the browser. Reasons why does it fail are: + * the base url in AM_SERVER_URL does not point to the api url + * your ip address is not whitelisted in the appmonitor api config. The api request with the browser identifies a non configured ip as a JSON message. + +* Error 404 + * no application matches the given tag or tag combination. Delete the tags with button [X] and try to start with a single tag. ## Screenshot ## -- GitLab