All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
37.37k stars 4.23k forks source link

fix up logging in listen.py #5145

Closed rbren closed 4 days ago

rbren commented 5 days ago

End-user friendly description of the problem this fixes or functionality that this introduces


Give a summary of what the PR does, explaining any non-trivial design decisions

Some better try/except logic here, and some better logs

Confirmed the file operations all continue to work, incl upload/download zip


Link of any specific issues this addresses


To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:e2e4002-nikolaik   --name openhands-app-e2e4002   docker.all-hands.dev/all-hands-ai/openhands:e2e4002