From d46c5b10f1efe8e85d14bc3d8c3df00816f3c8a4 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Mon, 2 Oct 2023 15:50:45 -0700 Subject: [PATCH] List tasks: inform of pydantic errors (#5482) --- TROUBLESHOOTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index b518c1b45e13..2b51851bb104 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -7,6 +7,11 @@ The poetry configuration is invalid: - Additional properties are not allowed ('group' was unexpected) Screenshot 2023-09-22 at 5 42 59 PM +**Pydantic Validation Error** + +Remove your sqlite agent.db file. it's probably because some of your data is not complying with the new spec (we will create migrations soon to avoid this problem) + + *Solution* Update poetry