Replies: 3 comments
-
The TelegramClient class in Just to confirm, this is working for telethon but not for opentele, right? I'll look into it and find out what went wrong. |
Beta Was this translation helpful? Give feedback.
-
It worked like that, I have deleted 'use_ipv6=True'. client = await TelegramClient.FromTDesktop(tdesk, As far as I know, Telethon has stopped supporting ipv6, but opentele supports it, is the old version being used? |
Beta Was this translation helpful? Give feedback.
-
Opentele uses the installed version of telethon on your computer, it doesn't include or install any other version, if telethon stopped supporting ipv6 then also opentele. You could try and installed older version of telethon that supports ipv6 |
Beta Was this translation helpful? Give feedback.
-
I don't have ipv6 SOCKS5 proxies working with your library, does your library support this? Am I doing something wrong?
import socks
from opentele.tl import TelegramClient
tdesk = TDesktop(account)
api = API.TelegramDesktop.Generate()
Beta Was this translation helpful? Give feedback.
All reactions