MoneyPrinterTurbo
MoneyPrinterTurbo copied to clipboard
Uncaught app exception(TypeError: 'NoneType' object is not iterable)
是否已存在类似问题?
- [X] 我已搜索现有问题
当前行为
大佬我这前几天还能运行很好有数据正常输出今天就报错了。烦劳大佬帮看下啥情况
2025-01-07 18:34:36 | INFO | "./app/services/task.py:128": get_video_materials
preprocess local materials
2025-01-07 18:34:36.636 Uncaught app exception
Traceback (most recent call last):
File "/Users/anaconda3/envs/MoneyPrinterTurbo/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
^^^^^^
File "/Users/anaconda3/envs/MoneyPrinterTurbo/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "/Users/moneyprinter/webui/Main.py", line 804, in
预期行为
继续执行按照文案创建视频
重现步骤
输入标题千问自动创建文案报这个错。然后我不用千问生成文案直接粘贴文案也报这个错
堆栈追踪/日志
2025-01-07 18:34:36 | INFO | "./app/services/task.py:128": get_video_materials -
preprocess local materials
2025-01-07 18:34:36.636 Uncaught app exception
Traceback (most recent call last):
File "/Users/anaconda3/envs/MoneyPrinterTurbo/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
^^^^^^
File "/Users/anaconda3/envs/MoneyPrinterTurbo/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "/Users/moneyprinter/webui/Main.py", line 804, in
Python 版本
3.11
操作系统
macOS
MoneyPrinterTurbo 版本
v1.2.1
其他信息
No response