Note which issue helped finding Errno 11 and Errno35 (timeout) errors

Lonami 2017-07-22 11:05:40 +02:00
parent db4ed4e942
commit 7231c07d86

@ -7,7 +7,7 @@ BlockingIOError: [Errno 35] Resource temporarily unavailable
TimeoutError: The read operation exceeded the timeout.
```
Please check this out before opening an issue.
Please check this out before opening an issue. Thanks to [issue 172](https://github.com/LonamiWebs/Telethon/issues/172) for the debug level log.
All examples shown here assume that you've successfully created a client as follows:
```python