wxpy icon indicating copy to clipboard operation
wxpy copied to clipboard

发送图片的时候出现错误

Open remiliacn opened this issue 5 years ago • 4 comments

File "", line 1, in File "C:\Users[UserName]\AppData\Local\Programs\Python\Python37\lib\site-packages\wxpy\api\chats\chat.py", line 54, in wrapped ret = do_send() File "C:\Users[UserName]\AppData\Local\Programs\Python\Python37\lib\site-packages\wxpy\utils\misc.py", line 72, in wrapped smart_map(check_response_body, ret) File "C:\Users[UserName]\AppData\Local\Programs\Python\Python37\lib\site-packages\wxpy\utils\misc.py", line 207, in smart_map return func(i, *args, **kwargs) File "C:\Users[UserName]\AppData\Local\Programs\Python\Python37\lib\site-packages\wxpy\utils\misc.py", line 53, in check_response_body raise ResponseError(err_code=err_code, err_msg=err_msg) wxpy.exceptions.ResponseError: err_code: 1; err_msg:

remiliacn avatar Jul 02 '19 07:07 remiliacn

Hello, I have encountered such a problem and is it related to the size of the picture?

wangmiao1002 avatar Aug 02 '19 09:08 wangmiao1002

From the test that I executed, it is probably the main reason.

remiliacn avatar Aug 02 '19 11:08 remiliacn

I am trying to solve. should not support python3.7, I changed python to 3.6 and updated itchat.

wangmiao1002 avatar Aug 05 '19 03:08 wangmiao1002

your picture is too large,wx now not support send large pic

Xutongcc avatar Oct 24 '19 06:10 Xutongcc