gpt4 book ai didi

php curl 错误 : Failure when receiving data from the peer

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:04:13 24 4
gpt4 key购买 nike

我有一个基本的 Curl 脚本,它基本上在远程服务器上执行脚本。从大约 6 个月开始,我工作正常。

昨天它停止工作,并返回以下错误。

Curl error: Failure when receiving data from the peer

想知道是否有人知道 curl 在什么情况下会返回这样的错误?

最佳答案

当处理 curl 问题时,再次运行它:

curl_setopt($ch, CURLOPT_VERBOSE, true);
curl_setopt($ch, CURLOPT_STDERR, fopen('php://output', 'w'));

通常准确的错误信息在某处。

已修复:CURLOPT_STDERR 确实需要一个流资源,正如@Lübnah 在评论中指出的那样,并且@Roman 试图编辑(尽管早期的评论者拒绝编辑,我'现在已将其包含在答案中)。

关于php curl 错误 : Failure when receiving data from the peer,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3087930/

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