Telethon/.github/ISSUE_TEMPLATE/bug-report.md
2019-05-11 15:33:00 +02:00

824 B

name about title labels assignees
Bug Report Create a report about a bug inside the library or issues with the documentation

QUESTIONS ARE NOT BUGS AND DON'T BELONG HERE.

If you have a question, ask in https://stackoverflow.com or find the link for the Telegram group in the description of https://t.me/TelethonUpdates.

Checklist

  • 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.
  • I ran pip install -U https://github.com/LonamiWebs/Telethon/archive/master.zip and triggered the bug in the latest version.

Code that causes the issue

from telethon.sync import TelegramClient
...

Traceback

Traceback (most recent call last):
  File "code.py", line 1, in <code>