docker-wechat icon indicating copy to clipboard operation
docker-wechat copied to clipboard

tag 2.8.0.112 无法发送大的图片

Open ystyle opened this issue 4 years ago • 9 comments

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

系统信息 Screenshot_20200302_171038

ystyle avatar Mar 05 '20 06:03 ystyle

类似的在其它的版本上也有 https://github.com/countstarlight/deepin-wine-wechat-arch/issues/42

ystyle avatar Mar 05 '20 06:03 ystyle

Does 2.8 work OK for you?

huan avatar Mar 05 '20 06:03 huan

No, still the same

2020-03-05_15-20

ystyle avatar Mar 05 '20 07:03 ystyle

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

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

huan avatar Mar 05 '20 07:03 huan

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是没问题的

ystyle avatar Mar 05 '20 07:03 ystyle

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

huan avatar Mar 05 '20 09:03 huan

No, still not work

ystyle avatar Mar 06 '20 02:03 ystyle

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.+.

zhao-kun avatar Mar 25 '20 05:03 zhao-kun

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: https://github.com/countstarlight/deepin-wine-wechat-arch/issues/42

ystyle avatar Mar 25 '20 11:03 ystyle