Skip to content

Instantly share code, notes, and snippets.

@Hacksore
Last active January 12, 2026 01:14
Show Gist options
  • Select an option

  • Save Hacksore/380bb86c3ce5b5a6022ccfc432288deb to your computer and use it in GitHub Desktop.

Select an option

Save Hacksore/380bb86c3ce5b5a6022ccfc432288deb to your computer and use it in GitHub Desktop.
marriott-down.md

some errors i saw when it was down on this endpoint

https://www.marriott.com/mi/phoenix-account-auth/v1/generateOneTimePassword

error 1

{
    "status": "ERROR",
    "isRedirect": false,
    "message": "GraphQL invocation failed: http://mi-nginx-app-blue/mi/query/phoenixAccountChallengeUserAdaptive with error: GraphQL invocation failed: http://mi-nginx-app-blue/mi/query/phoenixAccountChallengeUserAdaptive with error: Unauthorized",
    "phoenixErrorMessages": {
        "errorMessageKeys": null,
        "errorMessages": [
            "userSessionExpired"
        ],
        "errorFields": null
    }
}

error 2

{
    "status": "ERROR",
    "isRedirect": false,
    "message": "ResponseSuccess",
    "phoenixErrorMessages": {
        "errorMessageKeys": null,
        "errorMessages": [
            "ResponseSuccess"
        ],
        "errorFields": null
    }
}

ui error

We can’t process your request

Our apologies – verification is temporarily not available. We’re working to resolve this. Please try again later.
image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment