RaGe

Results 176 comments of RaGe

tl;dr: downgrade to node 16 and it works again.

The issue seems to be related to this change from a few hours ago: https://github.com/OpenDevin/OpenDevin/commit/1ae3f1bf6ad514c2f72858d91164cfcbb3a93fa8 And the cause seems to be this issue: https://github.com/nodejs/node/issues/40537 I don't know the proper fix,...

Alternatively, for node 17+, start your backend with: ``` uvicorn opendevin.server.listen:app --host '::' --port 3000 ```

I took a slightly different approach and jammed frontend and backend in one container. If anyone has a minute or two to try it out, I'd appreciate feedback. See here:...

Are you on a M1 mac?

Are you guys talking about the bundled gradle wrapper version?

Can you please try with 1.3.2-2.6 as well?

It is. http://mvnrepository.com/artifact/com.github.kulya/jmeter-gradle-plugin While you're at it, you should up your jmeter version as well :)

Ah I see, the releases page needs to be updated. > Something goes wrong when we execute jmeter test.... Please see jmeter logs for more information The problem isn't the...

No, the plugin creates the folder, and then adds a jmeter.log to it when you run `gradle jmeterRun`