mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 01:16:35 +03:00
Mention a more accurate need for the time to be on sync
parent
0602215b55
commit
2d5d663b1d
2
Home.md
2
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user