dialogflow / dialogflow-nodejs-client

Node.js SDK for Dialogflow
Apache License 2.0
658 stars 287 forks source link

got a proxy error when trying to make the example main.js work #60

Open gispk47 opened 7 years ago

gispk47 commented 7 years ago

got an error like this : "Error: connect ETIMEDOUT : *.:443" seems got blocked by the gfw in china

BUHARIMOHAMEDISMAIL commented 7 years ago

I'm also getting the same error i don't know how to overcome it. Any one fix this issue please let me know.

gertjaap commented 7 years ago

Having this too. Not in China, though. I can access https://api.api.ai from my browser (that resolves to the ip address i'm seeing in the error), but not from nodeJS apparently.

sajjanhubale commented 7 years ago

can you please let me know how to fix this error?

Error: connect ETIMEDOUT 35.190.15.252:443 at Object.exports._errnoException (util.js:1050:11) at exports._exceptionWithHostPort (util.js:1073:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1097:14) code: 'ETIMEDOUT', errno: 'ETIMEDOUT', syscall: 'connect', address: '35.190.15.252', port: 443 }

Rajesh1306 commented 7 years ago

@gertjaap u managed to find a solution? if yes can share details on it as I am facing similar issue as yours.