You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recieved Warning while trying to Scrape text data from various websites.
Warning in rt_request_handler(request = request, on_redirect = on_redirect, :
input string '^()(\s)#' cannot be translated to UTF-8, is it valid in
'ANSI_X3.4-1968'?
This error happens for any subsequent events after the first:
Did not try any Debian distro. Only tried Windows and Fedora 36. I got it to work once on Fedora, but I couldn't reproduce it. I tried changing the locale settings on Fedora with no effect. I changed scraping to read_html() and got no issue with encoding.
I tried other sites and had the same issue. I have a series of functions like the one written above and I tried each one same series of errors.
Recieved Warning while trying to Scrape text data from various websites.
This error happens for any subsequent events after the first:
Sys Environment:
I tried to look into the source code to discover the issue but it's outside of my current understanding.
rvest::read_html()
does not tigger the same error.EDIT: Forgot to mention, ran the same code on windows and did not have the same issue.
The text was updated successfully, but these errors were encountered: