when "tg-archive --sync" by using Window PowerShell, log shows:
PS D:\Github\repo\tg-archive\mysite> tg-archive --sync
2023-06-17 20:03:33,828: Failed to load SSL library: <class 'OSError'> (no library called "ssl" found)
2023-06-17 20:03:33,839: cryptg detected, it will be used for encryption
2023-06-17 20:03:34,431: starting Telegram sync (batch_size=2000, limit=0, wait=5, mode=standard)
2023-06-17 20:03:34,462: Connecting to 149.154.167.51:443/TcpFull...
2023-06-17 20:03:44,479: Attempt 1 at connecting failed: TimeoutError:
2023-06-17 20:03:53,438: sync cancelled manually
I'm wondering whether connecting failure is due to no library called "ssl". I'm pretty sure that ssl is integrated in Python3. Any help is appreciated.
Hi. Thanks for your creation.
when "tg-archive --sync" by using Window PowerShell, log shows:
I'm wondering whether connecting failure is due to no library called "ssl". I'm pretty sure that
ssl
is integrated in Python3. Any help is appreciated.