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
2024-11-04 12:58:07.299 Uncaught app exception
Traceback (most recent call last):
File "C:\Users\WINDOWS\anaconda3\envs\videolingo\lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "C:\Users\WINDOWS\anaconda3\envs\videolingo\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 590, in code_to_exec
exec(code, module.dict)
File "D:\AI\VideoLingo\st.py", line 117, in
main()
File "D:\AI\VideoLingo\st.py", line 113, in main
text_processing_section()
File "D:\AI\VideoLingo\st.py", line 30, in text_processing_section
process_text()
File "D:\AI\VideoLingo\st.py", line 55, in process_text
step5_splitforsub.split_for_sub_main()
File "D:\AI\VideoLingo\core\step5_splitforsub.py", line 106, in split_for_sub_main
pd.DataFrame({'Source': src_lines, 'Translation': tr_lines}).to_excel("output/log/translation_results_for_subtitles.xlsx", index=False)
File "C:\Users\WINDOWS\anaconda3\envs\videolingo\lib\site-packages\pandas\core\frame.py", line 778, in init
mgr = dict_to_mgr(data, index, columns, dtype=dtype, copy=copy, typ=manager)
File "C:\Users\WINDOWS\anaconda3\envs\videolingo\lib\site-packages\pandas\core\internals\construction.py", line 503, in dict_to_mgr
return arrays_to_mgr(arrays, columns, index, dtype=dtype, typ=typ, consolidate=copy)
File "C:\Users\WINDOWS\anaconda3\envs\videolingo\lib\site-packages\pandas\core\internals\construction.py", line 114, in arrays_to_mgr
index = _extract_index(arrays)
File "C:\Users\WINDOWS\anaconda3\envs\videolingo\lib\site-packages\pandas\core\internals\construction.py", line 677, in _extract_index
raise ValueError("All arrays must be of the same length")
ValueError: All arrays must be of the same length
试了几段德语视频都是这个问题,英转中没问题
The text was updated successfully, but these errors were encountered:
2024-11-04 12:58:07.299 Uncaught app exception
Traceback (most recent call last):
File "C:\Users\WINDOWS\anaconda3\envs\videolingo\lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "C:\Users\WINDOWS\anaconda3\envs\videolingo\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 590, in code_to_exec
exec(code, module.dict)
File "D:\AI\VideoLingo\st.py", line 117, in
main()
File "D:\AI\VideoLingo\st.py", line 113, in main
text_processing_section()
File "D:\AI\VideoLingo\st.py", line 30, in text_processing_section
process_text()
File "D:\AI\VideoLingo\st.py", line 55, in process_text
step5_splitforsub.split_for_sub_main()
File "D:\AI\VideoLingo\core\step5_splitforsub.py", line 106, in split_for_sub_main
pd.DataFrame({'Source': src_lines, 'Translation': tr_lines}).to_excel("output/log/translation_results_for_subtitles.xlsx", index=False)
File "C:\Users\WINDOWS\anaconda3\envs\videolingo\lib\site-packages\pandas\core\frame.py", line 778, in init
mgr = dict_to_mgr(data, index, columns, dtype=dtype, copy=copy, typ=manager)
File "C:\Users\WINDOWS\anaconda3\envs\videolingo\lib\site-packages\pandas\core\internals\construction.py", line 503, in dict_to_mgr
return arrays_to_mgr(arrays, columns, index, dtype=dtype, typ=typ, consolidate=copy)
File "C:\Users\WINDOWS\anaconda3\envs\videolingo\lib\site-packages\pandas\core\internals\construction.py", line 114, in arrays_to_mgr
index = _extract_index(arrays)
File "C:\Users\WINDOWS\anaconda3\envs\videolingo\lib\site-packages\pandas\core\internals\construction.py", line 677, in _extract_index
raise ValueError("All arrays must be of the same length")
ValueError: All arrays must be of the same length
试了几段德语视频都是这个问题,英转中没问题
The text was updated successfully, but these errors were encountered: