cluic / wxauto

Windows版本微信客户端(非网页版)自动化,可实现简单的发送、接收微信消息,简单微信机器人
MIT License
2.88k stars 465 forks source link

wx.SendFiles 时 出现的bug 大家遇到过吗? #263

Closed bosunram closed 1 month ago

bosunram commented 2 months ago

发十几次就会遇到一次,搞不懂了 楼主快来处理

Traceback (most recent call last): File "C:\Users\admin\Desktop\136.py", line 882, in wx.SendFiles(sendfile,user) File "C:\Users\admin\AppData\Local\Programs\Python\Python37\lib\site-packages\wxauto\wxauto.py", line 261, in SendFiles if editbox.GetValuePattern().Value: AttributeError: 'NoneType' object has no attribute 'Value'