You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue while trying to install the MTProto proxy on my server. Although the installation process appears to complete, the proxy does not function as expected. Additionally, there are warnings during the compilation process, and the external IP detection fails with an unexpected HTML response.
1.curl -L -o mtp_install.sh https://git.io/fj5ru && bash mtp_install.sh
2.Follow the interactive setup process, including port selection and enabling TLS/DD modes.
3.Complete the installation, but the proxy fails to operate.
During the process, the detected external IP is invalid and includes an unexpected HTML response:
INFO: Detected external IP is <!doctype html>
<title>Domain issue...</title>
...
Compilation warnings appear, such as:
src/mtp_handler.erl:106:14: Warning: a term is constructed, but never used
src/mtp_down_conn.erl:132:26: Warning: a term is constructed, but never used
OS: Ubuntu 22.04
Please let me know if you require full logs or additional setup details. Thank you for your support!
The text was updated successfully, but these errors were encountered:
I encountered an issue while trying to install the MTProto proxy on my server. Although the installation process appears to complete, the proxy does not function as expected. Additionally, there are warnings during the compilation process, and the external IP detection fails with an unexpected HTML response.
1.curl -L -o mtp_install.sh https://git.io/fj5ru && bash mtp_install.sh
2.Follow the interactive setup process, including port selection and enabling TLS/DD modes.
3.Complete the installation, but the proxy fails to operate.
During the process, the detected external IP is invalid and includes an unexpected HTML response:
INFO: Detected external IP is <!doctype html>
<title>Domain issue...</title> ...Compilation warnings appear, such as:
src/mtp_handler.erl:106:14: Warning: a term is constructed, but never used
src/mtp_down_conn.erl:132:26: Warning: a term is constructed, but never used
OS: Ubuntu 22.04
Please let me know if you require full logs or additional setup details. Thank you for your support!
The text was updated successfully, but these errors were encountered: