![]() |
Telegram read script error - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Telegram read script error (/showthread.php?tid=6078) |
Telegram read script error - AlexLV - 10.08.2025 Hi, just see at one customer such errors in Telegram reading script: date,"script","text" 2025.07.30 12:21:40,"tgread","* arg: 1 * string: receive error * arg: 2 * string: error:0A000126:SSL routines::unexpected eof while reading 2025.07.30 13:45:05","tgread","* arg: 1 * string: receive error * arg: 2 * string: error:0A000126:SSL routines::unexpected eof while reading 2025.07.30 15:08:30","tgread","* arg: 1 * string: receive error * arg: 2 * string: error:0A000126:SSL routines::unexpected eof while reading 2025.07.30 16:31:56","tgread","* arg: 1 * string: receive error * arg: 2 * string: error:0A000126:SSL routines::unexpected eof while reading 2025.07.30 17:55:21","tgread","* arg: 1 * string: receive error * arg: 2 * string: error:0A000126:SSL routines::unexpected eof while reading What it could be? BR, Alex RE: Telegram read script error - admin - 11.08.2025 Most likely a timeout happens on the Telegram server side, but it's harmless. You can simply remove the log call from the user library. The connection will be restored automatically if a disconnect happens. |