gpt4 book ai didi

python - 如何在 Python 中为 Ant 媒体 API 发送发布请求

转载 作者:行者123 更新时间:2023-12-04 10:34:40 25 4
gpt4 key购买 nike

我正在尝试编写一个 python HTTP 请求代码,以通过其 API 之一将数据发送到 Ant 媒体服务器。但是我无法发送 POST 请求,但是我在 GET 请求中成功了。

import requests 
url = "http://localhost:5080/LiveApp/rest/broadcast/create"

body12 = {
"name": "TESTAPIsss",
"description":"hiiii",
"type": "streamSource",
"streamId":"650320906975923279669775",
"streamUrl": "rlink"
}
headers = {'content-type': 'application/json'}

x = requests.post(url, data=body12, headers=headers)

print(x.text)

我面临的错误是

Unrecognized token 'name': was expecting 'null', 'true', 'false' or NaN at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 6]

最佳答案

这个答案不再有效。

关于python - 如何在 Python 中为 Ant 媒体 API 发送发布请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60238022/

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