So I set up mautrix-telegram w/ docker (inside the same docker bridge network as my homeserver) and have been using it for a few months without problem. A few weeks ago, I restarted the homeserver, and now the bridge cannot sync with telegram.
After I use the sync command, it is giving me the following error repeatedly and my CPU usage ramps up to 100%:
mautrix-telegram | [2021-04-30 08:59:11,582] [INFO@telethon.1136105751.network.mtprotosender] Connecting to 149.154.167.40:80/TcpFull...
mautrix-telegram | [2021-04-30 08:59:11,583] [INFO@telethon.1136105751.network.mtprotosender] Connection to 149.154.167.40:80/TcpFull complete!
mautrix-telegram | [2021-04-30 08:59:11,587] [INFO@telethon.1136105751.network.connection.connection] The server closed the connection
mautrix-telegram | [2021-04-30 08:59:11,588] [INFO@telethon.1136105751.network.mtprotosender] Connection closed while sending data
mautrix-telegram | [2021-04-30 08:59:11,589] [INFO@telethon.1136105751.network.mtprotosender] Closing current connection to begin reconnect...
mautrix-telegram | [2021-04-30 08:59:11,589] [INFO@telethon.1136105751.network.connection.connection] <class 'BrokenPipeError'> during disconnect: [Errno 32] Broken pipe
mautrix-telegram | [2021-04-30 08:59:11,589] [INFO@telethon.1136105751.network.mtprotosender] Connection closed while receiving data
mautrix-telegram | [2021-04-30 08:59:11,589] [INFO@telethon.1136105751.network.connection.connection] <class 'BrokenPipeError'> during disconnect: [Errno 32] Broken pipe
The bridge does not reply to help or sync command in the matrix chat room.
The error is persistent even if I:
Change the port/ip of the telegram server, or use the one assigned by telegram
Use a new, dfferent telegram bot
Use the latest mautrix-telegram docker image
Limit the maximum size of telegram file to 48MB (related?)
I am clueless in how to solve the issue. My other bridges (instagram & facebook) work fine on the same machine in docker. I would appreciate for your help! ❤️
So I set up
mautrix-telegram
w/ docker (inside the same docker bridge network as my homeserver) and have been using it for a few months without problem. A few weeks ago, I restarted the homeserver, and now the bridge cannot sync with telegram.After I use the
sync
command, it is giving me the following error repeatedly and my CPU usage ramps up to 100%:The bridge does not reply to
help
orsync
command in the matrix chat room.The error is persistent even if I:
mautrix-telegram
docker imageI am clueless in how to solve the issue. My other bridges (instagram & facebook) work fine on the same machine in docker. I would appreciate for your help! ❤️