aboutsummaryrefslogtreecommitdiff
path: root/TROUBLESHOOTING.md
diff options
context:
space:
mode:
authorGravatar merwanehamadi <merwanehamadi@gmail.com> 2023-10-02 15:50:45 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-02 15:50:45 -0700
commitd46c5b10f1efe8e85d14bc3d8c3df00816f3c8a4 (patch)
tree295d49dccf9b8e784e14f062628dc6774d816579 /TROUBLESHOOTING.md
parentPut back reload mode (#5481) (diff)
downloadAuto-GPT-d46c5b10f1efe8e85d14bc3d8c3df00816f3c8a4.tar.gz
Auto-GPT-d46c5b10f1efe8e85d14bc3d8c3df00816f3c8a4.tar.bz2
Auto-GPT-d46c5b10f1efe8e85d14bc3d8c3df00816f3c8a4.zip
List tasks: inform of pydantic errors (#5482)
Diffstat (limited to 'TROUBLESHOOTING.md')
-rw-r--r--TROUBLESHOOTING.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md
index b518c1b45..2b51851bb 100644
--- a/TROUBLESHOOTING.md
+++ b/TROUBLESHOOTING.md
@@ -7,6 +7,11 @@ The poetry configuration is invalid:
- Additional properties are not allowed ('group' was unexpected)
<img width="487" alt="Screenshot 2023-09-22 at 5 42 59 PM" src="https://github.com/Significant-Gravitas/AutoGPT/assets/9652976/dd451e6b-8114-44de-9928-075f5f06d661">
+**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