Skip to content

bug: query string exceeds length limit #103

@andrewallenbruce

Description

@andrewallenbruce
library(provider)

x <- opt_out(city = "Atlanta", state = "GA")
#> ✔ opt_out returned 352 results.

order_refer(npi = x[x$order_refer == 1L, ]$npi)
#> Error in `httr2::req_perform()` at provider/R/httr2.R:40:3:
#> ! Failed to parse error body with method defined in `req_error()`.
#> Caused by error in `httr2::resp_body_json()` at provider/R/httr2.R:40:3:
#> ! Unexpected content type "text/html".
#> • Expecting type "application/json" or suffix "json".

Created on 2026-05-12 with reprex v2.1.1

Metadata

Metadata

Labels

bug 💣an unexpected problem or unintended behavior

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions