-
报错全部信息如下
---------------------------------------------------------------------------
UnicodeDecodeError Traceback (most recent call last)
in ()
----> 1 my_friend = bot.frie…
-
估计是字符编码集的问题,报错:
>>> ERROR:wxpy.api.bot:
An error occurred in .
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/wxpy/api/bot.py", line 440, in process
ret =…
-
```python
import os
import json
import wxpy
# 导入模块
from wxpy import *
import json
import requests
import pyquery
# 初始化机器人,扫码登陆
bot = Bot()
# 搜索名称含有 "豆彭" 的好友
my_friend = bot.friends().sea…
-
日志:
Please scan the QR code to log in.
Please press confirm on your phone.
Loading the contact, this may take a little while.
Traceback (most recent call last):
File "", line 1, in
File "/…
Beeta updated
5 years ago
-
Traceback (most recent call last):
File "/usr/local/bin/ehforwarderbot", line 11, in
sys.exit(main())
File "/usr/local/lib/python3.6/site-packages/ehforwarderbot/__main__.py", line 267, in…
-
Getting uuid of QR code.
Downloading QR code.
Traceback (most recent call last):
File "wx/hongbao.py", line 13, in
bot = Bot(cache_path=True)
File "/usr/local/lib/python2.7/dist-packages…
-
from wxpy import *
# cache_path = True 表示开启缓存功能,短时间不用重新扫码
bot = Bot(cache_path=True)
# 机器人账号自身
myself = bot.self
# 在 Web 微信中把自己加为好友
bot.self.add()
bot.self.accept()
# 发送消息给自己
bot.self…
-
Spack appended linker variables (-Wl,rpath) can cause GCC to behave incorrectly when compiling non-linkable files, such as gch headers.
This was discovered when trying to install the a wxPython pac…
-
@samluo77 is a senior programmer and worked in Microsoft for more than 10 years. Now he moves to Thailand and begins his startup focusing on cross-border tourism.
When his customer sends an order n…
-
2022-01-16 05:26:52,267 [Level 99]: plugins.blueset.wechat.WeChatChannel (__init__.console_qr_code; __init__.py:195)
Confirm on your phone.
2022-01-16 05:27:07,717 [Level 99]: plugins.blueset.we…