gw2-api / issues

14 stars 0 forks source link

API keys created with an account are invalid #85

Open lcharrie opened 1 month ago

lcharrie commented 1 month ago

Current Behavior

All API keys created with a specific account are invalid and return HTTP 400 ErrBadData. The account is not a Steam account, it's not new, and it's not blocked or banned, but it has not been played much in the last 2 months.

Expected Behavior

It is possible to create a valid API key, which can be used to access the API.

Steps To Reproduce

  1. Go to https://account.arena.net/applications
  2. Create a new API key with any permission (let's say "account")
  3. Call https://api.guildwars2.com/v2/tokeninfo?access_token= and paste the API key
  4. {
    "text": "ErrBadData"
    }

Happening since

12.06.2024

Anything else?

Account name and API Key can be provided in private if needed

darthmaim commented 1 month ago

Sadly this has been happening ever since API keys were introduced. Most of the time API keys start working again randomly after some time. Feel free to to message me the API key (either on discord (darthmaim) or per email (github@darthmaim.de)) and I can forward it the someone at Anet, but no promises that there is anything that can be done.