-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
What
When user follows the vignette for bulk_postcode_lookup, Bad Request (HTTP 400) is returned, which is unexpected.
Steps to reproduce
- Install
PostcodesioR - Load
library(PostcodesioR) - Follow steps here:
PostcodesioR/vignettes/Introduction.Rmd
Lines 56 to 57 in cdc196e
pc_list <- list(postcodes = c("PR3 0SG", "M45 6GN", "EX165BL")) bulk_lookup_result <- bulk_postcode_lookup(pc_list) - Run
- See
Warning message: In extract_results(r) : Bad Request (HTTP 400).printed in RStudio console
Other information
postcode_lookup("PR3 0SG"), postcode_lookup("M45 6GN") and postcode_lookup("EX165BL") returns the expected data for each single postcode
Metadata
Metadata
Assignees
Labels
No labels