Closed oonuttlet closed 7 months ago
This is an error with {cli}
that I've seen occur with stale R sessions. What I would do is this:
1) restart your R session then
2) set .progress = FALSE
in the function
The second thing will make sure that cli isn't used (so you wont get a pretty progress bar but you also wont get an error!)
Also, super awesome to see that you're using your own geocoding service!
Thanks! I expected it was something in that vein.
Seemingly randomly,
geocode_addresses()
errors out with Error in cli::cli_progress_update(..., id = id) : Cannot find progress barcli-117300-128
If I knew more about {cli} I'd try and include more info -- let me know if I can provide anything else for troubleshooting.
Traceback:
R 4.3.3, arcgisgeocode 0.0.0.9003, cli 3.6.2