These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Random ERROR 221 from API

First post
Author
0mni Ca
Brutor Tribe
Minmatar Republic
#1 - 2014-03-23 22:36:35 UTC
I am getting some random ERROR Code 221's from the API, but the API Key is in fact valid. Sometimes will occur for a single API key, or it will be a batch of 3 or 4 at a time. It will happen for APIKEYINFO or for SKILLINTRAINING. Just appears to be random.

I don't know why its happening and I know its not related to my script. Wondering if anyone else is getting random Error Code 221's ?
Ydnari
Estrale Frontiers
#2 - 2014-03-24 18:34:04 UTC
Yep, get a few of them each week, random keys, random endpoints. And they come back with a 24-hour cache timer, which my code honours; which can be a bit inconvenient particularly on things like the Industry jobs API which I want to be quite up to date.

--

0mni Ca
Brutor Tribe
Minmatar Republic
#3 - 2014-03-24 18:49:40 UTC
Ydnari wrote:
Yep, get a few of them each week, random keys, random endpoints. And they come back with a 24-hour cache timer, which my code honours; which can be a bit inconvenient particularly on things like the Industry jobs API which I want to be quite up to date.

Exact same issue, its really odd, would like to get it sorted somehow, as my system also honors cache's.
CCP FoxFour
C C P
C C P Alliance
#4 - 2014-03-24 20:27:16 UTC
Well ****. I have this on my list of things to investigate. I took a look through our logs though and actually didn't see anything with a 221 error code, doesn't mean it wasn't there just not in the access logs I looked at. I will have a look at the error logs when I get a chance. If you come up with anything else relating to this let me know. :)

@CCP_FoxFour // Technical Designer // Team Tech Co

Third-party developer? Check out the official developers site for dev blogs, resources, and more.

0mni Ca
Brutor Tribe
Minmatar Republic
#5 - 2014-03-25 09:16:07 UTC  |  Edited by: 0mni Ca
I can give you the access time the requests were sent if it helps and any other info you may need. I can also see about the raw http data received next time it happens.
0mni Ca
Brutor Tribe
Minmatar Republic
#6 - 2014-03-28 04:27:29 UTC  |  Edited by: 0mni Ca
This is the cached response received for a CharacterSheet request:

http://pastebin.com/fAwQgAYE

The credentials, such as API Key, VCode and Character ID are sent, just removed for privacy :)