Mikk36 / eve-online-carebear-statistics

Automatically exported from code.google.com/p/eve-online-carebear-statistics
0 stars 1 forks source link

New API system. #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
CCP is changing API and atm i get only this error message:
Error 203: Authentication failure.

For more information:
http://www.eveonline.com/api/

Read the "EVE API Key Management" notice.

Original issue reported on code.google.com by craxy...@gmail.com on 9 Sep 2011 at 8:44

GoogleCodeExporter commented 8 years ago
Hi There; Error 203: Authentication failure. Is recurring to me also! Any way 
to fix this? This in Advance!

Original comment by 0ra...@gmail.com on 29 Sep 2011 at 1:57

GoogleCodeExporter commented 8 years ago
Will try to push an update for this on next monday.

The fix itself is easy enough though.
cron.php line 96:
$url = 
"{$this->conf->ApiUrl}?userID={$this->conf->UserID}&apiKey={$this->conf->ApiKey}
&characterID={$this->conf->CharacterID}&rowCount={$this->conf->RowCount}";
=>
$url = 
"{$this->conf->ApiUrl}?keyID={$this->conf->UserID}&vCode={$this->conf->ApiKey}&c
haracterID={$this->conf->CharacterID}&rowCount={$this->conf->RowCount}";

And then update your values in configuration.php accordingly to match with your 
API credentials.

Original comment by mik...@gmail.com on 30 Sep 2011 at 5:01

GoogleCodeExporter commented 8 years ago
Khm, missed the other call.
cron.php line 69:
$url = 
"https://api.eveonline.com/corp/CorporationSheet.xml.aspx?userID={$this->conf->U
serID}&apiKey={$this->conf->ApiKey}&characterID={$this->conf->CharacterID}";
=>
$url = 
"https://api.eveonline.com/corp/CorporationSheet.xml.aspx?keyID={$this->conf->Us
erID}&vCode={$this->conf->ApiKey}&characterID={$this->conf->CharacterID}";

Original comment by mik...@gmail.com on 1 Oct 2011 at 2:05

GoogleCodeExporter commented 8 years ago
will do the changes.... I was using the wrong credentials also silly me! Thanks 
and GZ, Excellent little software!

Original comment by amaroama...@gmail.com on 4 Oct 2011 at 8:19

GoogleCodeExporter commented 8 years ago
I assume this is for the new CAK system? What api details are needed, a corp 
api with only walletjournal selected? 

Original comment by aska...@gmail.com on 28 Oct 2011 at 4:55

GoogleCodeExporter commented 8 years ago
It needs Corp wallet and corporation sheet access.

Original comment by mik...@gmail.com on 23 Dec 2011 at 4:32

GoogleCodeExporter commented 8 years ago

Original comment by mik...@gmail.com on 23 Dec 2011 at 4:32