gw2-api / issues

Issue tracker for the Guild Wars 2 API
https://discord.gg/zqeHCEg
16 stars 0 forks source link

The `Beta` flag from characters disappears intermittently #93

Open queicherius opened 3 months ago

queicherius commented 3 months ago

Current Behavior

Characters that have been created for player testing / betas are marked with a Beta flag. This flag only shows up sometimes, and sometimes the flags array is empty instead:

// Request 1
"name": "XX Beta One",
"race": "Sylvari",
"gender": "Male",
"flags": ["Beta"],
// Request 2, 10 minutes later
"name": "XX Beta One",
"race": "Sylvari",
"gender": "Male",
"flags": [],

Expected Behavior

The Beta flag should be consistently reported.

Steps To Reproduce

  1. Call /v2/characters with a beta character
  2. Observe current behaviour

If you require an API key and character for which this happens, please DM me in Discord.

Happening since

Unsure

Anything else?

No response