We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
hi bro try delete proxy conf :)
Sorry, something went wrong.
Thank you.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: