gpt4 book ai didi

python - 在 Python 中使用 Google Translate 库时出现 Json 错误

转载 作者:行者123 更新时间:2023-12-01 00:17:23 25 4
gpt4 key购买 nike

我正在用 Python 开发一个项目,我正在使用 googletrans 库将一种语言翻译成另一种语言。 5分钟前,程序运行正常,但现在出现 json 错误...我也尝试了一个简单的翻译,看看问题出在哪里。我在这里附上了打印屏幕。 https://snipboard.io/DL9soX.jpg

简单的演示代码:

from googletrans import Translator
translator = Translator()
translator.translate('Hello')

最佳答案

From Googletrans 2.3.0 documentation

Note on library usage

  • Due to limitations of the web version of google translate, this API does not guarantee that the library would work properly at all times. (so please use this library if you don’t care about stability.)
  • If you want to use a stable API, I highly recommend you to use Google’s official translate API.
  • If you get HTTP 5xx error or errors like #6, it’s probably because Google has banned your client IP address.

关于python - 在 Python 中使用 Google Translate 库时出现 Json 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59227209/

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