gpt4 book ai didi

python - 使用 urllib2.urlopen 时获取 "TypeError: unhashable type"

转载 作者:太空宇宙 更新时间:2023-11-04 09:02:46 32 4
gpt4 key购买 nike

<分区>

headers = {"X-RJM-API-Key": "my API key here"}
url = "the url"
response = urllib2.Request(url, headers)
re = urllib2.urlopen(response)

上面应该“返回可用于导出的图表的 JSON 编码列表。”

但我只是得到 TypeError: unhashable type

有什么想法吗?

谢谢!

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