Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Error: connect ETIMEDOUT #61

Open
Boesinga opened this issue Jul 18, 2019 · 0 comments
Open

Error: connect ETIMEDOUT #61

Boesinga opened this issue Jul 18, 2019 · 0 comments

Comments

@Boesinga
Copy link

Hello everyone,

i want to run the following sample code:

var plotly = require('plotly')('username','api-key');
var data = [{x:[0,1,2], y:[3,2,1], type: 'bar'}];
var layout = {fileopt : "extend", filename : "nodenodenode"};
plotly.plot(data, layout, function (err, msg) { if (err) return console.log(err); console.log(msg); });

I am using a proxy for development purposes in my company. I already set the paramters, but I get the subsequent error:
Error: connect ETIMEDOUT 35.190.21.88:443 at TCPCONNECTWRAP.afterConnect net.js:1106:14
errorno: ETIMEDOUT
code: ETIMEDOUT
syscall: connect
adress: 35.190.21.88
port 443

Does anybody know how to solve this problem. Thank you,

Boesinga

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant