wadereye
wadereye
I get the same error . enviorment: asp.net core 3.1 Hangfire.aspnetcore 1.7.9 Hanfire.mysqlstore 2.0 mysql 8.0 when vsisit the url http://localhost:9519/hangfire/recurring First I Get the error like : {"code":401,"data":"","message":"Parameter '@rownum'...
> > I get the same error . > > enviorment: > > asp.net core 3.1 > > Hangfire.aspnetcore 1.7.9 > > Hanfire.mysqlstore 2.0 > > mysql 8.0 > >...
我也一样,有什么解决办法吗? 2024-12-23 15:25:13 | ERROR | "./app\services\task.py:85": generate_audio - failed to generate audio: 1. check if the language of the voice matches the language of the video script. 2. check...
> 我也一样,有什么解决办法吗? > > 2024-12-23 15:25:13 | ERROR | "./app\services\task.py:85": generate_audio - failed to generate audio: > > 1. check if the language of the voice matches the language of...
这个应该是nginx的配置问题吧。 先进入前端文件夹,修改nginx.conf文件 vi frontend/nginx.conf 比如,将最大文件修改为200M,将上传时间修改为300s; 将client_max_body_size 50M ;修改为200M; client_max_body_size 200M proxy_connect_timeout 300s; 修改后,要重启nginx 才能生效 用sudo docker ps 找到 前端的容器ID。名称为:wechatopenai/weknora-ui:latest 然后进入容器: sudo docker exec -it 5b71b1b4c631(容器ID) /bin/sh/ nginx -t nginx -s...