-
图片可以正常发送,但视频无法发送成功
-
**Name of the addon**
i.wi.
**Describe the bug**
Running `g.extension extension=i.wi` gives the following error in GRASS 8.4 (in Colab) and grass main too (locally):
```
WARNING: Extension alr…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build wxpython
### Build log
[wx.txt](https://github.com/user-attachments/files/17410139/wx.txt)
### Notify maintainers
@…
-
from wxpy import *
bot = Bot()
my_friend = ensure_one(bot.friends().search('test'))
group = ensure_one(bot.groups().search('testtest'))
group.add_members(my_friend,True)
邀请入群报错,有没有帮忙看下
-
当好友给分享文章时,能够统计分词后的词频结果,但是无法回复给好友,代码如下:
```python
from mymodule import stats_word
import requests
from pyquery import PyQuery
from wxpy import *
bot=Bot()
my_friend=bot.friends()
@bot.regis…
-
I noticed you are packaging the borked build for wxPython. The original/regular download for wxPython build on windows had compiled build issues(only on MSW). This is documented on the wxPython mailin…
-
>>> from wxpy import *
>>> bot = Bot()
Getting uuid of QR code.
Downloading QR code.
Please scan the QR code to log in.
Please press confirm on your phone.
Loading the contact, this may take a l…
-
from flask import Flask
from wxpy import *
app = Flask(__name__)
@app.route('/')
def hello_world():
bot = Bot()
return 'index World!'
@app.route('/ho')
def hello():
my_friend …
-
Hello,
I followed the instruction regarding the installation on Ubuntu 20.04, and I'm getting the following error on database choosing.
~~~
## 16/09/2021 14:23:12 | 1.2.9.9 | wxPython 4.1.1 gtk…
-
使用获取头像的方法
`bot.self.get_avatar('./%s'%bot.self.name)`
提示 :TypeError: expected `Friend`, `Group` or `Member`, got``
这是只能获取 Friend Group Member 类型的吗?