You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/bin/autosub", line 8, in <module> sys.exit(main()) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/autosub/__init__.py", line 170, in main cmdline_utils.sub_trans(args, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/autosub/cmdline_utils.py", line 796, in sub_trans translated_text, args.src_language = core.list_to_googletrans( File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/autosub/core.py", line 578, in list_to_googletrans translator = googletrans.Translator( File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/googletrans/client.py", line 88, in __init__ client=self.client, host=self.service_urls[0]) TypeError: 'NoneType' object is not subscriptable
麻烦大大@BingLingGroup 教我如何解决,国外上课急需555
The text was updated successfully, but these errors were encountered:
#155 安装googletrans 4.0.0rc1后,出现以下错误
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/bin/autosub", line 8, in <module> sys.exit(main()) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/autosub/__init__.py", line 170, in main cmdline_utils.sub_trans(args, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/autosub/cmdline_utils.py", line 796, in sub_trans translated_text, args.src_language = core.list_to_googletrans( File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/autosub/core.py", line 578, in list_to_googletrans translator = googletrans.Translator( File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/googletrans/client.py", line 88, in __init__ client=self.client, host=self.service_urls[0]) TypeError: 'NoneType' object is not subscriptable
麻烦大大@BingLingGroup 教我如何解决,国外上课急需555
The text was updated successfully, but these errors were encountered: