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.
 

Scotty the docking manager become wild

First post
Author
Pestoya
Caldari Provisions
Caldari State
#1 - 2016-09-30 15:23:37 UTC
Hello,

Yesterday XML api with Oauth Token was working fine.
Today i try to get some information with a valid token and i always get the following errors :


<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
    <currentTime>2016-09-30 15:06:06</currentTime>
    <error code="0">General Error: Scotty the docking manager heard you were talking **** about him behind his back and refuses to service your request.</error>
    <cachedUntil>2016-09-30 16:06:06</cachedUntil>
</eveapi>


I've try:
    https://api.eveonline.com/char/AccountBalance.xml.aspx?accessToken=xxx&accessType=character&characterID=xxx
    https://api.eveonline.com/char/Skills.xml.aspx?accessToken=xxx&accessType=character&characterID=xxx
    https://api.eveonline.com/char/AssetList.xml.aspx?accessToken=xxx&accessType=character&characterID=xxx
    https://api.eveonline.com/corp/StarbaseList.xml.aspx?accessType=corporation&accessToken=xxx


In opposition XML api 'without' Oauth Token work fine:
    https://api.eveonline.com/eve/ConquerableStationList.xml.aspx


Maybe something change or was broken ? Or i'm doing something wrong ? The error msg is not very clear.
Hel O'Ween
Men On A Mission
#2 - 2016-09-30 16:10:08 UTC
I may have missed the memo, but since when does the XML API OAuth?

As far as I know, that's CREST, not XML API. The XML API needs the CAK (= vCode & keyID parameters).

EVEWalletAware - an offline wallet manager.

CCP Tellus
C C P
C C P Alliance
#3 - 2016-09-30 16:26:50 UTC
It should now be working again. Sorry for that!
CCP Tellus
C C P
C C P Alliance
#4 - 2016-09-30 16:28:55 UTC  |  Edited by: CCP Tellus
Hel O'Ween wrote:
I may have missed the memo, but since when does the XML API OAuth?

SSO authorization in the XML API has been supported since the Citadels expansion. See http://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/authentication.html#sso-access-tokens for documentation.
Pestoya
Caldari Provisions
Caldari State
#5 - 2016-10-01 10:20:01 UTC
That's working fine now thank you !
Hel O'Ween
Men On A Mission
#6 - 2016-10-02 10:32:23 UTC
CCP Tellus wrote:
Hel O'Ween wrote:
I may have missed the memo, but since when does the XML API OAuth?

SSO authorization in the XML API has been supported since the Citadels expansion. See http://eveonline-third-party-documentation.readthedocs.io/en/latest/xmlapi/authentication.html#sso-access-tokens for documentation.


Oops

My bad. Sorry for any confusion I may have caused with my uninformed reply ...

EVEWalletAware - an offline wallet manager.