-
Notifications
You must be signed in to change notification settings - Fork 12
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
nomis_get_data appears to have stopped working #31
Comments
I can't reproduce the error. Have you been making a lot of calls to Nomis? It does rate limit, although the limit is not transparent. |
After successfully trying out the same command elsewhere, it does seem to be rate limiting. But this is odd, as I haven't made any calls to Nomis for a couple of months, at least. December-January I was making lots. Have you encountered this before? How long before the rate limiting is ended? |
tl;dr: try updating {readr} and have another go! From the error message which {nomisr} helpfully shows us, it seems like the problem might be something to do with an argument called
@evanodell for this reason it might be worth adding I'm guessing the different environments you were using @AlexStead had different versions of {readr} installed, one of which must have been older. Hopefully the possible rate limiting was a red herring! |
@owenjonesuob Good find, I'll update that shortly. |
Fixed in 2086995 |
nomis_get_data()
was previously working fine for me but now throws up an error message. E.g.nomis_get_data(id = "NM_893_1", time = "latest", geography = "TYPE266")
Recently, no problem when I run this. But now I get an error message (below). I've tried different requests to no avail.
Other commands (e.g.
nomis_get_metadata
appear to be working so this appears to be a bug rather than an issue with the API.The text was updated successfully, but these errors were encountered: