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
UnicodeEncodeError: 'gbk' codec can't encode character '\U0001f3ac' in position 0: illegal multibyte sequence
Traceback:
File "D:\miniconda3\envs\videolingo\lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "D:\miniconda3\envs\videolingo\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 590, in code_to_exec
exec(code, module.dict)
File "D:\Code\github\VideoLingo\st.py", line 118, in
main()
File "D:\Code\github\VideoLingo\st.py", line 114, in main
text_processing_section()
File "D:\Code\github\VideoLingo\st.py", line 30, in text_processing_section
process_text()
File "D:\Code\github\VideoLingo\st.py", line 45, in process_text
step2_whisper.transcribe()
File "D:\Code\github\VideoLingo\core\step2_whisper.py", line 23, in transcribe
ts(video_file)
File "D:\Code\github\VideoLingo\core\all_whisper_methods\whisperXapi.py", line 217, in transcribe
audio_file = convert_video_to_audio(video_file)
File "D:\Code\github\VideoLingo\core\all_whisper_methods\whisperXapi.py", line 20, in convert_video_to_audio
print(f"🎬➡️🎵 Converting to audio with FFmpeg ......")
The text was updated successfully, but these errors were encountered:
去掉:“““File "D:\Code\github\VideoLingo\core\all_whisper_methods\whisperXapi.py", line 20, in convert_video_to_audio
print(f"🎬➡️🎵 Converting to audio with FFmpeg ......")””” 这个 print 中的 emoji,尝试运行看看还有没有别的地方会这样报错~
UnicodeEncodeError: 'gbk' codec can't encode character '\U0001f3ac' in position 0: illegal multibyte sequence
Traceback:
File "D:\miniconda3\envs\videolingo\lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "D:\miniconda3\envs\videolingo\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 590, in code_to_exec
exec(code, module.dict)
File "D:\Code\github\VideoLingo\st.py", line 118, in
main()
File "D:\Code\github\VideoLingo\st.py", line 114, in main
text_processing_section()
File "D:\Code\github\VideoLingo\st.py", line 30, in text_processing_section
process_text()
File "D:\Code\github\VideoLingo\st.py", line 45, in process_text
step2_whisper.transcribe()
File "D:\Code\github\VideoLingo\core\step2_whisper.py", line 23, in transcribe
ts(video_file)
File "D:\Code\github\VideoLingo\core\all_whisper_methods\whisperXapi.py", line 217, in transcribe
audio_file = convert_video_to_audio(video_file)
File "D:\Code\github\VideoLingo\core\all_whisper_methods\whisperXapi.py", line 20, in convert_video_to_audio
print(f"🎬➡️🎵 Converting to audio with FFmpeg ......")
The text was updated successfully, but these errors were encountered: