-
![QQ图片20230424075956](https://user-images.githubusercontent.com/74299446/233873677-c51b6877-6591-4e38-85b6-957eef36e204.jpg)
res文件也下了,HoshinoBot的__bot__.py也改了,就是显示不了,小白表示头大
-
折腾了下,发现core需要独立服务运行
我把core作为一个独立的docker容器运行(HoshinoBot的容器我自己用poetry打包的,不好同时运行两个poetry项目),提示找不到运行的gsuid二无限重启;
而另一边的HoshinoBot容器提示无法连接到core也在无限重启(我已经修改了gsuid插件client的ws地址),估计是core无法无限重启连不上,导致这边连不上…
-
想弄个支持私聊和群聊的功能
-
大部分指令都报AttributeError: 'MaiMusic' object has no attribute 'total_list'
很怪(
-
```
[2023-03-15 15:00:43,937 twitter-poller] INFO: Got twitter event.
Traceback (most recent call last):
File "/home/HoshinoBot/.local/lib/python3.9/site-packages/peony/stream.py", line 156, in…
-
我在试着自己增加赛马娘模型时遇到了
```
[2023-04-07 角色语音模仿] ERROR: 'data'
Traceback (most recent call last):
File "HoshinoBot\hoshino\msghandler.py", line 23, in handle_message
await service_func.func(bot, …
-
[2023-04-06 19:24:16,270 nonebot] ERROR: Failed to import "hoshino.modules.yobot.yobot", error: Expecting value: line 5 column 20 (char 86)
[2023-04-06 19:24:16,270 nonebot] ERROR: Expecting value: l…
-
环境是常规的go-cqhttp + HoshinoBot,发现私聊Bot导入抽卡记录时没有反应,Bot不回复消息也没有看到log有报错,看了下可能是Hoshino连接器这个位置的问题:
https://github.com/KimigaiiWuyi/GenshinUID/blob/2a4af236b512d798cad41a9c6271c46e129a264b/GenshinUID/__init…
-
null
-
大佬您好,本人纯新手,配置bot的时候没有看到HoshinoBot\res\img这个目录欸,我自己创建了一个之后在后面运行报错找不到文件位置,大部分功能都实现不了
![image](https://user-images.githubusercontent.com/130686147/231819230-40f1872a-2c89-41d6-8019-31d9b6b9a62e.png)