1. LOGIN_DBBUSY issue

    Heya, been stuck unable to login for a while now and consistently seeing the message "Could not log in to World of Warcraft at this time. Please try again later."

    On checking the connection.log file, it shows this:

    RESPONSE_CONNECTED result: LOGIN_OK
    LOGIN_STATE_AUTHENTICATING result: LOGIN_OK
    LOGIN_STATE_FAILED result: LOGIN_DBBUSY
    LOGIN_STATE_DISCONNECTED result: LOGIN_OK
    LOGIN_STATE_FAILED result: DISCONNECTED

    anyone know what LOGIN_DBBUSY means? thanks for any help

  2. LOGIN_DBBUSY
    I don't know but a guess would be that the login database (DB) is busy?

  3. I'm not sure how warmane might use this response code specifically. But base TrinityCore auth server returns this error if the account is set for 2FA and there's an invalid token stored on the account. That's also the only reason I can see in that code.

    So that's what it generally means. But, since there's no 2FA enabled on the server/game client for warmane (just website), I am going to guess they re-used this error for something else (perhaps actually that there was a problem accessing the DB server).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •