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
by default , the crawler return NA value for non existant css patterns , i
need to check your command and run it localy to investigate the issue. send
it by email if you dont want it to be public
Le ven. 30 nov. 2018 4:40 AM, hamedf62 <[email protected]> a écrit :
Dear Salim;
thank you so much for such great efforts and useful package!
i have an issue in crawling and data gathering in search result pages.
in ExtractCSSPat mentioned few CSS rules but some of the pages doesn't include the required data and CSS is not available on them.
below error would occured:
Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, :
arguments imply differing number of rows: 1, 0
In addition: Warning messages:
1: In UseMethod("xml_remove") :
closing unused connection 7 (<-DESKTOP-K73RC4R:11502)
2: In UseMethod("xml_remove") :
closing unused connection 6 (<-DESKTOP-K73RC4R:11502)
3: In UseMethod("xml_remove") :
closing unused connection 5 (<-DESKTOP-K73RC4R:11502)
4: In UseMethod("xml_remove") :
closing unused connection 4 (<-DESKTOP-K73RC4R:11502)
5: In UseMethod("xml_remove") :
closing unused connection 3 (C:/Users/Hamed/Documents/tripadvisor.com-281027/extracted_data.csv)
****i though its possible to put a conditional statement to check if the CSS tag is not available then return null in data set.
The text was updated successfully, but these errors were encountered: