肥皂泡沫引发 Webfault:错误代码:302 联系人不存在

问题描述

尝试使用 suds 包连接到 Bronto Web 服务 - readDeliveries 方法返回的错误为:

“服务器引发错误:'302:联系人不存在”

知道为什么我会收到这个错误吗?我也搜索了文档,但找不到任何具体的回复。

BRONTO_WSDL = 'https://api.bronto.com/v4?wsdl'

引发此错误的代码行:

deliveries = bronto_client.service.readDeliveries(delivery_filter,includeRecipients=True,includeCampaignID=True,pageNumber=page_num)

我也没有在 deliveryFilter 中使用任何特定选项。

delivery_filter = bronto_client.factory.create('deliveryFilter')
delivery_filter.type = 'AND'

你能告诉我我哪里出错了以及如何处理这些错误吗?

API 文档链接: https://help.bronto.com/bmp/help-source/reference/r_api_soap_readdeliveries.html

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...