benawad / vsinder

Dating App for VSCode
Apache License 2.0
2.47k stars 174 forks source link

Unable to receive new messages after 150 matches. #173

Open Vincent0700 opened 3 years ago

Vincent0700 commented 3 years ago

There is something wrong with this api:

  1. Param cursor does not appear to have any effect.
  2. Cannot get any new messages after 150 messages.
benawad commented 3 years ago

new messages or new matches?

Vincent0700 commented 3 years ago

new messages or new matches?

new matches

benawad commented 3 years ago

it looks like in the db you only have 127 matches, are you seeing more than that?

Vincent0700 commented 3 years ago

it looks like in the db you only have 127 matches, are you seeing more than that?

Cause i unmatch many people. I can't receive any new matches before.

jacquelynleung commented 3 years ago

I believe I have the same issue, the number of notifications are up but it shows no new messages or matches.

unDeadHerbs commented 3 years ago

Marked as high priority since app is functionally unusable for some individuals.

Vincent0700 commented 3 years ago

I believe I have the same issue, the number of notifications are up but it shows no new messages or matches.

I build a cli tool that can cancel inactive matches which can solve the problem temporarily https://github.com/Vincent0700/vsinder-cli

Usage:

$ npm i -g vsinder-cli
$ vsinder unmatches
[=============================================] 100%
Successfully cancel 45 inactive matches.
MuhsinFatih commented 3 years ago

I'm not getting messages from anyone all of a sudden. I tried the tool but its the same. Either something is wrong or I'm just sad :D In fact, @Vincent0700 we matched haha. Do you see my message in the app?

MuhsinFatih commented 3 years ago

nevermind, my messaging works. its just noone was answering (questions own existance). i'll go cry :D

rjhunjhunwala commented 3 years ago

I have the same issue: I get notifications for new matches and then they disappear when I join the app

rjhunjhunwala commented 3 years ago

If for nothing else could someone with dB perms purge my inactive matches manually? (Mobile user so I can’t use the script)