You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you pass the "bot" key into dispatcher.workflow_data?
With described scenario in the "Steps to reproduce" section it can't be reproduced, but if you set manually dispatcher.workflow_data["bot"] = bot this error can be caused.
Expected Behavior
Successful startup of Dispatcher.start_polling
Current Behavior
TypeError: aiogram.dispatcher.router.Router.emit_startup() got multiple values for keyword argument 'bot'
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
dispatcher.start_polling(bot)
Failure Logs
The text was updated successfully, but these errors were encountered: