Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"run <step-count>" after prompt "Enter Option" , shows "Error" #2

Closed
fantasy4everts opened this issue Aug 8, 2023 · 4 comments
Closed

Comments

@fantasy4everts
Copy link

No description provided.

@fantasy4everts fantasy4everts changed the title Error follows after gave "run <step-count>" after prompt "Enter Option" "run <step-count>" after prompt "Enter Option" , shows "Error" Aug 8, 2023
@MiracleZeroPenguin
Copy link

I also encountered the same problem. Let me share my current solution.
I use traceback.print_exc() to trace the cause of the exception thrown at line 597 of reverie.py:

Traceback (most recent call last):
   File "**\reverie\backend_server\reverie.py", line 469, in open_server
     rs.start_server(int_count)
   File "**\reverie\backend_server\reverie.py", line 402, in start_server
     with open(curr_move_file, "w") as outfile:
FileNotFoundError: [Errno 2] No such file or directory: '../../environment/frontend_server/storage/test0808/movement/0.json'

In order to solve this error, I manually created the movement folder in the specified directory, and I was able to run the step successfully. I use base_the_ville_isabella_maria_klaus as forked simulation, and test0808 is the name of the new simulation.

@joonspk-research
Copy link
Owner

+1 to MiracleZeroPenguin. Technically, the movement folder should be getting generated automatically as well (for some reason if it isn't, manually creating one should do the trick though).

@Gimel12
Copy link

Gimel12 commented Aug 13, 2023

Yes but when I create a folder inside the project, then when I start the simulation it said that the simulation name exist and it doesnt start again, can you guys update the source code so when we launch it it will create the movement folder properly.

Thanks.

@wolfgangjblack
Copy link

This did not work for me - ##5

septagram added a commit to septagram/local_generative_agents that referenced this issue Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants