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
Exception: Chunk 24 to 24 exceeds the chunk end time 119.73 seconds with current time 120.71 seconds
Traceback:
File "E:\edgedownload\VideoLingo-main\venv\lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "E:\edgedownload\VideoLingo-main\venv\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 590, in code_to_exec
exec(code, module.dict)
File "E:\edgedownload\VideoLingo-main\st.py", line 123, in
main()
File "E:\edgedownload\VideoLingo-main\st.py", line 120, in main
audio_processing_section()
File "E:\edgedownload\VideoLingo-main\st.py", line 79, in audio_processing_section
process_audio()
File "E:\edgedownload\VideoLingo-main\st.py", line 99, in process_audio
step10_gen_audio.gen_audio()
File "E:\edgedownload\VideoLingo-main\core\step10_gen_audio.py", line 231, in gen_audio
tasks_df = merge_chunks(tasks_df)
File "E:\edgedownload\VideoLingo-main\core\step10_gen_audio.py", line 209, in merge_chunks
raise Exception(f"Chunk {chunk_start} to {index} exceeds the chunk end time {chunk_end_time:.2f} seconds with current time {cur_time:.2f} seconds") 最后合成的时候出现这个错误是什么原因呢?
The text was updated successfully, but these errors were encountered:
Exception: Chunk 24 to 24 exceeds the chunk end time 119.73 seconds with current time 120.71 seconds
Traceback:
File "E:\edgedownload\VideoLingo-main\venv\lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "E:\edgedownload\VideoLingo-main\venv\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 590, in code_to_exec
exec(code, module.dict)
File "E:\edgedownload\VideoLingo-main\st.py", line 123, in
main()
File "E:\edgedownload\VideoLingo-main\st.py", line 120, in main
audio_processing_section()
File "E:\edgedownload\VideoLingo-main\st.py", line 79, in audio_processing_section
process_audio()
File "E:\edgedownload\VideoLingo-main\st.py", line 99, in process_audio
step10_gen_audio.gen_audio()
File "E:\edgedownload\VideoLingo-main\core\step10_gen_audio.py", line 231, in gen_audio
tasks_df = merge_chunks(tasks_df)
File "E:\edgedownload\VideoLingo-main\core\step10_gen_audio.py", line 209, in merge_chunks
raise Exception(f"Chunk {chunk_start} to {index} exceeds the chunk end time {chunk_end_time:.2f} seconds with current time {cur_time:.2f} seconds") 最后合成的时候出现这个错误是什么原因呢?
The text was updated successfully, but these errors were encountered: