You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Duplicates
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
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
The text was updated successfully, but these errors were encountered: