uk0 / telethon_get_media

Telegram download media | Telegram 下载群聊天的文件以及视频等内容。| Telegram 爬虫 | tg 爬虫
131 stars 25 forks source link

main.py no response #4

Open Kinnto opened 4 months ago

Kinnto commented 4 months ago

OS: Ubuntu 18.04 Description: Created zh_cn.config and replace the API_ID and API_HASH PROXY_PORT : 631 Part result of: $netstat -tuln tcp 0 0 127.0.0.1:5939 0.0.0.0: LISTEN tcp 0 0 127.0.0.1:631 0.0.0.0: LISTEN

Problem: "Attempt 1 at connecting failed: GeneralProxyError: Socket error: [Errno 104] Connection reset by peer Attempt 2 at connecting failed: GeneralProxyError: Socket error: [Errno 104] Connection reset by peer Attempt 3 at connecting failed: GeneralProxyError: Socket error: [Errno 104] Connection reset by peer Attempt 4 at connecting failed: GeneralProxyError: Socket error: [Errno 104] Connection reset by peer Attempt 5 at connecting failed: GeneralProxyError: Socket error: [Errno 104] Connection reset by peer Attempt 6 at connecting failed: GeneralProxyError: Socket error: [Errno 104] Connection reset by peer Traceback (most recent call last): File "main.py", line 25, in t = tg_watchon_class() " After running python main.py

Is there anything I should do to fix? Not sure if the socks5 work.

uk0 commented 3 weeks ago

hi bro try delete proxy conf :)

Kinnto commented 3 weeks ago

Thank you.