Bug description:
It would appear there is some kind of issue with replit and telegram, I am unable to utilize telethon sync telegramclient on replit servers anymore, they work fine locally on my machine.
Expected vs Current Behavior:
Telegram is unable to sync with telegram client
Steps to reproduce:
from telethon.sync import TelegramClient
async with TelegramClient(‘Blank’, api_id, api_hash) as client:
this will stop here.
Bug appears at this link: https://replit.com/@HuwHillman/BlankContractsFilter
Screenshot(s)/Screen Recording:
Browser/OS/Device: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
Replit Profile: https://replit.com/@HuwHillman