mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-24 10:23:44 +03:00
Note that Telegram will not reply if system time is out of sync
parent
2b59d7cde6
commit
db4ed4e942
13
Home.md
13
Home.md
|
@ -1,4 +1,15 @@
|
||||||
This wiki page is meant to be a place where everyone can find and contribute examples on how to use Telethon. All examples shown here assume that you've successfully created a client as follows:
|
This wiki page is meant to be a place where everyone can find and contribute examples on how to use Telethon.
|
||||||
|
|
||||||
|
**It is very important** that your system time is on sync! 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:
|
||||||
|
```
|
||||||
|
BlockingIOError: [Errno 11] Resource temporarily unavailable
|
||||||
|
BlockingIOError: [Errno 35] Resource temporarily unavailable
|
||||||
|
TimeoutError: The read operation exceeded the timeout.
|
||||||
|
```
|
||||||
|
|
||||||
|
Please check this out before opening an issue.
|
||||||
|
|
||||||
|
All examples shown here assume that you've successfully created a client as follows:
|
||||||
```python
|
```python
|
||||||
from telethon import TelegramClient
|
from telethon import TelegramClient
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user