gpt4 book ai didi

javascript - 发出请求时 GCF 超时

转载 作者:行者123 更新时间:2023-11-30 19:10:11 25 4
gpt4 key购买 nike

我有在 Node 服务器上运行的代码。我将它移植到 GCF。当我运行端口时,在我向 URL 发出请求之前,一切似乎都正常。它超时了。

如果我注释掉 request() 调用,代码将按预期退出。我搜索了又搜索,但找不到解决问题的方法。任何帮助将不胜感激?

GCF 中是否有我遗漏的某些配置设置阻止我调用 GCP 之外的服务?

options = {
url: `${id_url}&title=${title}&artist=${artist}&album=${album}`
};
request(options, function (error, tresp) {
if (error || tresp.statusCode !== 200) {
console.error('Error from TuneIn:', tresp.statusCode);
}
});

有什么想法吗?

最佳答案

这终于解决了我的问题。即使我的 REST 实际上在工作,该功能也会超时。

resp.send('OK');

关于javascript - 发出请求时 GCF 超时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58572089/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com