2019-05-10 14:06:45 +00:00
|
|
|
---
|
2019-05-11 22:18:59 +00:00
|
|
|
name: Bug Report
|
2022-01-07 09:18:51 +00:00
|
|
|
about: Create a bug report affecting the framework or the documentation
|
2019-05-10 14:06:45 +00:00
|
|
|
---
|
|
|
|
|
2021-06-01 18:21:50 +00:00
|
|
|
<!-- WARNING: Ignoring or altering this template could lead to the issue being closed as invalid -->
|
2019-05-10 14:06:45 +00:00
|
|
|
|
2019-05-11 22:18:59 +00:00
|
|
|
## Checklist
|
|
|
|
- [ ] I am sure the error is coming from Pyrogram's code and not elsewhere.
|
|
|
|
- [ ] I have searched in the issue tracker for similar bug reports, including closed ones.
|
2020-08-29 15:37:08 +00:00
|
|
|
- [ ] I ran `pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip` and reproduced the issue using the latest development version.
|
2019-05-10 14:06:45 +00:00
|
|
|
|
2019-05-11 22:18:59 +00:00
|
|
|
## Description
|
2021-06-01 18:21:50 +00:00
|
|
|
A **clear** and **concise** description of the problem. Code snippets must be
|
|
|
|
[minimal, reproducible](https://stackoverflow.com/help/minimal-reproducible-example) and properly formatted.
|
2019-05-10 14:06:45 +00:00
|
|
|
|
2021-06-01 18:21:50 +00:00
|
|
|
``` python
|
|
|
|
from pyrogram import Client
|
|
|
|
...
|
|
|
|
```
|
2019-05-10 14:06:45 +00:00
|
|
|
|
2019-05-11 22:18:59 +00:00
|
|
|
## Traceback
|
2021-06-01 18:21:50 +00:00
|
|
|
The full traceback (if applicable).
|
|
|
|
|
|
|
|
```
|
|
|
|
Traceback (most recent call last):
|
|
|
|
File "main.py", line 1, in <module>
|
|
|
|
```
|