Authorization failing everywhere - all users

Support / help / discussion forum for twitter bot
ron
Posts: 410
Joined: Sat Oct 24, 2015 11:18 am

Re: Authorization failing everywhere - all users

Post by ron »

Issue been found with filter on custom search of mixed tweet search authors. It will be in the next update (not x80)
Is it the issue we were discussing on the filter active being a separate api call ? Because even that is an issue in itself - i see never ending rate limit pauses when i using the active filter.
and this thread is about authorisation issues, not custom search. Do please keep on topic
sure
ron
Posts: 410
Joined: Sat Oct 24, 2015 11:18 am

Re: Authorization failing everywhere - all users

Post by ron »

Is the update out yet ?
Please remove the separate api call being made when using filters in one go.
ron wrote:
Issue been found with filter on custom search of mixed tweet search authors. It will be in the next update (not x80)
Is it the issue we were discussing on the filter active being a separate api call ? Because even that is an issue in itself - i see never ending rate limit pauses when i using the active filter.
User avatar
martin@rootjazz
Site Admin
Posts: 34706
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Authorization failing everywhere - all users

Post by martin@rootjazz »

ron wrote:Is the update out yet ?
no, within the next hour


Is it the issue we were discussing on the filter active being a separate api call ?

no. When searching for tweets using mixed / popular and chained to a creatorOf step, the creator of step and be detected and merged into the previous step as at the point of pulling the tweet from twitter the creatorOf is known. Whereas by default the custom works by

perform step get results
feed items into next step - get results

so scrape tweets
pass tweets to next step
extract creators from tweets.

which would be an additional call per tweet. This is correct for steps that would require another step

get likers
get followers of


but as the tweet comes with the creator the next step can be removed. So it requires peering down the chain to see what the next step is and changing the actual search requested at a lower level.


This was working correctly for recent tweets, but a step was not called correct for mixed, so a creator ID was expected but a tweetID received
ron
Posts: 410
Joined: Sat Oct 24, 2015 11:18 am

Re: Authorization failing everywhere - all users

Post by ron »

Is it the issue we were discussing on the filter active being a separate api call ?

no. When searching for tweets using mixed /
Good to know, looking forward to the update


martin@rootjazz wrote:
ron wrote:Is the update out yet ?
no, within the next hour


Is it the issue we were discussing on the filter active being a separate api call ?

no. When searching for tweets using mixed / popular and chained to a creatorOf step, the creator of step and be detected and merged into the previous step as at the point of pulling the tweet from twitter the creatorOf is known. Whereas by default the custom works by

perform step get results
feed items into next step - get results

so scrape tweets
pass tweets to next step
extract creators from tweets.

which would be an additional call per tweet. This is correct for steps that would require another step

get likers
get followers of


but as the tweet comes with the creator the next step can be removed. So it requires peering down the chain to see what the next step is and changing the actual search requested at a lower level.


This was working correctly for recent tweets, but a step was not called correct for mixed, so a creator ID was expected but a tweetID received
User avatar
martin@rootjazz
Site Admin
Posts: 34706
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Authorization failing everywhere - all users

Post by martin@rootjazz »

https://rootjazz.com/twitterdub/updatetesting.html

please try this, probably doesn't fix but might handle better, at least will log more details
Post Reply