Skip to content
New issue

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

Internal Server Error #3

Open
topwd24 opened this issue Jan 24, 2024 · 0 comments
Open

Internal Server Error #3

topwd24 opened this issue Jan 24, 2024 · 0 comments

Comments

@topwd24
Copy link

topwd24 commented Jan 24, 2024

I am experiencing following error when i try to login.

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

Summary of error logs generated by ChatGPT is following. Pls suggest changes for resolution

The application attempts to send an OTP but encounters a NameResolutionError. This error occurs when the application cannot resolve the domain name account-asia-south1.truecaller.com.
The problem starts in the urllib3 library, used for making network requests. It appears when trying to establish a new connection.
The error propagates, causing MaxRetryError in urllib3, indicating repeated failed attempts to connect.
Eventually, this leads to a ConnectionError in the requests library, which is used for making HTTP requests in Python.
The Flask application logs this as an exception in the /otp route and returns an HTTP 500 error, indicating a server-side error.
This suggests a potential issue with the network configuration or DNS setup on the machine running the application. The domain name account-asia-south1.truecaller.com might be unreachable due to these configuration issues, or it might be incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant