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
Currently when using OpenHands the workspace directory is not being displayed properly. See the screenshot below, clearly there are files but they're not showing up in the workspace (even after clicking refresh). The agent has finished the task.
In addition, when trying to download the workspace files, I get an empty zip file
(exp) grahams-mbp:compare-quotes-task gneubig$ unzip workspace.zip
Archive: workspace.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of workspace.zip or
workspace.zip.zip, and cannot find workspace.zip.ZIP, period.
(exp) grahams-mbp:compare-quotes-task gneubig$ ls -lh
total 8
-rw-r--r--@ 1 gneubig staff 29B Nov 1 18:20 workspace.zip
OpenHands Installation
Docker command in README
OpenHands Version
No response
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered:
reproduced bug just now
bug reproduction :
OS: mac m1
files in docker container(path:/workspace): calculator.py workspace.zip
files in local machine: ./workspace: calculator.py
file mount of runtime container:
docker.all-hands.dev/ works well
ghcr.io/ didn't work
I spent whole day, however get no clue.
a temporary solution:
docker cp $RUNTIME_CONTAINER_ID:/workspace ./workspace
@neubig have you seen the workspace issue recently? I haven't noticed it in my latest testing.
The download zip is still a problem if it's a large project.
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
Currently when using OpenHands the workspace directory is not being displayed properly. See the screenshot below, clearly there are files but they're not showing up in the workspace (even after clicking refresh). The agent has finished the task.
In addition, when trying to download the workspace files, I get an empty zip file
OpenHands Installation
Docker command in README
OpenHands Version
No response
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered: