Skip to content
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

Error in R_decompress1 #56

Open
bholtdwyer opened this issue Feb 21, 2023 · 1 comment
Open

Error in R_decompress1 #56

bholtdwyer opened this issue Feb 21, 2023 · 1 comment

Comments

@bholtdwyer
Copy link

Hi! I'm trying to run a request on a table that I've manually queried before, but esri2df is telling me that it's not a valid URL and then throwing an error.

rezz = esri2df('https://arc.indiawris.gov.in/server/rest/services/SubInfoSysLCC/WaterResourceProject/MapServer/41', objectIds = paste(1:50, collapse = ","))
Error in value[[3L]](cond) : Url is not a valid ESRI Service Url.
Could not access url with {httr}.
In addition: Warning messages:
1: In request_perform(req, hu$handle$handle) :
  restarting interrupted promise evaluation
2: In request_perform(req, hu$handle$handle) :
  internal error -3 in R_decompress1
@elipousson
Copy link
Contributor

Huh. I was not able to replicate this error.

Incidentally, I have a fork for esri2sf that I wholly rebuilt around httr2. The maintainers for this repo haven't had the bandwidth to respond to inquiries about reviewing a pull request so it is pretty much a hard fork at this point just waiting on me finding the time to set up a new repo where folks can submit issues. I've heard there is also a new ESRI-supported R package under development which is likely going to be much faster than either my fork or this original version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants