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
I'm getting this error during video generation, debug information included. TypeError: VideoClip.write_videofile() got an unexpected keyword argument 'temp_audiofile_path'
#468
Open
nexusjuan12 opened this issue
Jul 28, 2024
· 2 comments
TypeError: VideoClip.write_videofile() got an unexpected keyword argument 'temp_audiofile_path'
Traceback:
File "C:\Users\nexusjuan\AppData\Roaming\Python\Python310\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 534, in _run_script
exec(code, module.dict)
File "D:\MoneyPrinterTurbo\MoneyPrinterTurbo\webui\Main.py", line 787, in
result = tm.start(task_id=task_id, params=params)
File "D:\MoneyPrinterTurbo\MoneyPrinterTurbo\app\services\task.py", line 299, in start
final_video_paths, combined_video_paths = generate_final_videos(
File "D:\MoneyPrinterTurbo\MoneyPrinterTurbo\app\services\task.py", line 176, in generate_final_videos
video.combine_videos(
File "D:\MoneyPrinterTurbo\MoneyPrinterTurbo\app\services\video.py", line 131, in combine_videos
video_clip.write_videofile(
The text was updated successfully, but these errors were encountered:
TypeError: VideoClip.write_videofile() got an unexpected keyword argument 'temp_audiofile_path'
Traceback:
File "C:\Users\nexusjuan\AppData\Roaming\Python\Python310\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 534, in _run_script
exec(code, module.dict)
File "D:\MoneyPrinterTurbo\MoneyPrinterTurbo\webui\Main.py", line 787, in
result = tm.start(task_id=task_id, params=params)
File "D:\MoneyPrinterTurbo\MoneyPrinterTurbo\app\services\task.py", line 299, in start
final_video_paths, combined_video_paths = generate_final_videos(
File "D:\MoneyPrinterTurbo\MoneyPrinterTurbo\app\services\task.py", line 176, in generate_final_videos
video.combine_videos(
File "D:\MoneyPrinterTurbo\MoneyPrinterTurbo\app\services\video.py", line 131, in combine_videos
video_clip.write_videofile(
The text was updated successfully, but these errors were encountered: