-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bulk_postcode_lookup vignette returns 400 error #16
Comments
Thanks for raising the issue. |
Hi @erzk , PostcodesioR/R/bulk_postcode_lookup.R Lines 25 to 32 in cdc196e
If I replace |
Thanks for finding a solution. I'm not sure if removing |
What
When user follows the vignette for
bulk_postcode_lookup
,Bad Request (HTTP 400)
is returned, which is unexpected.Steps to reproduce
PostcodesioR
library(PostcodesioR)
PostcodesioR/vignettes/Introduction.Rmd
Lines 56 to 57 in cdc196e
Warning message: In extract_results(r) : Bad Request (HTTP 400).
printed in RStudio consoleOther information
postcode_lookup("PR3 0SG")
,postcode_lookup("M45 6GN")
andpostcode_lookup("EX165BL")
returns the expected data for each single postcodeThe text was updated successfully, but these errors were encountered: