gpt4 book ai didi

python - 操作系统错误: [Errno 0] Error in httplib2 request

转载 作者:行者123 更新时间:2023-12-01 09:17:45 26 4
gpt4 key购买 nike

我的本​​地 python 应用程序使用 httplib2 调用 REST api。它已经运行了一年多,运行良好。今天早上我开始收到以下错误:

2018-06-28 12:43:07.001 Python[1722:25727] IMKInputSession [0x7f99e21ac2f0 presentFunctionRowItemTextInputViewWithEndpoint:completionHandler:] : [self textInputContext]=0x7f99dfd48440 *NO* NSRemoteViewController to client, NSError=Error Domain=NSCocoaErrorDomain Code=4097 "connection from pid 0" UserInfo={NSDebugDescription=connection from pid 0}, com.apple.inputmethod.EmojiFunctionRowItem

最初,我认为这是由于我的 openSSL 证书已过期造成的。我已经更新到 openSSL 1.1。我也从 python 3.6 更新到 3.7。我仍然遇到同样的错误。

进行调用的代码如下。

    connection = httplib2.HTTPSConnectionWithTimeout(URL, 443, timeout = 300)
print('Connection made')
self.headers = {"Accept":"application/json", "Authorization":Token}
print(connection)
connection.request('GET', request_command, body=None
headers=self.headers)
print('request made')

该错误是由connection.request()引起的。

最佳答案

好的,发现错误了。我使用的是 httplib2 版本 0.9。我通过以下方式升级:

pip3 install httplib2==0.11.3

升级后问题解决。

关于python - 操作系统错误: [Errno 0] Error in httplib2 request,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51088265/

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