StrawpollVoteBot icon indicating copy to clipboard operation
StrawpollVoteBot copied to clipboard

Bot does not vote the set amount of times

Open KevinSleegers opened this issue 9 years ago • 1 comments

When I run php vote.php "id" 3 100, most of the times it only votes 2 or 3 times, and not the number I did set (100 in this case). Does Strawpoll have a limited amount of 'posts' you can make to vote?

KevinSleegers avatar Dec 23 '15 12:12 KevinSleegers

The returned number actually is the number of times the script got a success answer from the proxy (so not even strawpoll's itself) off of the amount of votes you defined. Also, keep in mind some proxies might take longer than usual to execute the request on strawpoll's end, thus ending up doing their job but not adding up to the script votes count (very lixely, especially on high set amounts). Some might also time out on the proxy end, so running the script more than once can sometimes do the trick.

markkuit avatar Jan 11 '16 03:01 markkuit