-
Notifications
You must be signed in to change notification settings - Fork 6
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
Test with new httr #11
Comments
Problems: > pl<-plant_lookup()
Error: key '0.3.1' not found, with error: Timeout was reached
In addition: Warning messages:
1: In curl::curl_fetch_disk(url, x$path, handle = handle) :
progress callback must return boolean
2: In curl::curl_fetch_disk(url, x$path, handle = handle) :
progress callback must return boolean
3: In curl::curl_fetch_disk(url, x$path, handle = handle) :
progress callback must return boolean
4: In curl::curl_fetch_disk(url, x$path, handle = handle) :
progress callback must return boolean
5: In curl::curl_fetch_disk(url, x$path, handle = handle) :
progress callback must return boolean
6: In curl::curl_fetch_disk(url, x$path, handle = handle) :
progress callback must return boolean
7: In curl::curl_fetch_disk(url, x$path, handle = handle) :
progress callback must return boolean
8: In curl::curl_fetch_disk(url, x$path, handle = handle) :
progress callback must return boolean
9: In curl::curl_fetch_disk(url, x$path, handle = handle) :
progress callback must return boolean
10: In curl::curl_fetch_disk(url, x$path, handle = handle) :
progress callback must return boolean |
Cool, thanks. Will look into this tomorrow probably. |
Looks everything works actually, just with this warning 1: In curl::curl_fetch_disk(url, x$path, handle = handle) :
progress callback must return boolean |
I fixed that by reinstalling httr and curl. |
I'm still getting the warnings |
i get the same warnings with all updated versions of |
There might be a particular versions of |
I'm getting the same warnings with E.g., if I run: I will see "There were 50 or more warnings (use warnings() to see the first 50)". And here are the warnings (the same warning repeated):
|
Yeah @ccleung it's been fixed here: r-lib/httr#252 But |
Confirmed working with hadley/httr, so any version >= 1.0.0.9000 should not have this problem. |
The text was updated successfully, but these errors were encountered: