Skip to content
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

Postman all requests fails with "Could not get any response" version 7.0.9 #6455

Closed
BartolomeoItaliano opened this issue May 9, 2019 · 15 comments
Assignees
Labels
inactive Issues which has fallen through due to inactivity support How do I ... ? Can I ... ?

Comments

@BartolomeoItaliano
Copy link

Any request I'm trying to do fails with postman 7.0.9.
Everything works as intended, if I use postman chrome extension version.

I get following error (if trying to make get to google.com):

Could not get any response
There was an error connecting to https://google.com.
Why this might have happened:
The server couldn't send a response:
Ensure that the backend is working properly
Self-signed SSL certificates are being blocked:
Fix this by turning off 'SSL certificate verification' in Settings > General
Proxy configured incorrectly
Ensure that proxy is configured correctly in Settings > Proxy
Request timeout:
Change request timeout in Settings > General

I've tried do request to many popular addresses just to check it and each one fails.

@shamasis
Copy link
Member

Can we do a quick check before we deep dive:

  1. Can you check whether your proxy settings are correct?
  2. Does making request via curl work?

@BartolomeoItaliano
Copy link
Author

BartolomeoItaliano commented May 10, 2019

  1. Proxy settings are the default ones,, I tried to change them in a few ways and none help.
  2. Request via curl works.

My proxy settigns:
Przechwytywanie

@shamasis
Copy link
Member

This is very odd and would be hard to debug. So, let’s deep dive…

  1. The first thing we would check if there are any useful errors logged in Postman Console. These would escalate errors that we anticipated and logged

  2. Then we would look into Postman internal dev tools to check if any bug is causing this.

Follow instructions here to open Postman Console https://learning.getpostman.com/docs/postman/sending_api_requests/debugging_and_logs/

You can open dev tools from the View menu.

Send a GET request to https://postman-echo.com/get and if you spot anything relevant happening in any of the consoles, can you post the same here?

@shamasis shamasis added the support How do I ... ? Can I ... ? label May 12, 2019
@shamasis shamasis self-assigned this May 12, 2019
@BartolomeoItaliano
Copy link
Author

Error: tunneling socket could not be established, cause=getaddrinfo ENOTFOUND 8888 8888:80

Przechwytywanie

@codenirvana
Copy link
Member

@BartolomeoItaliano This looks like an issue with proxy, either system or global proxy is set in Postman or, following OS environment variables are set:

  • HTTP_PROXY / http_proxy
  • HTTPS_PROXY / https_proxy

@shamasis
Copy link
Member

shamasis commented Jun 3, 2019

@BartolomeoItaliano - were you able to fix this?

@shamasis shamasis added the inactive Issues which has fallen through due to inactivity label Jun 3, 2019
@BartolomeoItaliano
Copy link
Author

Yes, that was strange problem. I reset my windows account and remove all user settings.

@deep1803
Copy link

I am getting error in postman :could not get any response
Help me!
7D3094F8-35D9-4175-82FA-87C837E64472

@Kijacode
Copy link

issue ressolved here 👍 stackoverflow answ

@sitetester
Copy link

Also check that you are generating a valid HTTP response.
CURL cli is ignoring such requirements, but the backend link in browsers should tell if they are loading correctly.

@gouravkr
Copy link

gouravkr commented Mar 31, 2020

Yes, that was strange problem. I reset my windows account and remove all user settings.

I faced a similar issue. After hunting for hours and not finding a solution, I unistalled Postman from Windows, removed its old settings and configurations, then reinstalled and imported my collection. It started working.
It was weird, never gave an error which could help me solve whatever issue was there, but reinstalling worked.

@cinnarr
Copy link

cinnarr commented Jul 20, 2020

I am getting this error whenI am making GET request... can anyone please check and let me know what is going wrong here:
GET https://postman-echo.com/get
Error: ETIMEDOUT
Request Headers
User-Agent: PostmanRuntime/7.26.1
Accept: /
Cache-Control: no-cache
Postman-Token: 957c34e6-d296-40b9-bf1a-08e250396c39
Host: postman-echo.com
Accept-Encoding: gzip, deflate, br

@Smssyed8
Copy link

This looks like some issue with postman, initially I was getting connection issue, then updated postman , now can see this issue in console. requesting postman to fix it, after switching to insomnia it worked for me, M kind of attached to postman with its features and ui.

@Smssyed8
Copy link

POST https://localhost:5000/users/add
Error: write EPROTO 1742741496:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:../../third_party/boringssl/src/ssl/tls_record.cc:242:
Request Headers
Content-Type: application/json
User-Agent: PostmanRuntime/7.26.5
Accept: /
Cache-Control: no-cache
Postman-Token: ce1aacc3-fa70-4dfc-82c2-6a11a05c5bdc
Host: localhost:5000
Accept-Encoding: gzip, deflate, br
Connection: keep-alive

@AlexeyPlodenko
Copy link

AlexeyPlodenko commented Mar 10, 2021

The bug is still there with the latest version 8.
I have replaced the hostname in the URL with an SSLed one and after the restart both tabs were "lost".

image

@shamasis You might want to re-open the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Issues which has fallen through due to inactivity support How do I ... ? Can I ... ?
Projects
None yet
Development

No branches or pull requests

10 participants