Jump to content
UBot Underground

JasonWest

Fellow UBotter
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About JasonWest

  • Rank
    Newbie

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 7
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Standard Edition

Recent Profile Visitors

862 profile views
  1. Thank you! I changed the setting to Chrome 21 and it is running smoothly so far!
  2. Here it is, thank you in advance! add list to list(%scraped urls,$list from file("C:\\Users\\JW\\Documents\\Scraped\\URL 10-99.txt"),"Don\'t Delete","Global") clear list(%scraped authors name) clear list(%scraped authors link) clear table(&author info) set list position(%scraped urls,0) loop(9000) { navigate($next list item(%scraped urls),"Wait") add item to list(%scraped authors name,$scrape attribute(<itemprop="author">,"innertext"),"Delete","Global") add item to list(%scraped authors link,$scrape attribute(<itemprop="author">,"fullhref"),"Delete","Global")
  3. I'm scrapping information off of a website and then adding these information into a table. While the bot is running, a message pop up once about every 15 minutes stating that CefSharp.BrowserSubprocess.exe has crashed. At the same time the scraped information stop being added into the table. Also, before the CefSharp.BrowserSubprocess.exe crashed, the bot is running really slow. I search everywhere, but can't seem to find the solution to this problem. Any suggestions would be much appreciated.
×
×
  • Create New...