bomba5 / TransferBot

A Telegram interface to transfer.sh
MIT License
0 stars 0 forks source link

Error while getting Updates: Timed out #1

Open bomba5 opened 6 years ago

bomba5 commented 6 years ago

Known non-blocking issue, sometimes the updater times out while getting updates. This seems to be related to urllib3 and Telegram servers.

Some discussion: https://github.com/python-telegram-bot/python-telegram-bot/pull/499

Log sample: 2017-11-20 21:48:07,782 - telegram.ext.updater - ERROR - Error while getting Updates: Timed out 2017-11-20 21:48:07,783 - main - WARNING - Update "None" caused error "Timed out"

madtyn commented 6 years ago

This exact error happens to me. Any way of solving this?

Sometimes even after managing successfully data received from pushing a button in a custom Telegram Keyboard made by me, it comes the Timeout Error, just like:

2018-02-05 12:09:54,736 - telegram.ext.dispatcher - WARNING - A TelegramError was raised while processing the update 2018-02-05 12:09:54,737 - main - WARNING - Update "{'update_id': 360144599, 'callback_query': {...}...., 'first_name':'Username' }" caused error "Timed out"