normal_handler
Traceback (most recent call last):
File "/home/boris/PycharmProjects/pythonProject/venv/lib/python3.8/site-packages/telethon/client/updates.py", line 443, in _dispatch_update
await callback(event)
File "/home/boris/PycharmProjects/pythonProject/main.py", line 185, in normal_handler
if result.user.username is None:
UnboundLocalError: local variable 'result' referenced before assignment
ошибка в проверке if result.user.username is None:
выше запрашиваю данные в переменную
result = await client(functions.users.GetFullUserRequest(id=message.from_id))
Код скинете?
Обсуждают сегодня