telegramGPT icon indicating copy to clipboard operation
telegramGPT copied to clipboard

Messages acknoledged, but no answer is being printed.

Open johnied opened this issue 11 months ago • 1 comments

Hello,

First of all excellent project, and extremely fast to deploy. I have created the bot, I have created a .env file that is being read by the telegram_bot.py, I have added my usename in .env, and when i write something at the chat and press enter, a line like this is being printed: INFO:httpx:HTTP Request: POST https://api.telegram.org/bot_"telegram api key from BotFather"/getUpdates "HTTP/1.1 200 OK"

But I recieve no answer. No error is being printed, it's like the bot ignores me. Any idea how to proceed???

Thank you very much for the excellent project...

johnied avatar Dec 18 '24 18:12 johnied

@johnied thank you. I appreciate. When I have time I will try to recreate. And docker compose should work though as far as i remember. set the correct envs and run in docker check the docker container logs with multiple added debug prints.

emingenc avatar Dec 22 '24 23:12 emingenc