Update the amount of seconds for the time to be on sync

Lonami 2017-09-17 18:08:30 +02:00
parent 2d5d663b1d
commit e58b14a91d

@ -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 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: **It is very important** that your system time is [on sync](https://time.is/)! The library will do its best as long as the current time is not behind 30 seconds in the past, and 300 in the future, but the server may not reply at all for larger differences, thanks [@danog](https://github.com/danog) for the information. 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