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-08 10:59:31.609 Uncaught app exception
Traceback (most recent call last):
File "C:\Users\jackyqin\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\jackyqin\anaconda3\envs\videolingo\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 590, in code_to_exec
exec(code, module.dict)
File "C:\Users\jackyqin\Desktop\VideoLingo\st.py", line 117, in
main()
File "C:\Users\jackyqin\Desktop\VideoLingo\st.py", line 113, in main
text_processing_section()
File "C:\Users\jackyqin\Desktop\VideoLingo\st.py", line 30, in text_processing_section
process_text()
File "C:\Users\jackyqin\Desktop\VideoLingo\st.py", line 53, in process_text
step4_2_translate_all.translate_all()
File "C:\Users\jackyqin\Desktop\VideoLingo\core\step4_2_translate_all.py", line 82, in translate_all
results.append(future.result())
File "C:\Users\jackyqin\anaconda3\envs\videolingo\lib\concurrent\futures_base.py", line 438, in result
return self.__get_result()
File "C:\Users\jackyqin\anaconda3\envs\videolingo\lib\concurrent\futures_base.py", line 390, in __get_result
raise self._exception
File "C:\Users\jackyqin\anaconda3\envs\videolingo\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\jackyqin\Desktop\VideoLingo\core\step4_2_translate_all.py", line 48, in translate_chunk
translation, english_result = translate_lines(chunk, previous_content_prompt, after_content_prompt, things_to_note_prompt, theme_prompt, i)
File "C:\Users\jackyqin\Desktop\VideoLingo\core\translate_once.py", line 54, in translate_lines
express_result = retry_translation(prompt2, 'expressiveness')
File "C:\Users\jackyqin\Desktop\VideoLingo\core\translate_once.py", line 43, in retry_translation
raise ValueError(f'[red]❌ {step_name.capitalize()} translation of block {index} failed after 3 retries. Please check your input text.[/red]')
ValueError: [red]❌ Expressiveness translation of block 9 failed after 3 retries. Please check your input text.[/red]
The text was updated successfully, but these errors were encountered:
2024-11-08 10:59:31.609 Uncaught app exception
Traceback (most recent call last):
File "C:\Users\jackyqin\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\jackyqin\anaconda3\envs\videolingo\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 590, in code_to_exec
exec(code, module.dict)
File "C:\Users\jackyqin\Desktop\VideoLingo\st.py", line 117, in
main()
File "C:\Users\jackyqin\Desktop\VideoLingo\st.py", line 113, in main
text_processing_section()
File "C:\Users\jackyqin\Desktop\VideoLingo\st.py", line 30, in text_processing_section
process_text()
File "C:\Users\jackyqin\Desktop\VideoLingo\st.py", line 53, in process_text
step4_2_translate_all.translate_all()
File "C:\Users\jackyqin\Desktop\VideoLingo\core\step4_2_translate_all.py", line 82, in translate_all
results.append(future.result())
File "C:\Users\jackyqin\anaconda3\envs\videolingo\lib\concurrent\futures_base.py", line 438, in result
return self.__get_result()
File "C:\Users\jackyqin\anaconda3\envs\videolingo\lib\concurrent\futures_base.py", line 390, in __get_result
raise self._exception
File "C:\Users\jackyqin\anaconda3\envs\videolingo\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\jackyqin\Desktop\VideoLingo\core\step4_2_translate_all.py", line 48, in translate_chunk
translation, english_result = translate_lines(chunk, previous_content_prompt, after_content_prompt, things_to_note_prompt, theme_prompt, i)
File "C:\Users\jackyqin\Desktop\VideoLingo\core\translate_once.py", line 54, in translate_lines
express_result = retry_translation(prompt2, 'expressiveness')
File "C:\Users\jackyqin\Desktop\VideoLingo\core\translate_once.py", line 43, in retry_translation
raise ValueError(f'[red]❌ {step_name.capitalize()} translation of block {index} failed after 3 retries. Please check your input text.[/red]')
ValueError: [red]❌ Expressiveness translation of block 9 failed after 3 retries. Please check your input text.[/red]
The text was updated successfully, but these errors were encountered: