openimsdk / openim-docker

openim-docker configuration for deploying OpenIM. Provides a build solution for a stable distribution, as well as a docker compose deployment strategy
https://openim.io
Apache License 2.0
40 stars 54 forks source link

Bug: Failed to send image, but sending message succeeded. #123

Closed skiffer-git closed 5 months ago

skiffer-git commented 7 months ago

What happened?

Failed to send image, but sending message succeeded.

What did you expect to happen?

send image succeeded

How can we reproduce it (as minimally and precisely as possible)?

Failed to send image, but sending message succeeded.

Anything else we need to know?

No response

version

```console $ {name} version # paste output here ```

Cloud provider

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools

skiffer-git commented 7 months ago

1. export OPENIM_IP="<Public-IP>" 2. sed -i -e "s/apiURL: \"http:\/\/127\.0\.0\.1/apiURL: \"http:\/\/${OPENIM_IP}/" -e "s/signEndpoint: \"http:\/\/127\.0\.0\.1/signEndpoint: \"http:\/\/${OPENIM_IP}/" config.yaml

skiffer-git commented 5 months ago

The Docker deployment plan has been fully upgraded. Please refer to the README for the new scheme. The new scheme is simpler to use and supports Linux, Windows, and Mac.