|
本帖最后由 理想三旬 于 2022-7-29 11:02 编辑
链接不上。。。 已经科学了
2022-07-29 10:45:55,339 - INFO - Connecting to 149.154.167.51:443/TcpFull...
2022-07-29 10:46:05,342 - WARNING - Attempt 1 at connecting failed: TimeoutError:
2022-07-29 10:46:16,356 - WARNING - Attempt 2 at connecting failed: TimeoutError:
2022-07-29 10:46:27,359 - WARNING - Attempt 3 at connecting failed: TimeoutError:
2022-07-29 10:46:38,381 - WARNING - Attempt 4 at connecting failed: TimeoutError:
可能的问题:需要将代理参数添加到 TelegramClient
[ol]import socksproxy = (socks.SOCKS5, 'your socks proxy IP', 'your socks proxy port')TelegramClient(proxy=proxy, 'add other required arguments')[/ol]复制代码 |
|