jhudsl / ari

:dancers: The Automated R Instructor
https://jhudatascience.org/ari/
Other
146 stars 37 forks source link

path error #27

Closed HediaTnani closed 3 years ago

HediaTnani commented 4 years ago

Hi, I'l getting this error when running ari. ari_narrate("Introduction_to_R.Rmd","Introduction_to_R.html",voice = "Kendra", delay = 0.5, capture_method = "iterative") Could not load file:///C:/Documents/file:/localhost/C:/Documents/Introduction_to_R.html#1 Error in webshot(url = paste0(slides, "#", i), file = img_paths[i], ...) : webshot.js returned failure value: 1 In addition: Warning message: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="file://localhost/C:\Documents\Introduction_to_R.html#1": The filename, directory name, or volume label syntax is incorrect

I'm using windows. Is there a way to fix it?

Thanks a lot.

muschellij2 commented 3 years ago

Can you try to reinstall using remotes::install_github("jhudsl/ari") and try to rerun?