nodejs-bca-scraper icon indicating copy to clipboard operation
nodejs-bca-scraper copied to clipboard

Error ketika getSettlement

Open kingrootid opened this issue 2 years ago • 2 comments

error  Cannot read properties of null (reading '1')
const bca = require("nodejs-bca-scraper");
bca
  .getSettlement("XX", "XXX")
  .then(res => {
    console.log("settlement ", res);
  })
  .catch(err => {
    console.log("error ", err);
  });

kingrootid avatar Apr 06 '22 07:04 kingrootid

Fixed on PR #10

rizkiandrianto avatar Apr 09 '22 05:04 rizkiandrianto

error Cannot read properties of null (reading '1')

still get this error

simaung avatar Feb 03 '23 10:02 simaung