nonebot-plugin-gocqhttp icon indicating copy to clipboard operation
nonebot-plugin-gocqhttp copied to clipboard

一款在NoneBot2中直接运行go-cqhttp的插件, 无需额外下载安装 / A plugin to run go-cqhttp directly in NoneBot2, without additional download and installation.

Results 38 nonebot-plugin-gocqhttp issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.1 to 18.7.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.7.1&new-version=18.7.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.33.0 to 5.33.1. Release notes Sourced from @​typescript-eslint/parser's releases. v5.33.1 5.33.1 (2022-08-15) Bug Fixes missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.33.0 to 5.33.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.33.1 5.33.1 (2022-08-15) Bug Fixes missing placeholders in violation messages for no-unnecessary-type-constraint and no-unsafe-argument (and enable eslint-plugin/recommended rules...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...

dependencies
javascript

python版本:3.9.5 nonebot版本:2.0.0b4 ``` 08-11 12:25:34 [ERROR] nonebot | Running matcher failed. Traceback (most recent call last): File "/home/ubuntu/nonebot/StarHina/./bot.py", line 36, in nonebot.run(app="__mp_main__:app") │ └ └ File "/home/ubuntu/.environments/StarHina39/lib/python3.9/site-packages/nonebot/__init__.py", line 261, in...

bug

![image](https://user-images.githubusercontent.com/90846877/181148724-a1a89695-a323-4d79-a5ab-a59ac3a39ee5.png)

![image](https://user-images.githubusercontent.com/18511905/180226846-6aa255f6-73af-4292-beac-beafadc4529a.png) ![image](https://user-images.githubusercontent.com/18511905/180227079-855d7fc3-425f-461f-ba53-0133797b576c.png) ![image](https://user-images.githubusercontent.com/18511905/180227294-64643d10-c957-494d-a45e-e4ddc9d081e0.png) ![image](https://user-images.githubusercontent.com/18511905/180227381-3531ed2b-1f1a-48f4-94c4-3455dc15b0c2.png) 仅出现在刚刚添加完成的账号上(在 web 端操作),刷新网页也没用。不知道该提供哪些信息,我这里是必现的,看看要什么我再去截点图

bug

一开始以为是个例,密码搞错了,然后现在出现两三次了 具体现象为: 1. 原先正常登陆,某一天账号被冻结,手动解冻 2. 在 webui 上重新登录,提示密码错误 3. 打开 `accounts//config.yml` 文件,发现 `account` - `password` 字段的字符串值最后多了一个空格 例如:(假设我的密码是 `1234567`,结果变成了 `1234567[空格]` 了) ![image](https://user-images.githubusercontent.com/18511905/180228569-3699c8b9-ca52-4c29-83b5-3414c614ccb1.png) 复现路径不一定准确,只是碰巧冻结重新登录发现的,可能和重新登录压根没关系,也不知道跟什么有关系,也不知道啥时候这个空格多出来的 orz

bug
help wanted

昨天说的一直转圈圈的问题,应该不是多账号导致的(但是多账号可能会导致问题更容易出现?目前未知) 长时间开启 WebUI 后,会变得非常卡,点一些按钮要过很久才有响应,一直转圈圈,还很容易出现网页未响应。 关闭网页标签并重新打开仍然会很卡,**但重启浏览器进程并再次打开网页可以 100% 解决**,然后过几个小时可能又会变得非常卡。 (可能是哪里有什么资源没有释放?泄露了?我瞎猜的) 确定排除网络问题,使用的是 `Chrome 版本 99.0.4844.84(正式版本) (64 位)`

wontfix

在服务器上部署时较难访问到127.0.0.1 可以添加一个可选配置 让用户能自定义后端监听IP

question