JogleLew / coolq-telegram-bot-x

QQ && Telegram Forward Framework :: C++ Version
GNU General Public License v3.0
139 stars 17 forks source link

Bot在tg群聊中收不到其它bot的消息 #13

Closed yoooogaQAQ closed 6 years ago

yoooogaQAQ commented 6 years ago

CTBX 的版本信息(关键):10.2.1

相关的 Log(请务必抹除敏感信息): [2018-10-22 05:36:10] [info] [Bot] [Bot开始初始化] [2018-10-22 05:36:10] [debug] [TGBot] [开始初始化TGBot,根据网络情况需要的时间有较大区别] [2018-10-22 05:36:10] [debug] [TGBot] [TGBot的Token为:xxxxxxxx:xxxxxxxxxxxxxxxx] [2018-10-22 05:36:11] [debug] [TGBot] [TGBot初始化完成,TGBot用户名:xxxxxx] [2018-10-22 05:36:11] [debug] [Cards] [群名片Timer启动,更新间隔:21600s] [2018-10-22 05:36:11] [info] [Bot] [初始化完毕] [2018-10-22 05:36:14] [info] [Forward] [从TG群-xxxxxxxx收到消息 : 1,开始转发到QQ群xxxxxxxx] [2018-10-22 05:36:14] [debug] [MsgDebugInfo] [文本:true] [2018-10-22 05:36:14] [debug] [MsgDebugInfo] [照片:0] [2018-10-22 05:36:14] [debug] [MsgDebugInfo] [Forward:0] [2018-10-22 05:36:14] [debug] [MsgDebugInfo] [Sticker:0] [2018-10-22 05:36:14] [debug] [MsgDebugInfo] [音频:0] [2018-10-22 05:36:24] [info] [Forward] [从TG群-xxxxxxxx收到消息 : /rss,开始转发到QQ群xxxxxxxx] [2018-10-22 05:36:24] [debug] [MsgDebugInfo] [文本:true] [2018-10-22 05:36:24] [debug] [MsgDebugInfo] [照片:0] [2018-10-22 05:36:24] [debug] [MsgDebugInfo] [Forward:0] [2018-10-22 05:36:24] [debug] [MsgDebugInfo] [Sticker:0] [2018-10-22 05:36:24] [debug] [MsgDebugInfo] [音频:0] [2018-10-22 05:38:14] [info] [Bot] [Bot即将退出] [2018-10-22 05:38:19] [debug] [Cards] [群名片Timer停止]

screen shot 2018-10-22 at 01 46 51

是否能复现,如果可以的话怎样复现:能,在tg群聊里由其它bot发消息

其余转发是否正常,出问题的消息是否是个例:仅收不到其它bot的消息,其它消息转发正常

wtdcode commented 6 years ago

根据 Bot FAQ

Why doesn't my bot see messages from other bots? Bots talking to each other could potentially get stuck in unwelcome loops. To avoid this, we decided that bots will not be able to see messages from other bots regardless of mode.