Duix.Heygem icon indicating copy to clipboard operation
Duix.Heygem copied to clipboard

Error: Error invoking remote method 'model/addModel': Error: socket hang up

Open AAF79123 opened this issue 7 months ago • 3 comments

Image Image

5070ti 笔记本

5月20日下的镜像和最新客户端

AAF79123 avatar May 21 '25 01:05 AAF79123

问题解决了吗?我也是类似问题,如何解决呀,有大佬回答下不

sbfitx avatar May 21 '25 08:05 sbfitx

Do you use the 50-specific docker compose file for deployment here

Image

LegendaryM avatar May 21 '25 08:05 LegendaryM

I encountered the same problem, too. I have a 32GB DDR5 RAM + nvidia RTX 5070 laptop 8GB and 14650HX cpu running a win 11 x64 OS. and of course I put the docker-compose-5090.yml file and other .yml files in the same folder to run a docker-compose up -d command. the container end every image is running normally. but I got the Error invoking remote method 'model/addModel': Error: socket hang up, too.

我遇到了同样的问题 我有一台 32GB内存,RTX5070 移动版8GB显存显卡,14650HXCPU的笔记本电脑,win11 x64的笔记本电脑。 我确定把 docker-compose-5090.yml这个文件和其他几个yml文件放在相同的文件夹里然后运行了docker-compose up -d 命令。 容器和每一个镜像都正常运行了。 但我还是收到报错: Error invoking remote method 'model/addModel': Error: socket hang up

weelaider avatar Jun 07 '25 10:06 weelaider

I encountered the same problem, too. I have a 32GB DDR5 RAM + nvidia RTX 5070 laptop 8GB and 14650HX cpu running a win 11 x64 OS. and of course I put the docker-compose-5090.yml file and other .yml files in the same folder to run a docker-compose up -d command. the container end every image is running normally. but I got the Error invoking remote method 'model/addModel': Error: socket hang up, too.

我遇到了同样的问题 我有一台 32GB内存,RTX5070 移动版8GB显存显卡,14650HXCPU的笔记本电脑,win11 x64的笔记本电脑。 我确定把 docker-compose-5090.yml这个文件和其他几个yml文件放在相同的文件夹里然后运行了docker-compose up -d 命令。 容器和每一个镜像都正常运行了。 但我还是收到报错: Error invoking remote method 'model/addModel': Error: socket hang up

First, deploy the project with a command "docker-compose up -d", if you receive an "Error: Error invoking remote method 'model/addModel': Error: socket hang up" error, and your graphics card is an RTX 50-series one, try to change the deploy command to "docker-compose -f docker-compose-5090.yml up -d".

NOTE: The above operations are equally effective for the RTX 5070 laptop graphics card.

if you are in the Chinese mainland locally, you may encounter a new problem, which is a network error. You can find "readme_zh.md" in the source code package, read it, all the answers are almost waiting for you there.

qiminghang avatar Jun 07 '25 16:06 qiminghang