Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method Not Implemented #59

Closed
ghost opened this issue Feb 2, 2014 · 2 comments
Closed

Method Not Implemented #59

ghost opened this issue Feb 2, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 2, 2014

Hi,

I'm currently writing a NodeJS wrapper for XboxLeaders API and I have an issue with the games endpoints.

  • URL : https://www.xboxleaders.com/api/2.0/games.json?gamertag=FluxB0x
  • Response :
{
    "status": "error",
    "version": "2.0",
    "data": {
        "code": 501,
        "message": "The gamertag supplied does not exist on Xbox Live."
    },
    "runtime": 0
}

The profile and friends endpoints work fine.
Any idea ?

@jasonclemons
Copy link
Member

I'm in the process of adding some more scraper accounts. The problem is due to the API bottlenecking and flat out refusing to parse some requests. This issue should be fixed soon.

@palesius
Copy link

palesius commented Feb 3, 2014

see issue 58, it might be a capitalization issue, try it as Fluxb0x (even though that may not be the actual capitalization)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants