-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bru run works in powershell fails in wsl #3223
Comments
Hey @gajakannan ! Thanks for reporting this issue. @Pragadesh-45 Can you investigate this issue and see if you can reproduce it on your machine? |
Hey @gajakannan! I've set up a test collection and test API to check this, and I got the same The Try accessing the API by specifying the nameserver IP ( curl http://<Windows_IP_address>:<port> Another fix is setting the server to listen on If this works in your case, try running |
You are correct this is NOT a bru issue, just local networking issue between windows and wsl... I havent been able to solve with workaround you mentioned. nevertheless, you pointed me towards the right path. I shall figure out the solution and post back. Thanks! |
Sure, Once you have the
If this works, you will be able to test your |
Closing this issue. @gajakannan, feel free to reopen it if you need any further assistance. |
I have checked the following:
Describe the bug
I have .bru files in subfolders...
bru run
works fine in powershell
but fails when the same is done in wsl (ubuntu distro in my case)
.bru file to reproduce the bug
one of the .bru file content below
meta {
name: activities
type: http
seq: 1
}
get {
url: http://localhost:5000/api/static-references/activities
body: none
auth: none
}
Screenshots/Live demo link
already provided above in the description of the bug
The text was updated successfully, but these errors were encountered: