From e373ee16ae8a46bb124a32588abcfdd492f91ffb Mon Sep 17 00:00:00 2001 From: Ashok Gelal Date: Wed, 10 Jul 2024 15:58:52 -0400 Subject: [PATCH] add troubleshooting --- .../1.stuck-at-app-update.md | 19 +++++++++++++++++++ content/3.troubleshooting/_dir.yml | 3 +++ 2 files changed, 22 insertions(+) create mode 100644 content/3.troubleshooting/1.stuck-at-app-update.md create mode 100644 content/3.troubleshooting/_dir.yml diff --git a/content/3.troubleshooting/1.stuck-at-app-update.md b/content/3.troubleshooting/1.stuck-at-app-update.md new file mode 100644 index 0000000..ad29d67 --- /dev/null +++ b/content/3.troubleshooting/1.stuck-at-app-update.md @@ -0,0 +1,19 @@ +--- +title: Stuck at App Update +description: If you are stuck at the app update screen, here is how you can fix it. +--- + +## On Windows +1. Right-click on Local AI service icon on the sidebar and stop the service +2. Open Task Manager and search `msty` and kill all the processes +3. Search for `ollama-runner` and kill the process +4. Go to `Settings > General Settings` and click on `Check for Updates` +5. Restart the app +6. If the problem persists, follow step 1 to 3 and then manually install the app again. + +## On macOS +1. Right-click on Local AI service icon on the sidebar and stop the service +2. Open Activity Monitor and search `msty` and kill all the processes +3. Go to `Settings > General Settings` and click on `Check for Updates` +4. Restart the app +5. If the problem persists, follow step 1 to 2 and then manually install the app again. diff --git a/content/3.troubleshooting/_dir.yml b/content/3.troubleshooting/_dir.yml new file mode 100644 index 0000000..ad6b7fe --- /dev/null +++ b/content/3.troubleshooting/_dir.yml @@ -0,0 +1,3 @@ +title: Troubleshooting +icon: tabler:tools +navigation.redirect: /troubleshooting/stuck-at-app-update