Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSiteID = NA causes hanging errors #6
Comments
|
The problem seems to be with the number of requests sent to the server, not with NAs. I have temporarily disabled http2, as explained here. Now your first example works, although NAs might be generated by coercion. I'm closing this as the issue is resolved. Thanks for reporting it! |
Hi - the package is great. Thanks for making it available.
I get errors with most functions when I include sites where SiteID = NA, eg:
Gives the following error:
Error in curl::curlfetchmemory(url, handle = handle) : Failure when receiving data from the peer
Though the following works instantly:
Thanks