MoneyPrinterTurbo icon indicating copy to clipboard operation
MoneyPrinterTurbo copied to clipboard

TypeError: 'NoneType' object is not subscriptable,一键安装包、本地部署、docker部署都出现同样错误

Open EricTangLi opened this issue 10 months ago • 0 comments

TypeError: 'NoneType' object is not subscriptable Traceback: File "C:\Users\75893\Downloads\MoneyPrinterTurboPortableWindows\MoneyPrinterTurboPortableWindows\lib\python\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 542, in _run_script exec(code, module.dict) File "C:\Users\75893\Downloads\MoneyPrinterTurboPortableWindows\MoneyPrinterTurboPortableWindows\webui\Main.py", line 219, in script = llm.generate_script(video_subject=params.video_subject, language=params.video_language) File "C:\Users\75893\Downloads\MoneyPrinterTurboPortableWindows\MoneyPrinterTurboPortableWindows\app\services\llm.py", line 118, in generate_script response = _generate_response(prompt=prompt) File "C:\Users\75893\Downloads\MoneyPrinterTurboPortableWindows\MoneyPrinterTurboPortableWindows\app\services\llm.py", line 66, in _generate_response content = response["output"]["text"]

EricTangLi avatar Apr 08 '24 10:04 EricTangLi