Ethan Lee
Ethan Lee
部署完成并赋予了bot管理员权限后,当新用户通过invatation link进入group的时候bot不响应,此时python控制台输出的错误是 ```python Traceback (most recent call last): File "/home/x/apps/Telegram-CAPTCHA-bot/venv/lib/python3.7/site-packages/telethon/client/updates.py", line 422, in _dispatch_update await callback(event) File "main.py", line 72, in challenge_user member = await bot(GetParticipantRequest(chat, target)) File "/home/x/apps/Telegram-CAPTCHA-bot/venv/lib/python3.7/site-packages/telethon/client/users.py", line...
首先谢谢作者们,`lint-md --fix [files...]` 没有问题很好用! 我试着把这个插件加到 vim 里用作实时 linter,但是发现 buffer 作为 stdin 给 `lint-md` 的时候并没有如期给出 linter output。 我现在的临时解决方案是先把 buffer 写到临时文件中转一下。 ## 复现方法: ```bash echo "Test file content" | lint-md ``` ##...
Similar to #2588 but this time I managed to reproduce it after a clean reinstall. The behaviours are somehow inconsistent and difficult to describe so i'll try my best. ##...