Luke Prior
Luke Prior
Yeah since that site got updated a lot of our functionality was replaced but I think the historical record is extremely valuable
But I agree it's a good option to have and can work in a similar way
Oh sorry looks like the image didn't upload here we go. But yeah updating it to show all the different cases would be good. https://lukeprior.github.io/nbn-upgrade-map/?suburb=adamstown&state=NSW&commit=main 
Hmmmm that is really strange, I think something changed because on all the recent commits addresses are getting deleted. I have paused the run but will need to investigate to...
Not sure if @lyricnz has any idea but there haven't been any major changes on our end so looks like something might have changed on the NBN side?
Looking through the records while a lot of the addresses getting removed are ones without a valid LocID, some do have valid IDs.
The script should be using the listed locID in the results file and just querying NBN for updated details. NBN has updated their autocomplete API to be less generous with...
Ok this is interesting it's a 404 error: https://github.com/LukePrior/nbn-upgrade-map/actions/runs/7946125610/job/21693534967
I think it has to do with `extended_get_nbn_loc_id`
I don't know if it's blocking us or something else because it works on reqbin, but not locally  https://places.nbnco.net.au/places/v2/details/ChIJba6w8Tik12oRtX2Iuq5D51k `curl -X GET https://places.nbnco.net.au/places/v2/details/ChIJba6w8Tik12oRtX2Iuq5D51k -H "Referer: https://www.nbnco.com.au/" ` Can anyone...