Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depricated Function #72

Open
delta2echo opened this issue Mar 23, 2020 · 1 comment
Open

Depricated Function #72

delta2echo opened this issue Mar 23, 2020 · 1 comment

Comments

@delta2echo
Copy link

delta2echo commented Mar 23, 2020

I was trying to run Rcrawler with this command:

Rcrawler(Website = CrawlURL, no_cores = 2, no_conn = 2,MaxDepth = 1, DIR = storagePath,RequestsDelay = 2, Obeyrobots = TRUE,URLlenlimit = 225, Timeout = 8, Useragent = userAgent,ExtractAsText = TRUE)

and I get this output:
In process : 1..
Progress: 100.00 % : 1 parssed from 1 | Collected pages: 1 | Level: 1

  • Check INDEX dataframe variable to see crawling details
  • Collected web pages are stored in Project folder
  • Project folder name : g3journal.org-222130
  • Project folder path : F:\DataScience\school\class\Project1\Storage/g3journal.org-222130
    Warning message:
    'xml_find_one' is deprecated.
    Use 'xml_find_first' instead.
    See help("Deprecated")
@danrg
Copy link

danrg commented Mar 23, 2020

It could be a bug with Rcrawler. Please include a small example that reproduces the problem. The above command includes some variables with unknown values, which makes it difficult for someone else to try it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants