Page 1 of 1

Run Next Problem? Exception of type 'LibBotControls.Logic.SearchBuilder.ExStopSearchBuilder' was thrown.

Posted: Sun Feb 11, 2018 11:09 pm
by bitcoin
Sigh. Sigh. Sigh.

Here we go again :(

Image

Image

Image

When I start this Action and don't want to wait until the scheduled time has come by pressing Run Next on the Action, I end up with the following errors:

Code: Select all

Custom Search: https://twitter.com/bitschoolai using 6 accounts: 
Custom Search: https://twitter.com/bitschoolai using 6 accounts: 
Custom Search: https://twitter.com/bitschoolai using 6 accounts: 
Starting: 11/02/2018 23:52 PM
 Search: Custom
Num: 0
Unique: True
Custom Search: RecentTweetsOf

*** Pre Search Setup***
*** Performing Search ***
custom search builder
Loading previous db logs: 7b346568-0b0e-46f7-887e-d16a74f5d512_Retweet
Loaded previous db logs: 510 processed: 489 within 24hrs: 12
Max Results Wanted: 0
Cannot request unlimited total results: setting: 0
Setup custom search controller
Cannot request unlimited items per chained search: setting: 100
One search stage detected, setting default per item per stage value to max: 0
Custom search run: search: https://twitter.com/bitschoolai
Perform custom search: #chain/total: 1/1 using: Jest_another_crypto
User specific num per stage to return: 12
Start search: RecentTweetsOf with: https://twitter.com/bitschoolai using: Jest_another_crypto
Get TwitterUser: bitschoolai using: Jest_another_crypto
Already processed: 962789348327510016
Filter check: 962789348327510016 with: MyAccount
* STOP: Processed before: 962789348327510016
* ERROR : recent tweets of: Exception of type 'LibBotControls.Logic.SearchBuilder.ExStopSearchBuilder' was thrown.
Results of search: RecentTweetsOf with: https://twitter.com/bitschoolai
Handle results: 0 nextstep: 1/1
End of chain: Store results: 0
Perform custom search: #chain/total: 1/1 using: Jest_another_crypto
User specific num per stage to return: 12
Start search: RecentTweetsOf with: https://twitter.com/bitschoolai using: Jest_another_crypto
Get TwitterUser: bitschoolai using: Jest_another_crypto
Already processed: 962789348327510016
Filter check: 962789348327510016 with: bitcoins_hahah
* STOP: Processed before: 962789348327510016
* ERROR : recent tweets of: Exception of type 'LibBotControls.Logic.SearchBuilder.ExStopSearchBuilder' was thrown.
Results of search: RecentTweetsOf with: https://twitter.com/bitschoolai
Handle results: 0 nextstep: 1/1
End of chain: Store results: 0
Found: 0

*********
Processed: 0/0
Failed: 0
*********

Started: 11/02/2018 23:52 PM
Finished: 11/02/2018 23:52 PM
ID: 12d65d8a-fbd3-48ee-9f94-e38c8a68df0d
Action ran for: 0hr:0min:14s
Repeat action: daily runner: 23:0
Repeat action:  hours: 23 mins: 0
Fluctuate wait: 19
Random fluctuate: 19
Next Daily runnner: After Fluctuated2018-02-11 10:41 PM
Repeat action: schedule time: 12/02/2018 22:41 PM
Scheduled to: 2018-02-12 10:41 PM
Log ID:
80375

So you know - not gonna troubleshoot this one.

Re: Run Next Problem? Exception of type 'LibBotControls.Logic.SearchBuilder.ExStopSearchBuilder' was thrown.

Posted: Mon Feb 12, 2018 7:25 am
by support@rootjazz
I have replicated your issue with 3 accounts shared and i got no issues. But, i have reported the log to martin. He will investigate the log and get back to you soon.

Re: Run Next Problem? Exception of type 'LibBotControls.Logic.SearchBuilder.ExStopSearchBuilder' was thrown.

Posted: Mon Feb 12, 2018 8:23 pm
by martin@rootjazz
Yes it is correct.

The program found an item you have processed.
You check the option: STOP IF FOUND PREVIOUSLY PROCESSED ITEM
the program stopped

* STOP: Processed before: 962789348327510016
* ERROR : recent tweets of: Exception of type 'LibBotControls.Logic.SearchBuilder.ExStopSearchBuilder' was thrown.

Re: Run Next Problem? Exception of type 'LibBotControls.Logic.SearchBuilder.ExStopSearchBuilder' was thrown.

Posted: Tue Feb 13, 2018 1:32 pm
by bitcoin
martin@rootjazz wrote: Mon Feb 12, 2018 8:23 pm Yes it is correct.

The program found an item you have processed.
You check the option: STOP IF FOUND PREVIOUSLY PROCESSED ITEM
the program stopped

* STOP: Processed before: 962789348327510016
* ERROR : recent tweets of: Exception of type 'LibBotControls.Logic.SearchBuilder.ExStopSearchBuilder' was thrown.
But shouldn't it continue to the next item? Here it just stopped... While it had a whole day ahead :/

Re: Run Next Problem? Exception of type 'LibBotControls.Logic.SearchBuilder.ExStopSearchBuilder' was thrown.

Posted: Sat Feb 17, 2018 5:10 pm
by martin@rootjazz
No, it is STOP THE SEARCH action.


The idea is, if you are scraping recents tweets via hashtag on a targeted tag, that doesn't get many new tweets.
monday: you scrape 20 and action on
tuesday, you scrape 8 new tweets, then you started to get teh results you have already processed.... As you have been running this action for a long time, you don't want to have to scroll back through 3 months worth of results to find a tweet from 3 months ago (which the program will do by default - keep paging through results until find enough to meet your MAX_ITEMs values.

But with this option checked, the action will stop scraping. Thus allows you to pull only recent items up to something you have processed before.