huan/docker-wechat

tag 2.8.0.112 无法发送大的图片

ystyle opened this issue · 9 comments

小图片都可以发送,但需要压缩的都不行, 表现为发送一直转圈圈

系统信息
Screenshot_20200302_171038

类似的在其它的版本上也有
vufa/deepin-wine-wechat-arch#42

huan commented

Does 2.8 work OK for you?

No, still the same

2020-03-05_15-20

huan commented

I can send the picture & file without any problem with v2.7.

However, it does not work under v2.8.0.112 for me.

I can send the picture & file without any problem with v2.7.

However, it does not work under v2.8.0.112 for me.

可能我搞错版本了, 我执行docker images看到没有Tag就到hub上看了,以为是上一个版本就是2.7的。
现在看到应该是45小时前的版本是2.8的
8天前的版本2.7是没问题的

huan commented

Yes, then you are facing the same issue that I have.

I have just published the latest version of WeChat 2.8.121, please try it and see if the new version can fix this issue.

curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh \
  | DOCHAT_WECHAT_VERSION=2.8.0.121 bash

No, still not work

I use native wine + WeChat, the same issue as this. But I've found when I send a big size file which was sent before via other ways( for example via mobile version or web version) the file can be sent successfully, but when I send a big size file which never sent, the sending error must have occurred.

I guess this phenomenon could be related to the Chinese Internet censor mechanism which may be changed (CLIENT calculating MD5 to verified in the cloud, early version could calculate and verify all in the cloud) and introduced in the WeChat desktop version of 2.8.+.

I use native wine + WeChat, the same issue as this. But I've found when I send a big size file which was sent before via other ways( for example via mobile version or web version) the file can be sent successfully, but when I send a big size file which never sent, the sending error must have occurred.

I guess this phenomenon could be related to the Chinese Internet censor mechanism which may be changed (CLIENT calculating MD5 to verified in the cloud, early version could calculate and verify all in the cloud) and introduced in the WeChat desktop version of 2.8.+.

Look at the log because of a library related to image decoding
see this:
vufa/deepin-wine-wechat-arch#42