But, when I use the rvest package, I receive an error. Could you help me?
Here the problem:
> me <- read_html("https://lichess.org/@/Nachoeigu")
Error in open.connection(x, "rb") :
schannel: next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed).```
I tried in two differents computers and I received the same error. As well, when I try other websites, I can scrap them. I don t know if its my problem or if the website has something about security.