Harry

Results 320 comments of Harry

@RitoFan Thank you for the feedback. I have optimized this issue. Please **update the code and try again**. If there are any problems, feel free to provide feedback again.

可以看下详细的错误么?是Windows系统? 你看看执行 webui.bat 的时候,打印出来的 ``` ***** Current directory: XXXXXXXXXX ``` 路径,是你当前项目的路径么? 或者可以改下这个地方试试看能不能解决 ``` set PYTHONPATH=你的绝对路径 ```

> ValueError: pexels_api_keys is not set, please set it in the config.toml file. 是这个错误引起的,你需要先设置 **pexels_api_keys**,比如 ``` pexels_api_keys = ["123456789","abcdefghi"] ```

感谢反馈,非常好的建议,会列入开发计划中

https://github.com/harry0703/MoneyPrinterTurbo/blob/main/README-en.md We are also translating the UI language into English.

@Ashes47 English support has been added. You can try it out after updating.

requirements 文件里面是 pillow~=10.2.0 的版本,9.x 和 10.x 有些API接口不一样,需要用10.x的版本 可以把10.x的完整报错信息发出来看看么?谢谢