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 sample code #3

Closed
vijaybarve opened this issue Mar 23, 2020 · 1 comment
Closed

Error in sample code #3

vijaybarve opened this issue Mar 23, 2020 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@vijaybarve
Copy link
Owner

vijaybarve commented Mar 23, 2020

> # Get some iNaturalist data for a user
> inatdata <- get_inat_obs_user("vijaybarve", maxresults = 15)
> downlaod_inat_images(inatdata,size="medium", outpath=".\\test\\", img_format=myfmt,
+                      firstonly=TRUE,verbose=TRUE)

 40217761Error in file(con, "wb") : cannot open the connection
In addition: Warning message:
In file(con, "wb") :
  cannot open file '.\test\40217761 Osteopilus septentrionalis 2020-03-18.jpg': No such file or directory
@vijaybarve vijaybarve added the bug Something isn't working label Mar 23, 2020
@vijaybarve
Copy link
Owner Author

Looks like absence of file folder is causing this error. Need to check presence of folder in the function itself.

@vijaybarve vijaybarve added the enhancement New feature or request label Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant