gpt4 book ai didi

python - 当页面存在时从维基百科搜索查询错误加载页面

转载 作者:太空宇宙 更新时间:2023-11-04 04:41:08 25 4
gpt4 key购买 nike

当页面确实存在时运行此代码会出错,因为我首先使用 python 维基百科库获取页面。

import wikipedia

wikiResults = wikipedia.search("megaman 64")
result = wikiResults[0]
page = wikipedia.page(result)

返回的错误:

wikipedia.exceptions.PageError: Page id "mega man legends video games" does 
not match any pages. Try another id!

我做错了什么?

谢谢

编辑:提供 MCVE

最佳答案

我通过查看 github 已解决的问题修复了这个错误。

当运行以下行时,自动建议自动设置为 true

page = wikipedia.page(result)

禁用此功能可以解决问题:

page = wikipedia.page(result, auto_suggest=False)

关于python - 当页面存在时从维基百科搜索查询错误加载页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50601633/

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