Closed GoogleCodeExporter closed 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
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
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
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
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
It needs Corp wallet and corporation sheet access.
Original comment by mik...@gmail.com
on 23 Dec 2011 at 4:32
Original comment by mik...@gmail.com
on 23 Dec 2011 at 4:32
Original issue reported on code.google.com by
craxy...@gmail.com
on 9 Sep 2011 at 8:44