foyoux / pygtrans

谷歌翻译, 支持 APIKEY 一口气翻译十万条
GNU General Public License v3.0
218 stars 48 forks source link

AttributeError: 'Null' object has no attribute 'translatedText' #11

Closed GoosenLEE closed 3 years ago

GoosenLEE commented 3 years ago

一直报错:AttributeError: 'Null' object has no attribute 'translatedText' 小白也不知道是什么原因啊

lemisky commented 3 years ago

Null 表示一个失败的结果, 意思翻译失败, 然后 Null 对象存着失败信息.

你应该是直接使用的 Translate, 然后报的无法链接的错误, 原因参考 #8