|
|
Browse by Tags
All Tags » error handling (RSS)
-
I have created 2 robos, each scrapeing around 1000 page. They without any error but fail to run on openkapow server.
It gives me different errors each time i run it.
I am very much dependent on the output of these robots for my application. Can some one suggest me how can I either
- run the code from my server so I m not dependent on ...
-
I'm attempting to create an RSS robot to go to www.fandango.com, input a postal/zip code to find a theatre, then return an rss feed of the local show times.
I'm running into one speed bump which is driving me absolutely crazy!
Depending on the postal/zip code, fandango my return some extra information about a theatre (in a new row) which ...
-
I wish I knew the answer! For your information, you can look at this other open thread: "[How to?] exit a loop when a condition is met?"
http://openkapow.com/forums/thread/8359.aspx
-
My RSS Robot looks like this:
Load Page > For each tag > Test Condition > If true then Action > Return RSS item
I know that only 1 tag matches the condition, so I want to exit the loop after I found the tag and performed the wished actions. In other words, the branch inside the loop will be executed only once. But I cannot find a way ...
|
|