EVE-SECURE / eveapiproxy

Automatically exported from code.google.com/p/eveapiproxy
0 stars 0 forks source link

new keyID/vcode API key authentication not supported #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. generate a request using the new API key structure (keyID+vcode)
2. EVE API servers give you an error

What is the expected output? What do you see instead?
Expected output is the proper response for the API call made.  Response is an 
authentication error 

<error code="106">
Must provide userID or keyID parameter for authentication.
</error>

Please provide any additional information below.

I added 'keyID','vcode' to the useParameters variable in each class in main.py 
and it seems to fix the problem at least for the API calls I'm making 
(corp/AssetList).

Original issue reported on code.google.com by gvi...@gmail.com on 6 Jun 2012 at 7:14