pikax / swgoh

Unofficial node library for swgoh.gg
MIT License
17 stars 4 forks source link

panelMenus nodeValue = null #13

Closed rmgirardin closed 6 years ago

rmgirardin commented 6 years ago

Getting error:

TypeError: Cannot read property 'nodeValue' of null
  at .../node_modules/swgoh/dist/index.cjs.js:330:91

Command to replicate this error:

const username = "ledia";
swgoh.profile(username).then(function (p) {
  console.log(p);
})