You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: