We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I started docker-compose up -d and after this terminal tells me that's okay.
But when i'm type /start on telegramchatbot this error occurs
`bot_service_1 | 2021-11-12 12:10:03,705 - telegram.ext.dispatcher - ERROR - No error handlers are registered, logging exception.
bot_service_1 | Traceback (most recent call last):
bot_service_1 | File "/usr/local/lib/python3.7/site-packages/telegram/ext/dispatcher.py", line 432, in process_update
bot_service_1 | handler.handle_update(update, self, check, context)
bot_service_1 | File "/usr/local/lib/python3.7/site-packages/telegram/ext/conversationhandler.py", line 517, in handle_update
bot_service_1 | new_state = handler.handle_update(update, dispatcher, check_result, context)
bot_service_1 | File "/usr/local/lib/python3.7/site-packages/telegram/ext/handler.py", line 156, in handle_update
bot_service_1 | return self.callback(update, context)
bot_service_1 | File "bot.py", line 187, in checkCaptcha
bot_service_1 | if CAPTCHA_DATA[user.id] != text:
bot_service_1 | KeyError: 960534555`
The text was updated successfully, but these errors were encountered:
I'm getting this same error, did you find any workaround for this? @Assisf
Sorry, something went wrong.
Update - I was using admin as my telegram username, you need to change it to your telegram username.
admin
No branches or pull requests
I started docker-compose up -d and after this terminal tells me that's okay.
But when i'm type /start on telegramchatbot this error occurs
`bot_service_1 | 2021-11-12 12:10:03,705 - telegram.ext.dispatcher - ERROR - No error handlers are registered, logging exception.
bot_service_1 | Traceback (most recent call last):
bot_service_1 | File "/usr/local/lib/python3.7/site-packages/telegram/ext/dispatcher.py", line 432, in process_update
bot_service_1 | handler.handle_update(update, self, check, context)
bot_service_1 | File "/usr/local/lib/python3.7/site-packages/telegram/ext/conversationhandler.py", line 517, in handle_update
bot_service_1 | new_state = handler.handle_update(update, dispatcher, check_result, context)
bot_service_1 | File "/usr/local/lib/python3.7/site-packages/telegram/ext/handler.py", line 156, in handle_update
bot_service_1 | return self.callback(update, context)
bot_service_1 | File "bot.py", line 187, in checkCaptcha
bot_service_1 | if CAPTCHA_DATA[user.id] != text:
bot_service_1 | KeyError: 960534555`
The text was updated successfully, but these errors were encountered: