TransformerOptimus / SuperAGI

<⚡️> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably.
https://superagi.com/
MIT License
15.22k stars 1.83k forks source link

Tool Write File returned: Error: [Errno 2] No such file or directory #201

Closed chrisking1981 closed 1 year ago

chrisking1981 commented 1 year ago

Tool Write File returned: Error: [Errno 2] No such file or directory: '/app/workspace/output/workspace/.keep'

I keep getting read/writing errors?

h55nick commented 1 year ago

How did you clone the repo? Can you confirm if the hidden folder .keep is in /workspace? Perhaps your filesystem permissions need to be updated to allow your user to access? (if you aren't root)

luciferlinx101 commented 1 year ago

Can you check if you have the correct read/write permission, if the issue still persists lets us know.

chrisking1981 commented 1 year ago

Hi, I did just git clone link from cmd.exe as administrator. I have the .keep. Will try playing with permissions! Gosh I didnt even think about that.

Thanks!

Agnosaru commented 1 year ago

Thanks, I resolved my issue of SuperAGI not being able to read/write to files by adding "Everyone" will Full Permissions to the "workspace" level folder.

neelayan7 commented 1 year ago

@chrisking1981 are you still facing this issue in the newer version releases?

neelayan7 commented 1 year ago

Resolving this issue.