-
开黑啦机器人:https://www.kookapp.cn/app/oauth2/authorize?id=13272&permissions=22528&client_id=PE3CLU50AFw-WT7O&redirect_uri=&scope=bot
QQ群机器人:2772315229
后端是一张3090,欢迎来玩
-
I encountered the following error
```
Traceback (most recent call last):
File "E:\GIT\Kook-Valorant-Bot\code\main.py", line 1760, in login_authtoken
res_auth = await authflow(user, passwd)
…
-
I encountered the following error
```
Traceback (most recent call last):
File "E:\GIT\Kook-Valorant-Bot\code\main.py", line 1760, in login_authtoken
res_auth = await authflow(user, passwd)
…
-
原因不明,但是会导致短时间内相同信息发送两次。
-
```python
import riot_auth
async def authflow(user: str, passwd: str):
CREDS = user, passwd
auth = riot_auth.RiotAuth()
await auth.authorize(*CREDS)
await auth.reauthorize()
…
-
在koishi上安装好这个插件后,点击启动按钮没有反应,我启动其他的插件都没有问题,目前只有这个插件出现了这个问题。
点击启动后页面 dev tools console 会报这个错:
```
runtime-core.esm-bundler.js:38
[Vue warn]: Unhandled error during execution of n…
-
Call_api的时候,返回
nonebot.adapters.kaiheila.exception.NetworkError:
完整Log
Traceback (most recent call last):
File "C:\Users\ConBl\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 19…
-
实测在网络较差的情况下,使用各种访问api的方法都很容易导致卡死。
-
## Summary
复现到的平台 koishi:在windows桌面版0.7.1、windwos下git拉取后新建模板项目、koishi-android v0.0.3
(windows桌面版0.7.1的情况下)NovelAI bot版本:
|版本 | 违禁词功能|
|:-:|:-:|
|1.6 | OK|
|1.7.0 | OK|
|1.7.1 | OK|
|1.7.2 …
-
**描述问题:**
BlockDriver注册同步on_startup与on_shutdown钩子函数时启动崩溃
**如何复现?**
```python
from nonebot import get_driver
@get_driver().on_startup
def i_will_crash():
print("oops")
```
**…