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
📂 本次任务目录: G:\SoftWare\AAVT0.9.0_Win/cache/video/1_20241015153547
⚠️ 请不要在任务运行期间切换菜单或修改参数!
2024-10-15 15:35:47.600 Uncaught app exception
Traceback (most recent call last):
File "G:\SoftWare\AAVT0.9.0_Win\utils\public.py", line 50, in FileToMp3
subprocess.run(command, check=True)
File "D:\DevEnv\Python\Python3.11\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\DevEnv\Python\Python3.11\Lib\subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "D:\DevEnv\Python\Python3.11\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "G:\SoftWare\AAVT0.9.0_Win\env\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 85, in exec_func_with_error_handling
result = func()
^^^^^^
File "G:\SoftWare\AAVT0.9.0_Win\env\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 576, in code_to_exec
exec(code, module.__dict__)
File "G:\SoftWare\AAVT0.9.0_Win\Chenyme-AAVT.py", line 42, in <module>
pg.run()
File "G:\SoftWare\AAVT0.9.0_Win\env\Lib\site-packages\streamlit\navigation\page.py", line 291, in run
exec(code, module.__dict__)
File "G:\SoftWare\AAVT0.9.0_Win\page\project\video.py", line 509, in <module>
FileToMp3(log_setting, f"{output_file}/{st.session_state.srt_name}", output_file)
File "G:\SoftWare\AAVT0.9.0_Win\utils\public.py", line 57, in FileToMp3
raise EOFError(f"发生错误!可能是 FFmpeg 未被正确配置或上传文件格式不受支持。详细信息: {e}")
EOFError: 发生错误!可能是 FFmpeg 未被正确配置或上传文件格式不受支持。详细信息: [WinError 2] 系统找不到指定的文件。
其他信息(可选)
No response
The text was updated successfully, but these errors were encountered:
操作系统
Windows11
项目版本
No response
Python版本
Python 3.11.9
错误描述
上传视频后进行视频识别时报错:FileNotFoundError: [WinError 2] 系统找不到指定的文件。
重现步骤
错误截图
其他信息(可选)
No response
The text was updated successfully, but these errors were encountered: