-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: FileReadObservation.init() got an unexpected keyword argument 'impl_source' #5741
Comments
+1 on this (Workflow log) |
It seems like this particular issue was solved with the bot's update |
Reopening this issue, still facing the issue on Sample workflow log |
To note, this looks like a version conflict:
|
Ah gotcha, how about this workflow log? It's using |
It looks like this is not main, it's 0.16.1... 🤔 |
I mean line 139 there |
Ah I see the confusion - the previous step in the workflow checks for the latest version However for the step that installs the package, I forced it to install from main When I use the released version 0.16.1, this issue doesn't occur (another workflow log It seems like this is an issue only on EDIT: we can confirm this by running |
Hmm, how about the sandbox? This code above is running in the sandbox 🤔 |
The "eventstream runtime" is a docker sandbox, which communicates using an API sending/receiving events from the sandbox. It's not local, it's in docker.
I ran fix-me-experimental here last night, it worked. The difference might be that your test repo is an external repo, while the successful workflow worked on this repo? |
Possibly! Did a quick test, was able to reproduce the error again on this repo; there may be a PR that caused a regression in the last day or so |
Oh, it failed with the same error. 🫣 Line 36: https://github.com/All-Hands-AI/OpenHands/actions/runs/12455745077/job/34768492590#step:10:37 |
I think the issue is due to the resolver using a specified runtime image, which skipped the runtime image build process: OpenHands/openhands/resolver/resolve_issue.py Lines 593 to 596 in 4a8bf3d
One way to address might be to not specify this runtime image at all, similar to the dev workflow, which can add some build time overhead to the resolver, but can keep it up to date with all the changes in |
I'm running into the same issue running openhands locally using the development flow. My repo was synced to ee5f49a |
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
https://www.all-hands.dev/share?share_id=89cc5c6565e8372271be4bb803ec6eff0cee8201800be7514a63500edda88490
OpenHands Installation
Docker command in README
OpenHands Version
0.16.1
Operating System
WSL on Windows
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered: