boxing / boxrec

Retrieve information from BoxRec and return it in JSON format
MIT License
109 stars 18 forks source link

Location is always empty under bouts #296

Closed FelixFreelancer closed 2 years ago

FelixFreelancer commented 2 years ago

Hi @mikedidomizio

I am trying to get a location of a bout for each player.

This is my code.

let response = await boxrec.getPersonById(cookieJar, 644435);
let location = response.output.bouts[0].location;

The location is always null no matter what bout I check. But I can see the valid location populated on boxrec.com.

Could you please check this issue?

mikedidomizio commented 2 years ago

Released boxrec@8.0.5 which should fix this issue.