Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WinError 10054] #9

Open
barripdmx opened this issue Sep 27, 2023 · 0 comments
Open

[WinError 10054] #9

barripdmx opened this issue Sep 27, 2023 · 0 comments

Comments

@barripdmx
Copy link

Hello. I have followed the steps and I can't get it to work. It gives me this error:

Init program at Wed Sep 27 09:34:04 2023

Attempt 1 at connecting failed: ConnectionResetError: [WinError 10054] Se ha forzado la interrupción de una conexión existente por el host remoto
Attempt 2 at connecting failed: ConnectionAbortedError: [WinError 10053] Se ha anulado una conexión establecida por el software en su equipo host
Server closed the connection: [WinError 10054] Se ha forzado la interrupción de una conexión existente por el host remoto
Connection error 3 during auth_key gen: ConnectionResetError: [WinError 10054] Se ha forzado la interrupción de una conexión existente por el host remoto
Attempt 4 at connecting failed: ConnectionAbortedError: [WinError 10053] Se ha anulado una conexión establecida por el software en su equipo host
Attempt 5 at connecting failed: ConnectionAbortedError: [WinError 10053] Se ha anulado una conexión establecida por el software en su equipo host
Attempt 6 at connecting failed: ConnectionResetError: [WinError 10054] Se ha forzado la interrupción de una conexión existente por el host remoto
Traceback (most recent call last):
File "main.py", line 119, in
client = loop.run_until_complete(
File "C:\Users\barri\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "F:\Telegram\telegram-tracker-main\api_init_.py", line 26, in get_connection
await client.connect()
File "C:\Users\barri\AppData\Local\Programs\Python\Python38\lib\site-packages\telethon\client\telegrambaseclient.py", line 544, in connect
if not await self._sender.connect(self._connection(
File "C:\Users\barri\AppData\Local\Programs\Python\Python38\lib\site-packages\telethon\network\mtprotosender.py", line 134, in connect
await self._connect()
File "C:\Users\barri\AppData\Local\Programs\Python\Python38\lib\site-packages\telethon\network\mtprotosender.py", line 260, in _connect
raise ConnectionError('Connection to Telegram failed {} time(s)'.format(self._retries))
ConnectionError: Connection to Telegram failed 5 time(s)

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant