my code does not work well
osjtf
FREEOP
10 months ago
the same code when i run it locally it does everything but here it skips or slow i think i could not figure it out but the code is certainly working well
python code for telegram uses api and a lot of messages to handle
3 Replies
Railway
BOT
10 months ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 Python Telegram Bot Cannot Receive Messages
- 🧵 telegram bot scripts, issues in python interpreter
- 🧵 Timeout error in Bot deploying with Python
If you find the answer from one of these, please let us know by solving the thread!
case
PRO
10 months ago
@osjtf you need to share more information about the issue, this is not enough to debug.
10 months ago
Check if you're getting rate limited by telegram api. 30 messages per second is the limit. Or could be a looping issue. Since your code runs well, that's what I can guess as of now without code examples