tdlib / telegram-bot-api

Telegram Bot API server
https://core.telegram.org/bots
Boost Software License 1.0
3.06k stars 585 forks source link

Idle Timeout Expired #613

Closed downygg closed 1 month ago

downygg commented 1 month ago

Hello, I got this error. what that mean ? Is it from telegram-bot-api or my bot code?

[ 2][t 6][1720455698.675708055][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.167504%
[ 2][t 6][1720455699.675746202][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.287356%
[ 2][t 6][1720455700.675871133][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.251256%
[ 2][t 6][1720455701.676020145][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.223214%
[ 2][t 6][1720455702.676146030][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.200401%
[ 2][t 6][1720455703.675468206][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.333890%
[ 2][t 6][1720455704.675480127][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.286123%
[ 2][t 6][1720455705.675746202][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.250627%
[ 2][t 6][1720455706.675740003][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.333704%
[ 2][t 6][1720455707.675653219][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.300300%
[ 2][t 6][1720455708.675872087][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.333890%
[ 2][t 6][1720455709.675992250][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.286123%
[ 3][t 9][1720455710.600817918][HttpConnectionBase.cpp:85][#5911024252][!Connect:8589935104]    Idle timeout expired
[ 2][t 6][1720455710.675400018][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.375940%
[ 3][t 9][1720455710.898112058][HttpConnectionBase.cpp:85][#5911024252][!Connect:768]   Idle timeout expired
[ 2][t 6][1720455711.676232099][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.334076%
[ 2][t 6][1720455712.676122903][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.300601%
[ 2][t 6][1720455713.675945997][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.200803%
[ 2][t 6][1720455714.675655126][Stats.cpp:34][!RunOnSchedulerWorker]    CPU usage: 0.166945%
[ 3][t 9][1720455715.481520891][HttpConnectionBase.cpp:85][#5911024252][!Connect:12884902400]   Idle timeout expired
levlam commented 1 month ago

This is not an error. It is logged with verbosity level 3 = INFO.

downygg commented 1 month ago

My bot is slow to get update from DC, why it happen?

levlam commented 1 month ago

There are infinite possible reasons.