Giter Club home page Giter Club logo

Comments (4)

Lierrmm avatar Lierrmm commented on July 23, 2024

What are you using to make the request?

What username, what platform?

from node-callofduty.

niklas-palm avatar niklas-palm commented on July 23, 2024

The MWwz endpoint, but all related to modern warfare responds with "not logged in".
peks24, psn.

const API = require('call-of-duty-api')();
  
API.MWwz('peks24', API.platforms.psn).then((output) => {
    console.log(output);
}).catch((err) => {
    console.log(err);
});

-->

{
   "status": "error",
   "data" : {
      "type": "com.activision.mt.common.stdtools.exceptions.NoStackTraceException"
      "message": "Not permitted: not authenticated"
   }
}

from node-callofduty.

Lierrmm avatar Lierrmm commented on July 23, 2024

Call of Duty have started to rate limit. To combat this I have pushed an update ( 1.1.2 ) which is a major change.

You will need to login to a call of duty account to perform API lookups.
You can take a look at the ReadMe file which will show you how to get it all set up correctly.

Hope that helps 😄

from node-callofduty.

niklas-palm avatar niklas-palm commented on July 23, 2024

Awesome, thanks!

from node-callofduty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.