Open LRoss16 opened 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?
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
same issue
same issue
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