theodi / uk-postcodes

MIT License
41 stars 17 forks source link

Error being returned for a valid postcode #40

Open tedca77 opened 9 years ago

tedca77 commented 9 years ago

This is a valid postcode on ROyal Mail site. It is returning this on the postcode check

404 error

Postcode OX394HA cannot be found

And this on the nearest check... "We're sorry, but something went wrong."

tedca77 commented 9 years ago

Is it possible to get a response on the above issue - Thanks

tedca77 commented 9 years ago

Hi - any further thoughts on this error - we are still getting this issue.

cdrx commented 8 years ago

The online service uses quite old data, from 2013.

You will need to host your own instance, and update lib/data/postcodes.zip with the latest copy of the data from the ONS.

https://geoportal.statistics.gov.uk/Docs/PostCodes/NSPL_AUG_2015_csv.zip

pezholio commented 8 years ago

I do keep meaning to update the data, but it's not entirely trivial. When I get chance, I will do it though.