R scraping error: no applicable method for xml_find_all applied to an object of class xml_document
up vote
-1
down vote
favorite
I am scraping data on an (authorized) website.
I am frequently getting this error whichs stop my scraping:
Error in UseMethod("xml_find_all") : no applicable method for
'xml_find_all' applied to an object of class "xml_document"
I unfortunately can't manage to reproduce this error because I don't know what causes it and the loop suddenly breaks.
Do you know where I can start to investigate ?
Thanks!
r xml web-scraping rvest
add a comment |
up vote
-1
down vote
favorite
I am scraping data on an (authorized) website.
I am frequently getting this error whichs stop my scraping:
Error in UseMethod("xml_find_all") : no applicable method for
'xml_find_all' applied to an object of class "xml_document"
I unfortunately can't manage to reproduce this error because I don't know what causes it and the loop suddenly breaks.
Do you know where I can start to investigate ?
Thanks!
r xml web-scraping rvest
Without seeing code or knowing more about your exactly what you're doing it will be impossible to aid. After you do that hopefully someone else will help you since "trust me, it's authorized" is a big red flag that it's not. Unless it's an internal site you can't disclose, post the URL.
– hrbrmstr
7 hours ago
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I am scraping data on an (authorized) website.
I am frequently getting this error whichs stop my scraping:
Error in UseMethod("xml_find_all") : no applicable method for
'xml_find_all' applied to an object of class "xml_document"
I unfortunately can't manage to reproduce this error because I don't know what causes it and the loop suddenly breaks.
Do you know where I can start to investigate ?
Thanks!
r xml web-scraping rvest
I am scraping data on an (authorized) website.
I am frequently getting this error whichs stop my scraping:
Error in UseMethod("xml_find_all") : no applicable method for
'xml_find_all' applied to an object of class "xml_document"
I unfortunately can't manage to reproduce this error because I don't know what causes it and the loop suddenly breaks.
Do you know where I can start to investigate ?
Thanks!
r xml web-scraping rvest
r xml web-scraping rvest
asked 8 hours ago
ML_Enthousiast
8418
8418
Without seeing code or knowing more about your exactly what you're doing it will be impossible to aid. After you do that hopefully someone else will help you since "trust me, it's authorized" is a big red flag that it's not. Unless it's an internal site you can't disclose, post the URL.
– hrbrmstr
7 hours ago
add a comment |
Without seeing code or knowing more about your exactly what you're doing it will be impossible to aid. After you do that hopefully someone else will help you since "trust me, it's authorized" is a big red flag that it's not. Unless it's an internal site you can't disclose, post the URL.
– hrbrmstr
7 hours ago
Without seeing code or knowing more about your exactly what you're doing it will be impossible to aid. After you do that hopefully someone else will help you since "trust me, it's authorized" is a big red flag that it's not. Unless it's an internal site you can't disclose, post the URL.
– hrbrmstr
7 hours ago
Without seeing code or knowing more about your exactly what you're doing it will be impossible to aid. After you do that hopefully someone else will help you since "trust me, it's authorized" is a big red flag that it's not. Unless it's an internal site you can't disclose, post the URL.
– hrbrmstr
7 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53349368%2fr-scraping-error-no-applicable-method-for-xml-find-all-applied-to-an-object-of%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Without seeing code or knowing more about your exactly what you're doing it will be impossible to aid. After you do that hopefully someone else will help you since "trust me, it's authorized" is a big red flag that it's not. Unless it's an internal site you can't disclose, post the URL.
– hrbrmstr
7 hours ago