You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start() of the TgLongPoll class locks the main thread after some time of working (several hours). I know the start() should be called in the infinite loop. The problem is that there are no errors or exceptions. The bot just stops working, since no updates are processed. Is there any way to handle it and is it a known workflow or a bug?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
start()
of theTgLongPoll
class locks the main thread after some time of working (several hours). I know thestart()
should be called in the infinite loop. The problem is that there are no errors or exceptions. The bot just stops working, since no updates are processed. Is there any way to handle it and is it a known workflow or a bug?Beta Was this translation helpful? Give feedback.
All reactions