pipcook run path/***.json --tuna 127.0.0.1:80
job is failed: Error: connect ECONNREFUSED 127.0.0.1:80

Hi @Abert-ZGL May I ask you to provide your pipeline, please?
Hi @Abert-ZGL May I ask you to provide your pipeline, please?
{ "plugins": { "dataCollect": { "package": "@pipcook/plugins-csv-data-collect", "params": { "url": "http://foobar" } }, "dataAccess": { "package": "@pipcook/plugins-csv-data-access", "params": { "labelColumn": "output" } }, "modelDefine": { "package": "@pipcook/plugins-bayesian-model-define" }, "modelTrain": { "package": "@pipcook/plugins-bayesian-model-train" }, "modelEvaluate": { "package": "@pipcook/plugins-bayesian-model-evaluate" } } }
My guess is that the network environment required by the plugin is not well configured
I don't think pipcook will access the 127.0.0.1:80, Is there any hosts setting in your server?