gpt4 book ai didi

Python 请求 - 无连接适配器

转载 作者:IT老高 更新时间:2023-10-28 12:23:49 26 4
gpt4 key购买 nike

我正在使用 Requests: HTTP for Humans图书馆,我得到了这个奇怪的错误,我不知道是什么意思。

No connection adapters were found for '192.168.1.61:8080/api/call'

有人有想法吗?

最佳答案

您需要包含协议(protocol)方案:

'http://192.168.1.61:8080/api/call'

没有 http:// 部分,requests 不知道如何连接到远程服务器。

注意协议(protocol)方案必须全部小写;例如,如果您的 URL 以 HTTP:// 开头,它也不会找到 http:// 连接适配器。

关于Python 请求 - 无连接适配器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15115328/

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