Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

The app should be updated to handle the current Tinder API limits. #105

Open
jeremygottfried opened this issue Sep 3, 2018 · 0 comments

Comments

@jeremygottfried
Copy link

There is no fail-safe built into the program to prevent a user from swiping 1000s of photos in an hour. New match recommendations come in following get requests, but they get backlogged because a user can only like x number of profiles per day, and the bot takes a while to parse each photo's data. You constantly get warned Tinderbot is under pressure (tasks queue > 500). Sometimes you even get heap overflow 'java.lang.OutofMemoryError: Java heap space.' Because so many tasks are backlogged. I'm also getting 'java.lang.NullPointerException' error frequently when trying to fetch updates and 'Internal server error' for analytics/sentiments requests.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant