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 (JWT) #519

Open
jlstr opened this issue Oct 26, 2020 · 0 comments
Open

Internal Server Error (JWT) #519

jlstr opened this issue Oct 26, 2020 · 0 comments

Comments

@jlstr
Copy link

jlstr commented Oct 26, 2020

Hello there!

It appears that the TopCoder API is broken. I'm testing the Auth endpoint http://api.topcoder.com/v2/auth?username=<username>&password=<password> and I'm getting the following error:

{
    "error": {
        "name": "Internal Server Error",
        "value": 500,
        "description": "Something is broken. Please contact support.",
        "details": "the connection was disabled"
    },
    "serverInformation": {
        "serverName": "TopCoder API",
        "apiVersion": "0.0.1",
        "requestDuration": 446,
        "currentTime": 1603747796879
    },
    "requesterInformation": {
        "id": "3aba34778228a6aa457363e8357182d1b9533fbe-xyZ36GJdDc3KqXYJ",
        "remoteIP": "<IP_ADDRESS>",
        "receivedParams": {
            "username": "<username>",
            "password": "<password>",
            "apiVersion": "v2",
            "action": "generateJwt"
        }
    }
}

Thank you in advance for the help.

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