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

Create Debug Code Challenge A #3836

Closed
1 task done
waynehamadi opened this issue May 5, 2023 · 2 comments
Closed
1 task done

Create Debug Code Challenge A #3836

waynehamadi opened this issue May 5, 2023 · 2 comments

Comments

@waynehamadi
Copy link
Contributor

waynehamadi commented May 5, 2023

Duplicates

  • I have searched the existing issues

Summary 💡

Challenges are tasks Auto-GPT is not able to achieve. Challenges will help us improve Auto-GPT

We need your help to build these challenges.

Debug Challenge

take the work of this Pull Request https://github.com/Significant-Gravitas/Auto-GPT/pull/3804/files

and and uncomment # @pytest.mark.vcr. You will see that

client = docker.from_env()

in autogpt/commands/execute_code.py is now hanging. Because VCR somehow intercepts docker calls.
Find a solution for this:
I suggest to call docker.from_env() in another subprocess, because VCR doesn't intercept things that come from other subprocesses

DM me on discord : merwanehamadi

Join Auto-GPT's channel so we can talk about Auto-GPT: https://discord.gg/autogpt

Examples 🌈

No response

Motivation 🔦

No response

This was referenced May 5, 2023
@AndresCdo
Copy link
Contributor

Ok, I'll try to check this.

@waynehamadi
Copy link
Contributor Author

@AndresCdo thanks, I will invite you to the debug code thread in Discord.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants