在阿里函数计算里在mac安装serverless Devs失败 网络连接似乎有问题 ,下载安装脚本也有问题? Downloading nodejs14 binary from http://mirrors.nju.edu.cn/nodejs/v14.17.4/node-v14.17.4-darwin-x64.tar.gz to /Users/zhaohe.ji/.s/node-v14.17.4-darwin-x64.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 172.21.166.34 port 6153: Connection refused
您需要查看该第三方服务是否有网络限制,如果存在网络限制或网络超时的情况,则会导致没有完成启动HTTP Server的逻辑,出现如下异常。https://help.aliyun.com/zh/fc/support/what-do-i-do-if-the-functionnotstarted-error-occurs-when-i-invoke-a-third-party-service-in-a-service-started-in-a-custom-container-runtime?spm=a2c4g.11186623.0.i346
{
"ErrorCode":"FunctionNotStarted",
"ErrorMessage":"The CA's http server cannot be started:ContainerStartDuration:25000000000. Ping CA failed due to: dial tcp 21.0.3.1:9000: getsockopt: connection refused"}
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。