pynder icon indicating copy to clipboard operation
pynder copied to clipboard

Getting no recommendations at all

Open buster60 opened this issue 8 years ago • 5 comments

Yesterday the example seemed to work, but today I get no users. Could it be that because of changing locations my user has been banned? If not, do you have any other idea for why it might happen? Thanks.

buster60 avatar Jan 07 '17 21:01 buster60

Maybe you set the location incorrectly, try login with official Tinder client and see if it works

taseppa avatar Jan 09 '17 20:01 taseppa

you may have too many likes. tinder sees you as a bot. try to delete your account and start over.

lkluo avatar Mar 14 '17 08:03 lkluo

poll /profile and check for banned property

DylanVanAssche avatar Mar 14 '17 11:03 DylanVanAssche

there is a 12 hour rate limit for likes. if you surpass that, you will have to wait 12 hours.

ghost avatar Mar 14 '17 23:03 ghost

If you like too many or poll too often I've seen that you get back "recs limited"

try this:

def recsLimited(session):
		return session._api._request("post","/user/recs",data={"limit": 1})['message'] == 'recs limited'

kennethgoodman avatar Apr 25 '17 12:04 kennethgoodman