knadh / tg-archive

A tool for exporting Telegram group chats into static websites like mailing list archives.
MIT License
829 stars 121 forks source link

tg-archive --sync got into loop #128

Open kenorb opened 7 months ago

kenorb commented 7 months ago

I've run tg-archive --sync, however it got into some loop:

Server closed the connection: 0 bytes read on a total of 8 expected bytes
Connection closed while receiving data: 0 bytes read on a total of 8 expected bytes
Closing current connection to begin reconnect...
Connecting to 91.108.56.111:443/TcpFull...
Connection to 91.108.56.111:443/TcpFull complete!
Got difference for channel 1080116228 updates
Got difference for channel 1146170349 updates
...
Got difference for channel 1080116228 updates
Server closed the connection: 0 bytes read on a total of 8 expected bytes
Connection closed while receiving data: 0 bytes read on a total of 8 expected bytes
Closing current connection to begin reconnect...
Connecting to 91.108.56.111:443/TcpFull...
Connection to 91.108.56.111:443/TcpFull complete!
Got difference for channel 1290362028 updates
Got difference for channel 1448934279 updates
...
Got difference for channel 1448934279 updates
Got difference for channel 1448934279 updates
Server closed the connection: 0 bytes read on a total of 8 expected bytes
Connection closed while receiving data: 0 bytes read on a total of 8 expected bytes
Closing current connection to begin reconnect...
Connecting to 91.108.56.111:443/TcpFull...
Connection to 91.108.56.111:443/TcpFull complete!
Got difference for channel 1290362028 updates
Got difference for channel 1448934279 updates

and it's like forever for many hours stuck in a loop.

I think restarting helped.