Mention a more accurate need for the time to be on sync

Lonami 2017-09-12 21:03:27 +02:00
parent 0602215b55
commit 2d5d663b1d

@ -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. 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. 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 11] Resource temporarily unavailable
BlockingIOError: [Errno 35] Resource temporarily unavailable BlockingIOError: [Errno 35] Resource temporarily unavailable