I have run the command and entered the code, but I got the following error notifications:
Traceback (most recent call last):
File "/home/kali/TelegramExporter/export.py", line 57, in
client.sign_in(number, code)
File "/home/kali/TelegramExporter/libs/telethon/sync.py", line 54, in syncified
return loop.run_until_complete(coro)
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/kali/TelegramExporter/libs/telethon/client/auth.py", line 279, in sign_in
result = await self(functions.auth.SignInRequest(
File "/home/kali/TelegramExporter/libs/telethon/client/users.py", line 59, in call
result = await future
telethon.errors.rpcbaseerrors.AuthKeyError: RPCError 406: UPDATE_APP_TO_LOGIN (caused by SignInRequest)