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

Problem to start #13

Open
Assisf opened this issue Nov 12, 2021 · 2 comments
Open

Problem to start #13

Assisf opened this issue Nov 12, 2021 · 2 comments

Comments

@Assisf
Copy link

Assisf commented Nov 12, 2021

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`

@Skandesh
Copy link

I'm getting this same error, did you find any workaround for this? @Assisf

@Skandesh
Copy link

I'm getting this same error, did you find any workaround for this? @Assisf

Update - I was using admin as my telegram username, you need to change it to your telegram username.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants