问题一:在阿里函数计算里这个报错怎么解决?
在阿里函数计算里"ErrorCode": "InvalidArgument",
"ErrorMessage": "Mount NFS://037c0493e1-jxm32.cn-hangzhou.nas.aliyuncs.com:/fc-stable-diffusion-plus command failed with output = mount.nfs: Connection reset by peer\n, please make sure that the nas mount point address is correct and is accessible from the service VPC"
}怎么这么解决?
参考回答:
问题现象:应用启动时,出现报错信息{"ErrorCode":"InvalidArgument","ErrorMessage":"Mount NFS:xxxxx-jlb79.cn-hangzhou.nas.aliyuncs.com:/fc-stable-diffusion-plus command failed with output = mount.nfs: Connection reset by peer\n, please make sure that the nas mount point address is correct and is accessible from the service VPC"}。
问题原因:模型正常上传后,启动仍然失败,可能是由于当前账号存在欠费。账号欠费后,在挂载NAS文件系统时会出现报错。
解决方案:请在当前账号下充值,待账号恢复正常后重试。
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/578199
问题二:在阿里函数计算里现在3.0的云函数,是不能添加到云监控报警触发里面吗?
在阿里函数计算里现在3.0的云函数,是不能添加到云监控报警触发里面吗?
参考回答:
云监控报警触发器与函数计算 3.0 的兼容性,阿里云的云监控报警服务应该支持函数计算 3.0 版本。如果你不能将 3.0 函数添加到云监控报警触发器中,请检查以下事项:
- 确保你的函数计算服务处于运行状态。
- 确认你的函数具有适当的权限来接收云监控的事件。
- 阅读云监控的文档,了解如何为函数计算设置报警触发器。
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/578196
问题三:在阿里函数计算里通过FC部署大模型镜像时出错了怎么办?
在阿里函数计算里通过FC部署大模型镜像时,提示:Function instance exited unexpectedly(code 1, message:operation not permitted) with start command ' sh bootstrap.sh'。我是子账号登录,当前的服务角色是:AliyunFcDefaultRole
参考回答:
从报错日志中可以找到原因Error: Cannot find module '/code/not_exist_file.js',即/code/not_exist_file.js不存在。报错的退出码为code 1, message:operation not permitted。
当实例启动命令为node ./not_exist_file.js时,报错类似。https://help.aliyun.com/zh/fc/user-guide/troubleshooting?spm=a2c4g.11186623.0.i226
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/578195
问题四:在阿里函数计算里我写了一个函数,下载oss文件,解压在上传回去,为啥使用C# SDK调用的时候报错?
在阿里函数计算里我写了一个函数,下载oss文件,解压在上传回去,然后使用C# SDK调用的时候,oss中若是小文件,则会正常执行,若是大文件调用函数会提示code: 503, The request has failed due to a temporary failure of the server这个报错还不是阿里云的返回结果,而是代码中的try catch。使用测试函数可以正常执行。
这个可能是什么原因?
参考回答:
可能是因为文件过大造成调用接口QPS超过限制
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/578189
问题五:在阿里函数计算里昨天购买的函数计算fc,昨天连接还能访问,今天打不开了是为什么?
在阿里函数计算里{"ErrorCode":"InvalidArgument","ErrorMessage":"Mount NFS://3e0864968d-fmt59.cn-shanghai.nas.aliyuncs.com:/fc-facechain command failed with output = mount.nfs: Connection reset by peer\n, please make sure that the nas mount point address is correct and is accessible from the service VPC"}昨天购买的函数计算fc,昨天连接还能访问,今天打不开了是为什么?
参考回答:
估计是欠费了 公网流量不在免费额度里 可以充值解决。
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/578184