You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: