openimsdk / open-im-server

IM Chat ChatGPT
https://openim.io
Apache License 2.0
14.14k stars 2.5k forks source link

[BUG] open-server api interface request error #2898

Open getpro opened 4 days ago

getpro commented 4 days ago

OpenIM Server Version

3.8.1

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Docker Deployment

Bug Description and Steps to Reproduce

任意接口请求返回以下错误: { "errCode": 14, "errMsg": "last connection error: connection error: desc = \"transport: Error while dialing: dial tcp 172.19.0.6:10160: connect: connection refused\"; last resolver error: produced zero addresses", "errDlt": "14 last connection error: connection error: desc = \"transport: Error while dialing: dial tcp 172.19.0.6:10160: connect: connection refused\"; last resolver error: produced zero addresses" }

重启open-server服务后可恢复

Screenshots Link

No response

OpenIM-Robot commented 4 days ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


OpenIM Server Version

3.8.1

Operating System and CPU Architecture

Linux(AMD)

Deployment Method

Docker Deployment

Bug Description and Steps to Reproduce

Any interface request returns the following error: { "errCode": 14, "errMsg": "last connection error: connection error: desc = \"transport: Error while dialing: dial tcp 172.19.0.6:10160: connect: connection refused\"; last resolver error: produced zero addresses", "errDlt": "14 last connection error: connection error: desc = \"transport: Error while dialing: dial tcp 172.19.0.6:10160: connect: connection refused\"; last resolver error: produced zero addresses" }

It can be restored after restarting the open-server service.

Screenshots Link

No response

skiffer-git commented 4 days ago

Is it using etcd?

OpenIM-Robot commented 4 days ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Is it using etcd?

getpro commented 3 days ago

Is it using etcd?

yes

skiffer-git commented 3 days ago

Run docker exec -it openim-server mage check when an issue occurs.