使用下面的代码,我已经使用 Telethon 连接到电报大约一年了!
client = TelegramClient(
SESSION,
API_ID,
API_HASH
)
client.connect()
# the rest of my code
昨天当我想用代码连接到我的会话时,我收到了这个错误:
telethon.errors.rpcerrorlist.AuthKeyDuplicatedError: An auth key with the same ID was already generated
该错误不再说明,并且在文档中没有关于此错误消息的更多描述。如何检索我的会话?