yihui / knitr

A general-purpose tool for dynamic report generation in R
https://yihui.org/knitr/
2.38k stars 873 forks source link

Error 403 : faultCode: 403 faultString: Incorrect username or password. #1608

Closed aks10000 closed 5 years ago

aks10000 commented 5 years ago

I run following chunk of commands and get the error 403: faultString: Incorrect username or passowrd i chacked my username and password, both are correct---

library(RWordPress)

WordPressURL="https://roswoon.wordpress.com/xmlrpc.php"

options(WordpressLogin = c(user='password'), WordpressURL=WordPressURL)

knitr::knit2wp("houseprice.Rmd", title = "House Price Prediction", shortcode=TRUE,publish=FALSE)

Please help??

yihui commented 5 years ago

I don't know what that error message means or how to fix this problem, but for building websites, blogdown would be a much much better choice: https://github.com/rstudio/blogdown

WordPress is dead. Long live WordPress.

github-actions[bot] commented 3 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.