You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "telescan.py", line 105, in
with app:
File "/Users/SiNaPsE/Library/Python/3.7/lib/python/site-packages/pyrogram/client/client.py", line 222, in enter
return self.start()
File "/Users/SiNaPsE/Library/Python/3.7/lib/python/site-packages/pyrogram/client/client.py", line 825, in start
is_authorized = self.connect()
File "/Users/SiNaPsE/Library/Python/3.7/lib/python/site-packages/pyrogram/client/client.py", line 260, in connect
self.load_config()
File "/Users/SiNaPsE/Library/Python/3.7/lib/python/site-packages/pyrogram/client/client.py", line 1404, in load_config
raise AttributeError("No API Key found. More info: https://docs.pyrogram.org/intro/setup")
AttributeError: No API Key found. More info: https://docs.pyrogram.org/intro/setup
but api_id is missing in the code
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "telescan.py", line 105, in
with app:
File "/Users/SiNaPsE/Library/Python/3.7/lib/python/site-packages/pyrogram/client/client.py", line 222, in enter
return self.start()
File "/Users/SiNaPsE/Library/Python/3.7/lib/python/site-packages/pyrogram/client/client.py", line 825, in start
is_authorized = self.connect()
File "/Users/SiNaPsE/Library/Python/3.7/lib/python/site-packages/pyrogram/client/client.py", line 260, in connect
self.load_config()
File "/Users/SiNaPsE/Library/Python/3.7/lib/python/site-packages/pyrogram/client/client.py", line 1404, in load_config
raise AttributeError("No API Key found. More info: https://docs.pyrogram.org/intro/setup")
AttributeError: No API Key found. More info: https://docs.pyrogram.org/intro/setup
but api_id is missing in the code
The text was updated successfully, but these errors were encountered: