Follow function not working

Support / help / discussion forum for twitter bot
Yrokumata
Posts: 97
Joined: Sat Oct 02, 2021 5:34 pm

Re: Follow function not working

Post by Yrokumata »

following and like still not working properly...

I get this: WARNING: user.followed_by property is empty - do not know if follower or not

and the scrapes stop at 10 users...

it should scrape 400 users or tweets like the previous updates.

Logs sent: 96213
User avatar
martin@rootjazz
Site Admin
Posts: 35129
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Follow function not working

Post by martin@rootjazz »

Yrokumata wrote: Tue Jul 04, 2023 2:53 pm get this: WARNING: user.followed_by property is empty - do not know if follower or not
It's a warning, Twitter do not return the value any more. I will remove the warning from next version, same effect as if you just ignore it :-)
User avatar
martin@rootjazz
Site Admin
Posts: 35129
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Follow function not working

Post by martin@rootjazz »

Yrokumata wrote: Tue Jul 04, 2023 2:53 pm following and like still not working properly...
following and liking working fine. Run a MASS LIKE and a MASS FOLLOW with a specific profile. Does that work for you? If yes, it's the SEARCH you are running that doesn't work, NOT the actual action

and the scrapes stop at 10 users...

it should scrape 400 users or tweets like the previous updates.

Logs sent: 96213
What search?



EDIT
Despite lack of details :evil:
I decided to check your logs. The first follow action I checked, was working so....

Please provide the details. I really do not have the time to read through logs trying to guess what you are referring to when you could just tell me :-p
Yrokumata
Posts: 97
Joined: Sat Oct 02, 2021 5:34 pm

Re: Follow function not working

Post by Yrokumata »

martin king of coders,

i search "spotify" which gives something like 18000 tweets per hour...it should scrape 400 users of posted tweets with the word spotify.
instead, it stops at 10 users always giving the line i posted before...you can see that in the logs i sent you :mrgreen:
Yrokumata
Posts: 97
Joined: Sat Oct 02, 2021 5:34 pm

Re: Follow function not working

Post by Yrokumata »

i use the same search function for more than a year and it stopped working properly with the last elon changes...
Yrokumata
Posts: 97
Joined: Sat Oct 02, 2021 5:34 pm

Re: Follow function not working

Post by Yrokumata »

martin,
just deleted all logs to be easier for you to check the issue...
did a follow and a like function. both of them have warning's and errors and the scrape stops too soon...
before, the scrape would give me more than 400 users of the following function and more 150 on the like one.
logs sent: 33080
User avatar
martin@rootjazz
Site Admin
Posts: 35129
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Follow function not working

Post by martin@rootjazz »

Yrokumata wrote: Tue Jul 04, 2023 3:24 pm martin king of coders,

i search "spotify" which gives something like 18000 tweets per hour...it should scrape 400 users of posted tweets with the word spotify.
instead, it stops at 10 users always giving the line i posted before...you can see that in the logs i sent you :mrgreen:
yes BUT WHAT SEARCH

:lol:
Yrokumata wrote: Tue Jul 04, 2023 3:27 pm i use the same search function for more than a year and it stopped working properly with the last elon changes...
yes, the code had to be updated. There is a bug in some of the new code, but I have no idea what code / (search) you are referring to.

Yrokumata wrote: Tue Jul 04, 2023 3:32 pm martin,
just deleted all logs to be easier for you to check the issue...
did a follow and a like function. both of them have warning's and errors and the scrape stops too soon...
before, the scrape would give me more than 400 users of the following function and more 150 on the like one.
logs sent: 33080
ok lets have a look :-)


You can also send RAW LOGS:

right click the action > RAW LOGS > copy and send me the contents of the file that opens.
that would be the logs of the specific action only you are referring to and may help.

Can always be emailed to me

Code: Select all

support[at]rootjazz[dot]com
User avatar
martin@rootjazz
Site Admin
Posts: 35129
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Follow function not working

Post by martin@rootjazz »

16:29:56: Search pages: 3
16:29:57: WARNING: twitter returned same results as before: stopping...
16:29:57: Results of search: 10/442 Tweet Search (recent) with: spotify
ok TWEET SEARCH RECENT is the search

twitter returning the same results. Let me check on what happens here.
User avatar
martin@rootjazz
Site Admin
Posts: 35129
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Follow function not working

Post by martin@rootjazz »

ok I see it, twitter do random things with the cursor for the next results page, it's not uniform as it used to be. Need to search around for it

ffs


The next update will fix this. I shall let you know when it is ready.



Regards,
Martin
Yrokumata
Posts: 97
Joined: Sat Oct 02, 2021 5:34 pm

Re: Follow function not working

Post by Yrokumata »

you know you have my love 8-)
Post Reply