google_trans_new报JSONDecodeError 修改了google_trans_new.py第151行代码还是不行

问题遇到的现象和发生背景
问题相关代码,请勿粘贴截图

from google_trans_new import google_translator

translator = google_translator()
Pronounce = translator.translate('hello,',lang_src='en',lang_tgt='zh',pronounce=True)
print(Pronounce)

运行结果及报错内容

JSONDecodeError: Extra data: line 1 column 780 (char 779)

我的解答思路和尝试过的方法
我想要达到的结果

从github仓库下载安装:
https://github.com/lushan88a/google_trans_new
然后修改google_trans_new.py 151行改: response = (decoded_line + ']')
为 response = decoded_line。这样试试。