Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repls2 produce unnecessary warnings #557

Closed
WaffleLapkin opened this issue Mar 21, 2022 · 0 comments
Closed

repls2 produce unnecessary warnings #557

WaffleLapkin opened this issue Mar 21, 2022 · 0 comments
Labels
K-bug Kind: bug

Comments

@WaffleLapkin
Copy link
Member

I tried to run the dices example.

I expected to see that it works without warnings.

Instead, I've found out that it warns about unhandled updates every time non-message update happends.

 INFO  dices > Starting dices_bot...
 ERROR teloxide::error_handlers > Error: Api(BotKickedFromSupergroup)
 WARN  teloxide::dispatching2::dispatcher > Unhandled update: Update { id: 945218733, kind: MyChatMember(ChatMemberUpdated {   <redacred> }) }
 WARN  teloxide::dispatching2::dispatcher > Unhandled update: Update { id: 945218735, kind: MyChatMember(ChatMemberUpdated { <redacred> }) }

Meta

  • teloxide version: cureent dev, 873ab10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
K-bug Kind: bug
Projects
None yet
Development

No branches or pull requests

2 participants