-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
字幕翻译报错:AttributeError: 'NoneType' object has no attribute 'group' #155
Comments
需要使用最新的 googletrans 4.0.0rc1 版本,但是发布版里不知道怎么替换googletrans版本,就使用pip安装autosub了 |
@Samsong1991 原来是这个问题,看来我得重构一下发布版了 |
@Samsong1991 @BingLingGroup 谢谢回答!通过安装googletrans 4.0.0rc1,已经可以使用了
|
@zyanze 我也同样遇到了这个问题。 File "autosub_init_.py", line 159, in main File "autosub\cmdline_utils.py", line 1369, in audio_or_video_prcs File "autosub\core.py", line 635, in list_to_googletrans File "site-packages\googletrans\client.py", line 249, in detect File "site-packages\googletrans\client.py", line 75, in _translate File "site-packages\googletrans\gtoken.py", line 200, in do File "site-packages\googletrans\gtoken.py", line 65, in _update AttributeError: 'NoneType' object has no attribute 'group' [13860] Failed to execute script main |
@AlanMaxxx 你用pip安装一下github仓库里dev分支的代码即可解决问题 |
看起来又有新问题了 #163 ,急着使用翻译功能可以参考一下这个 #163 (comment) |
@BingLingGroup 我已经安装了googletrans 4.0.0rc1,依然会报错。 错误信息如下:
python版本:3.7.3
是否哪里有遗漏呢? |
@cjq02 看起来你已经在外部安装了python和autosub,请问你现在使用的autosub是你外部安装的版本还是发布版?发布版是独立的环境,与外部的依赖不相关,也无法修改。 |
@BingLingGroup 我是直接在release页面下载autosub-0.5.7-alpha-win-x64-pyinstaller.7z解压后,通过powershell运行的。 |
以上的意思就是说如果你想修复这个问题,需要自己在外部用pip单独安装dev分支最新版代码(安装方法readme里说了),而不是用发布版。 |
你好,现在这种方式又不行了,报错内容从之前的: 变成了:File "n:\programdata\anaconda3\lib\site-packages\httpcore_exceptions.py", line 12, in map_exceptions raise to_exc(exc) from None httpcore._exceptions.ConnectError: [Errno 0] Error 甚至尝试全部重新uninstall reinstall autosub.git@dev、googletrans==4.0.0rc1都还是报httpcore._exceptions.ConnectError: [Errno 0] Error。 请问大家现在用什么方式来处理此问题? |
@ZichengLouche #155 (comment) 急得话先看看这个方法 |
Hi,BingLingGroup,谢谢你的回复,根据你提供的#163 (comment)方案, 5,你提到的命令:autosub -i {file} -tapi man -of dst -doc -mts 9820 -tf txt -F ass 生成的.ass文件内容为: [V4+ Styles] [Events] 这里没有识别出来的文字内容哦?下一步copy哪些去手动翻译呢? |
|
@BingLingGroup |
Hi all, I have downloaded all the correct environment but still getting this error. Anyone manage to solve this problem?
OS : [Windows 10] |
@xingyou927 你应该尝试安装dev版本 |
Already installed the dev version but still getting the same error
|
确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。
描述问题
尝试将语音识别的str英文字幕转为中文字幕,程序报错:AttributeError: 'NoneType' object has no attribute 'group'
复现问题
复现问题的步骤:
尝试过两种方法,都出现上述问题:
从视频转中文字幕
从识别的英文字幕转中文字幕
你使用的命令行参数。推荐使用以下的代码块markdown语法,将代码块复制到```和```之间即可。
Ctrl-A
和Ctrl-C
去复制所有输出。期待的行为
为英文视频生成一份中文字幕。
操作环境(请提供以下完整数据):
字幕文件:
3.en-us.zip
The text was updated successfully, but these errors were encountered: