Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

视频合成最后一步出错错误 #538

Open
clank7378 opened this issue Dec 2, 2024 · 0 comments
Open

视频合成最后一步出错错误 #538

clank7378 opened this issue Dec 2, 2024 · 0 comments

Comments

@clank7378
Copy link

2024-12-02 21:49:54.589 Uncaught app exception
Traceback (most recent call last):
File "E:\money\lib\python\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 584, in _run_script
exec(code, module.dict)
File "E:\money\MoneyPrinterTurbo\webui\Main.py", line 787, in
result = tm.start(task_id=task_id, params=params)
File "E:\money\MoneyPrinterTurbo\app\services\task.py", line 299, in start
final_video_paths, combined_video_paths = generate_final_videos(
File "E:\money\MoneyPrinterTurbo\app\services\task.py", line 192, in generate_final_videos
video.generate_video(
File "E:\money\MoneyPrinterTurbo\app\services\video.py", line 280, in generate_video
bgm_file = get_bgm_file(bgm_type=params.bgm_type, bgm_file=params.bgm_file)
File "E:\money\MoneyPrinterTurbo\app\services\video.py", line 26, in get_bgm_file
return random.choice(files)
File "E:\money\lib\python\lib\random.py", line 378, in choice
return seq[self._randbelow(len(seq))]
IndexError: list index out of range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant