-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Milestone
Description
Describe the bug
Error Log:
"Failed to connect to the flask server, please restart it.
If you think this was a bug, please head over to our GitHub issue tracker, check if someone has already reported the issue, and if not, create a new issue. Please include the full log, all settings that you entered, and a screenshot of this page."
Steps/commands/code to Reproduce
docker run -p 3000:3000 -it -v /var/run/docker.sock:/var/run/docker.sock \
-e OPENAI_API_KEY="sk-xxxxx" \
sweagent/swe-agent-run:latest bash start_web_ui.sh \
python run.py --image_name=sweagent/swe-agent:latest \
--model_name gpt4 \
--data_path https://github.com/pvlib/pvlib-python/issues/1603 \
--config_file config/default_from_url.yaml --skip_existing=False
Error message/results
Failed to connect to the flask server, please restart it.
If you think this was a bug, please head over to [our GitHub issue tracker](https://github.com/princeton-nlp/swe-agent/issues), check if someone has already reported the issue, and if not, create a new issue. Please include the full log, all settings that you entered, and a screenshot of this page.
System Information
MacOS M1
Checklist
- I'm running with the latest docker container/on the latest development version
- I've searched the other issues for a duplicate
- I have copied the full command/code that I ran (as text, not as screenshot!)
- If applicable: I have copied the full log file/error message that was the result (as text, not as screenshot!)
- I have enclosed code/log messages in triple backticks (docs) and clicked "Preview" to make sure it's displayed correctly.