From 2d5d663b1d93f6054432ebce05ab827e98997d45 Mon Sep 17 00:00:00 2001 From: Lonami Date: Tue, 12 Sep 2017 21:03:27 +0200 Subject: [PATCH] Mention a more accurate need for the time to be on sync --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index f24d247..50e4592 100644 --- a/Home.md +++ b/Home.md @@ -14,7 +14,7 @@ Being written **entirely** on Python, Telethon can run as a script under any env or use it in any other script you have. Want to send a message to someone when you're available? Write a script. Do you want check for new messages at a given time and find relevant ones? Write a script. -**It is very important** that your system time is [on sync](https://time.is/)! Telegram won't send a reply back *at all* if your system time is too ahead of the current time, or too behind. This will most likely be the cause for the following errors: +**It is very important** that your system time is [on sync](https://time.is/)! Telegram won't send a reply back *at all* if your system time is ahead of the current time (over just 400 seconds is enough, thanks [@danog](https://github.com/danog)!), or > 400 seconds behind. This will most likely be the cause for the following errors: ``` BlockingIOError: [Errno 11] Resource temporarily unavailable BlockingIOError: [Errno 35] Resource temporarily unavailable