mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 15:59:18 +00:00
11 lines
393 B
ReStructuredText
11 lines
393 B
ReStructuredText
|
Client started, but nothing happens
|
||
|
===================================
|
||
|
|
||
|
A possible cause might be network issues, either yours or Telegram's. To check this, add the following code at
|
||
|
the top of your script and run it again. You should see some error mentioning a socket timeout or an unreachable
|
||
|
network:
|
||
|
|
||
|
.. code-block:: python
|
||
|
|
||
|
import logging
|
||
|
logging.basicConfig(level=logging.INFO)
|