usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
28k stars 1.3k forks source link

Can only run 1 test before getting Error invoking remote method 'send-http-request': Error: connect ECONNREFUSED 127.0.0.1:44394 #2701

Open LRoss16 opened 4 months ago

LRoss16 commented 4 months ago

I have checked the following:

Describe the bug

When using bruno I am able to run 1 test successfully using the localhost environment, if I then try run the same test again or any other test, I get the error: Error invoking remote method 'send-http-request': Error: connect ECONNREFUSED 127.0.0.1:44394. To then get a running test again, I have to completely close bruno, open it again, get a new access token and then run a test. I am not sure what the issue is or what to try, to try fix it.

I have tried uninstalling and installing again but get the same issue.

Looking into this a bit more, the error I get is the same error for if the api is not running, so it's as if it think after the 1 successful test, the api is no longer running for some reason

.bru file to reproduce the bug

No response

Screenshots/Live demo link

image

image

image

image

jwetzell commented 4 months ago

What does your tests look like? Are you able to provide us with a .bru file that we can use to reproduce this error?

LRoss16 commented 3 months ago

What does your tests look like? Are you able to provide us with a .bru file that we can use to reproduce this error?

@jwetzell it's not to do with a specific test, as they all run fine for other members in my team. It could just be something like a test that's expecting a 200 code return. It will happen with any sort of test for me, will run fine the first time I try after loading Bruno, but then any other attempts I will get that error

mrn06ody commented 1 month ago

same issue

dhornop commented 3 weeks ago

same issue