2019-05-11 16:33:00 +03:00
|
|
|
---
|
|
|
|
name: Bug Report
|
|
|
|
about: Create a report about a bug inside the library or issues with the documentation
|
|
|
|
title: ''
|
|
|
|
labels: ''
|
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
**Checklist**
|
2022-09-20 18:08:53 +03:00
|
|
|
|
|
|
|
<!-- Put x inside the boxes (like [x]) to mark them as complete (but only if you've actually completed them!) -->
|
2019-05-11 16:33:00 +03:00
|
|
|
* [ ] The error is in the library's code, and not in my own.
|
|
|
|
* [ ] I have searched for this issue before posting it and there isn't a duplicate.
|
2022-09-20 18:08:53 +03:00
|
|
|
* [ ] I ran `pip install -U https://github.com/LonamiWebs/Telethon/archive/v1.zip` and triggered the bug in the latest version.
|
2019-05-11 16:33:00 +03:00
|
|
|
|
|
|
|
**Code that causes the issue**
|
|
|
|
```python
|
|
|
|
from telethon.sync import TelegramClient
|
|
|
|
...
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
**Traceback**
|
|
|
|
```
|
|
|
|
Traceback (most recent call last):
|
|
|
|
File "code.py", line 1, in <code>
|
|
|
|
|
|
|
|
```
|