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
15:43:14 - openhands:WARNING: utils.py:205 - Cannot parse [sandbox] config from toml, values have not been applied.
Error: SandboxConfig.init() got an unexpected keyword argument 'persist_sandbox'
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
In this case,
file_store_path
is being ignored (OH will use default value), because [sandbox] has an invalid key "persist_sandbox".Expected result
Only invalid keys should be ignored.
OpenHands Installation
Development workflow
OpenHands Version
main branch from 2025-01-08
Operating System
WSL on Windows
Logs, Errors, Screenshots, and Additional Context
15:43:14 - openhands:WARNING: utils.py:205 - Cannot parse [sandbox] config from toml, values have not been applied.
Error: SandboxConfig.init() got an unexpected keyword argument 'persist_sandbox'
The text was updated successfully, but these errors were encountered: