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
I cleaned config file, deleted the banned accounts but still get this error. I even checked in a telegram client to see if they up or not.
Choose Method Username or ID: username
Traceback (most recent call last):
File "C:\Users\kalil\Documents\TelegramAdder\TelegramAdderTool\get_data.py", line 31, in
asyncio.run(main())
File "C:\Python312\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\asyncio\base_events.py", line 664, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\kalil\Documents\TelegramAdder\TelegramAdderTool\get_data.py", line 27, in main
await get_data(gp_s_id, gp_t_id, config, method)
File "C:\Users\kalil\Documents\TelegramAdder\TelegramAdderTool\helper\data.py", line 21, in get_data
async with Client(phone, workdir="session") as app:
File "C:\Python312\Lib\site-packages\pyrogram\client.py", line 311, in aenter
return await self.start()
^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\pyrogram\methods\utilities\start.py", line 68, in start
await self.invoke(raw.functions.updates.GetState())
File "C:\Python312\Lib\site-packages\pyrogram\methods\advanced\invoke.py", line 79, in invoke
r = await self.session.invoke(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\pyrogram\session\session.py", line 389, in invoke
return await self.send(query, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\pyrogram\session\session.py", line 357, in send
RPCError.raise_it(result, type(data))
File "C:\Python312\Lib\site-packages\pyrogram\errors\rpc_error.py", line 91, in raise_it
raise getattr(
pyrogram.errors.exceptions.unauthorized_401.UserDeactivatedBan: Telegram says: [401 USER_DEACTIVATED_BAN] - The user has been deleted/deactivated (caused by "updates.GetState")
The text was updated successfully, but these errors were encountered:
I cleaned config file, deleted the banned accounts but still get this error. I even checked in a telegram client to see if they up or not.
Choose Method Username or ID: username
Traceback (most recent call last):
File "C:\Users\kalil\Documents\TelegramAdder\TelegramAdderTool\get_data.py", line 31, in
asyncio.run(main())
File "C:\Python312\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\asyncio\base_events.py", line 664, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\kalil\Documents\TelegramAdder\TelegramAdderTool\get_data.py", line 27, in main
await get_data(gp_s_id, gp_t_id, config, method)
File "C:\Users\kalil\Documents\TelegramAdder\TelegramAdderTool\helper\data.py", line 21, in get_data
async with Client(phone, workdir="session") as app:
File "C:\Python312\Lib\site-packages\pyrogram\client.py", line 311, in aenter
return await self.start()
^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\pyrogram\methods\utilities\start.py", line 68, in start
await self.invoke(raw.functions.updates.GetState())
File "C:\Python312\Lib\site-packages\pyrogram\methods\advanced\invoke.py", line 79, in invoke
r = await self.session.invoke(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\pyrogram\session\session.py", line 389, in invoke
return await self.send(query, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\pyrogram\session\session.py", line 357, in send
RPCError.raise_it(result, type(data))
File "C:\Python312\Lib\site-packages\pyrogram\errors\rpc_error.py", line 91, in raise_it
raise getattr(
pyrogram.errors.exceptions.unauthorized_401.UserDeactivatedBan: Telegram says: [401 USER_DEACTIVATED_BAN] - The user has been deleted/deactivated (caused by "updates.GetState")
The text was updated successfully, but these errors were encountered: