Skip to content
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

UnicodeDecodeEerror #2

Open
a690089735 opened this issue Mar 13, 2020 · 2 comments
Open

UnicodeDecodeEerror #2

a690089735 opened this issue Mar 13, 2020 · 2 comments

Comments

@a690089735
Copy link

a690089735 commented Mar 13, 2020

Make sure you have read the readme, searched and read the issues related to yours. Otherwise it will be considered as a duplicate which will be closed immediately.

Describe the bug
run->
Traceback.....
File ....__main__.py...line26..in
File ....__init__.py....line 68, in main
File ...ffmpeg_utils.py....line 187, in get_cmd
File ...ffmpeg_utils.py.....line 176, in which_exe
UnicodeDecodeEerror:‘ascii’ code can't decode 0xce in position 3:ordinal not in range(128)
[14356]Failed to execute script __main__

To Reproduce
select mp4file:没有中文没有空格。
run->
Traceback.....
File ...__main__.py...line26..in
File ....__init__.py....line 68, in main
File ...ffmpeg_utils.py....line 187, in get_cmd
File ...ffmpeg_utils.py.....line 176, in which_exe
UnicodeDecodeEerror:‘ascii’ code can't decode 0xce in position 3:ordinal not in range(128)
[14356]Failed to execute script __main__

测试了来自不同渠道的多个MP4文件。

@a690089735 a690089735 changed the title UnicodeDecodEerror UnicodeDecodeEerror Mar 13, 2020
@kwea123
Copy link
Owner

kwea123 commented Mar 13, 2020

Hi, this seems to be the problem of autosub, not my gui.
Can you try to download the latest version of autosub from here?
Download and extract it, then put my autosub_gui.exe inside.
Please let me know if the problem persists. Thank you.

@a690089735
Copy link
Author

我现在脱离了GUI,直接使用了autosub 0.5.5alpha(因为我发现0.5.5的可以解压直接使用,而且兼容空格符),但是遇到了google api返回空值的错误(由于语音切片时间过短)。等待git主在下一个版本中将其修复。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants