miasmos / op.gg-api

Serves op.gg web pages as json.
MIT License
81 stars 21 forks source link

Getting stats by picked and banned #15

Closed Rc85 closed 6 years ago

Rc85 commented 7 years ago

When using /na/stats?type=picked or banned, it returns a error 500, stating that the DOM's structure has changed.

miasmos commented 7 years ago

Could you provide a code sample to reproduce?

Rc85 commented 7 years ago

I execute "node ./node_modules/op.gg-api/server.js" in cmd and then go to browser and navigate to http://localhost:1337/na/stats?type=picked.

Or using the request module and making a http request on server.

If that is not how to correctly use this api, please advise the correct way.