screen-scraper public support
starting screen-scraper from a scheduler, then run a script
Hi, I am building a scheduler in java. I got the code for the times done I just need the code to start screenscraper and run a script or a scrape. Thanks
Joe
Stack Overflow error - Possibility to raise memory share ?
Hi,
I am running a batch via script and using heavily the CreateBean functions within a For.. next loop. Code and everything is running fine, but at some point I get the following error
session.scrape clarification?
I am scraping a site that has multiple days, and multiple pages per day. I am successfully scraping through a single day, but would like to scrape one other day.
I have a session variable that decides which day to run, and I check to see if we're done with the current day using an interpreted java script.
Pro on Linux is a bust
Hi there,
My Linux skills are REALLY rusty, but I tried to install the Pro trial edition. It won't run at all...not the server or the screen-scraper executable.
Can I uninstall it and try again? Any suggestions?
(Fedora 4)
Thanks.
Add number to Variable
After running a extractor pattern on a page and setting a new Variable, I'd like to add 25 to that number. This will result in giving me the next 25 results, I hope. How do I add 25 to the variable in Interpreted Java so I can then call the new number in my parameters list as a post variable?
Fatal Application Error
I'm using the trial version of the professional edition of Screen Scraper. I installed it today, and ran through all the tutorials just fine.
While using Screen Scraper I installed some updates for Windows XP, and let it restart my computer. I do not recall if screen scraper was closed when I chose to restart, but it may have been.
My computer restarted fine, but now I am no longer able to run screen scraper, when I try I get:
This Application has Unexpectedly Quit
Screen Scraper Hangs or Suddenly Closes
I recently purchased a new computer and am having issues with Screen Scraper Basic Edition v2.6 hanging (i.e. “Not Respondingâ€) or suddenly closing while running my scripts. Any help you can give me will definitely be appreciated!
Defining parameters using variables
Hi,
I have a page which requires startdate, enddate parameters. Currently they are hardcoded, but I want to define variables for them and call them from a script as:
runnableScrapingSession.setVariable( "START_DATE", yesterdayDate );
runnableScrapingSession.setVariable( "END_DATE", yesterdayDate );
What do I need to do?
Thanks in advance,
Mark V.
Acessing getAllDataRecords()
Hi, I am currently running the 1 month eval version, and am trying to
access the method getAllDataRecords() as:
RemoteScrapingSession remoteSession = new RemoteScrapingSession( "MySession" );
ArrayList ReportData = new ArrayList(23);
....
ReportData = remoteSession.getAllDataRecords();
When compiling this I get the error -
Getting started
Hi, I'm having trouble getting things to work. I'm going through the Hello World tutorial and can't get the proxy setup correctly.
I'm using IE 6 and have a connection to the web via SBC/Yahoo DSL.
I follow the instructions by selecting Setting under the Dial-up and Virtual Private Network option. Then, on the Advanced tab, I setup localhost and 8777 as under the Proxy address to use and Port columns for the HTTP and Secure fields.