使用维基百科时出现 JSONDecodeError-api

JSONDecodeError when using wikipedia-api

我正在尝试使用 Python 维基百科-api。我收到如下错误。

File "C:\Python37\lib\json\decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

我没有找到解决这个错误的方法。

import wikipedia

page = wikipedia.page("google")#interpreter shows error for this line
print(page.summary)

我希望输出如下所示:

https://en.wikipedia.org/wiki/Google

如果您所在的国家/地区对访问维基百科有限制,这将导致错误。

您可以在您的计算机上使用 vpn 解决该错误。