AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

data/CURRENT_BULLETIN.md missing when using Docker

Open Boostrix opened this issue 1 year ago • 8 comments

⚠️ Search for existing issues first ⚠️

  • [X] I have searched the existing issues, and there is no existing issue for my problem

Which Operating System are you using?

Windows

Which version of Auto-GPT are you using?

Latest Release

GPT-3 or GPT-4?

GPT-3.5

Steps to reproduce 🕹

Start Auto-GPT via Docker: (significantgravitas/auto-gpt latest bdbf2bfcb8de)

https://github.com/Significant-Gravitas/Auto-GPT/issues/3704#issuecomment-1535166106

File "/app/autogpt/main.py", line 64, in run_auto_gpt motd, is_new_motd = get_latest_bulletin() File "/app/autogpt/utils.py", line 130, in get_latest_bulletin open("data/CURRENT_BULLETIN.md", "w", encoding="utf-8").write(new_bulletin) FileNotFoundError: [Errno 2] No such file or directory: 'data/CURRENT_BULLETIN.md'

Current behavior 😯

File "/app/autogpt/main.py", line 64, in run_auto_gpt motd, is_new_motd = get_latest_bulletin() File "/app/autogpt/utils.py", line 130, in get_latest_bulletin open("data/CURRENT_BULLETIN.md", "w", encoding="utf-8").write(new_bulletin) FileNotFoundError: [Errno 2] No such file or directory: 'data/CURRENT_BULLETIN.md'

Expected behavior 🤔

No response

Your prompt 📝

not relevant (happens prior to starting)

Your Logs 📒

No response

Boostrix avatar May 05 '23 06:05 Boostrix

having same issue on mac m1

t-khan-k avatar May 06 '23 05:05 t-khan-k

There are issues related to the underlying image itsef, so should not be platform specific

Boostrix avatar May 06 '23 05:05 Boostrix

Same issue on Windows

FileNotFoundError: [Errno 2] No such file or directory: 'data/CURRENT_BULLETIN.md'

cautious1 avatar May 06 '23 12:05 cautious1

same issue on chromeOS. using sudo docker run -eOPENAI_API_KEY=moo significantgravitas/auto-gpt

laurentperez avatar May 06 '23 20:05 laurentperez

Any with a solution?

Apollyon81 avatar May 07 '23 13:05 Apollyon81

No solution yet but I was able to bypass by installing in VSCode. I used this YouTube video title as a guide "Auto-GPT UPDATED INSTALL GUIDE | ChatGPT Sparks of AGI | Website Building"

cautious1 avatar May 07 '23 19:05 cautious1

any solution yet ? I met the same issue on RHEL 8.6

TiantingShi avatar May 17 '23 05:05 TiantingShi

You can copy anything into that location and it should just work

Boostrix avatar May 17 '23 05:05 Boostrix

Went through this error when I prompted this :

docker run --rm -it --name auto-gpt --env-file=.env -v $PWD/stuff:/app/autogpt/auto_gpt_workspace -v $PWD/plugins:/app/plugins significantgravitas/auto-gpt

AlexDep avatar May 17 '23 18:05 AlexDep