Send Group Message: blocked by server #240
Unanswered
abdullahbaa5
asked this question in
问答
Replies: 1 comment
-
I guess this issue is with https://github.com/Mrs4s/go-cqhttp (if you are indeed using it), you may want to raise an issue/discussion there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to use:
await bot.send_group_msg(group_id=event.group_id, message=MessageSegment.text(f'\n\nHow can I help you?'), auto_escape=True)
i get an error:
send group message failed: blocked by server', msg='SEND_MSG_API_ERROR', retcode=100, status='failed', wording='send group message failed: blocked by server')
but if i add MessageSegment.at() or MessageSegment.reply() in the message too it works just fine.
What if I do not want to mention/or reply to the message?
Beta Was this translation helpful? Give feedback.
All reactions