-
Notifications
You must be signed in to change notification settings - Fork 29
Liking deblured pictures does not work anymore #55
Comments
I've reported this for a while but I think the developer is busy at the moment. I'm also seeing a lot of random profiles show up in the like list which are erroneous - sometimes the profiles show up straight after in the card view but do not produce a match so the likes shown by the scrips were clearly not valid. |
It also looks like there's no way to match someone once clicking the deblurred like button. So, until this is solved, I just do as I did before this feature was introduced : I reject everyone until the app presents me the one who's picture matches the deblurred one. |
Can confirm - only deblur works. Tested on various machines and devices. |
Yea it is unfortunate that the liking feature doesn't work anymore. At least the deblur still works, but if the dev comes back and fixes it, that would be godsend |
Hi, |
|
I found a way to recover the hidden profiles when clicking the buttons. I just edited the script and commented the |
Sorry for bothering you but I can't seem to make it work, can you be a bit more precise about what to write in the code? Thanks in advance! |
Okay so to comment on a line of script, all you need to do is add "/" or "//" at the beginning of the targeted line. So for example you'd want to edit the line of scripted mentioned into this |
I've used the extension before and it always worked. I can still deblur pictures, however now when I use the like button, it deletes the person from the preview, but the like does not go through. Looking at network analysis I found the following out:
https://api.gotinder.com/like/u/<some_id> is called twice. Once with fetch, once with post.
The fetch returns 204 (no data) and the post returns 404 (not found).
Maybe they changed the API or something? I tried the dev version of the script aswell, but same issue.
The text was updated successfully, but these errors were encountered: