iamgreggarcia / codesherpa

A code interpreter and ChatGPT plugin.
MIT License
255 stars 34 forks source link

command endpoint hangs #15

Closed iamgreggarcia closed 1 year ago

iamgreggarcia commented 1 year ago

A request to the /command endpoint hangs:

{
  "command": "pip install sympy"
}

After some time, the response is:

{
  "result": "Result:\n"
}
iamgreggarcia commented 1 year ago

This appears to be an edge case related to VPN and Docker network settings. Disabling VPN fixes the issue - closing for now.