Auto-GPT-DockerSetup
Auto-GPT-DockerSetup copied to clipboard
Weaviate error "store is read-only"
Issue: Weaviate error "store is read-only" in Auto-GPT-DockerSetup project
Description
When I use Weaviate as recommended in the README file for the Auto-GPT-DockerSetup project, I encounter an error when Auto-GPT asks for user input. The error is:
{'error': [{'message': 'store is read-only'}]}
Steps to reproduce:
-
Set up Weaviate according to the Getting Started section in the README
-
Follow the rest of the instructions in the README
-
When the Auto-GPT instance asks for user input, the error occurs
-
Weaviate host and port configuration in the .env file:
MEMORY_BACKEND=weaviate WEAVIATE_HOST="127.0.0.1" WEAVIATE_PORT=8080 WEAVIATE_PROTOCOL="http" USE_WEAVIATE_EMBEDDED=True WEAVIATE_EMBEDDED_PATH="/app/autogpt/auto_gpt_workspace/aviate"
Requesting help to resolve this issue. 🙂
Can you please give the following information:
What operating system are you using on the host?
Do files in workspace/aviate exist?
If so, are owner and rights correct?
On Thu, 27 Apr 2023, 10:27 DevMentat, @.***> wrote:
Issue: Weaviate error "store is read-only" in Auto-GPT-DockerSetup project Description
When I use Weaviate as recommended in the README file for the Auto-GPT-DockerSetup project, I encounter an error when Auto-GPT asks for user input. The error is:
{'error': [{'message': 'store is read-only'}]}
Steps to reproduce:
Set up Weaviate according to the Getting Started section in the README
Follow the rest of the instructions in the README
When the Auto-GPT instance asks for user input, the error occurs
Weaviate host and port configuration in the .env file:
MEMORY_BACKEND=weaviate WEAVIATE_HOST="127.0.0.1" WEAVIATE_PORT=8080 WEAVIATE_PROTOCOL="http" USE_WEAVIATE_EMBEDDED=True WEAVIATE_EMBEDDED_PATH="/app/autogpt/auto_gpt_workspace/aviate"
Requesting help to resolve this issue. 🙂
— Reply to this email directly, view it on GitHub https://github.com/ppetermann/Auto-GPT-DockerSetup/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAQ5VUGYLGHD5W2IF37WFDXDIUW7ANCNFSM6AAAAAAXNQIWPI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Okay so:
MacOS Ventura 13.3.1
Yes the aviate folder was created and have file in it
My user (who are in docker group) is the owner of the folder and this is the content:

a few notes from discord:
- this seems to be limited to macosx, although we don't know if only on this mac, or if that is a general proble
- weaviate usually puts a node in readonly when there is more than 90% of that disk used (incl information for folks who run into the same issue, should you have enough space but encounter the error, please post in this issue with information about OS / System)