Errors - Ev11nroo/roblox-cmd-launcher GitHub Wiki

Errors

Any problem that can happen with the program. This is a list of all the errors with their return codes. An HTTP Status Code is also given. (1.0.4.3+)

Check status.roblox.com to see if Roblox is at fault.

XCSRF Token could not be grabbed. (1)

This error occurs when the program fails to get your XCSRF token.

[!NOTE] An XCSRF token is essentially a "second token" alongside your Roblox cookie. It is required to get the token in order to the complete the requests.

This error can generate if:

  • Your Roblox cookie is invalid.
  • Issues connecting to Roblox servers. (ex. no internet connection)

Could not authenticate with Roblox. (2)

This error is when the program fails to get your authentication ticket.

This error can generate if:

  • Your XCSRF token is invalid.
  • Your Roblox cookie is invalid.
  • Issues connecting to Roblox servers. (ex. no internet connection)

Could not get ticket. (3)

This error is when the program failed to get the rbx-authentication-ticket header from your authentication ticket.

This error can generate if:

  • Your authentication ticket is invalid.
  • Your XCSRF token is invalid.
  • Your Roblox cookie is invalid.
  • Issues connecting to Roblox servers. (ex. no internet connection)

Could not complete request. (4)

This error either occurs when:

  • Setting user status to Unknown.
  • Telling Roblox to give launch parameters.
  • Telling Roblox that launching a game was successful. (with/without protocol)

This error can generate if:

  • Your Roblox cookie is invalid.
  • Issues connecting to Roblox servers. (ex. no internet connection)

privateServerAccessCode reqires to be 'null' to use friendId (5)

This error occurs when first running index.js.

This error generates when privateServerAccessCode is anything but null and friendId is not null.

To fix this, set privateServerAccessCode to null or defaults.