Skip to content

bulk_postcode_lookup vignette returns 400 error #16

@jbl0ndie

Description

@jbl0ndie

What

When user follows the vignette for bulk_postcode_lookup, Bad Request (HTTP 400) is returned, which is unexpected.

Steps to reproduce

  1. Install PostcodesioR
  2. Load library(PostcodesioR)
  3. Follow steps here:
    pc_list <- list(postcodes = c("PR3 0SG", "M45 6GN", "EX165BL"))
    bulk_lookup_result <- bulk_postcode_lookup(pc_list)
  4. Run
  5. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions