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

login error #28

Open
schklom opened this issue Apr 7, 2019 · 70 comments
Open

login error #28

schklom opened this issue Apr 7, 2019 · 70 comments

Comments

@schklom
Copy link

schklom commented Apr 7, 2019

Hi, i love your app :)

By mistake I deleted it, and after installing again I can't login.
"Your Tinder session has expired." keeps showing, despite the popup connecting me to the facebook login.
I'm using version 0.2 because it's the only one where the home page doesn't ask me to install the .crx file (I can't install the .crx file of 0.3 because "it's not from chrome store". I also tried to unzip the .crx file and install it, but then the home page asks me to use .crx file).

After looking at the extension's errors, I get the one in the picture:
https://ibb.co/CpdQV83

Please help :P

@thzix
Copy link

thzix commented Apr 9, 2019

Same problem here.

@ghost
Copy link

ghost commented Apr 10, 2019

same issue. Any idea to fix it ? Is it facebook-login related or not ?

@NewGitHubUser154
Copy link

I found the developer online and sent him a message. This was his reply...

"People reports me that tinder has changed with their API. I am no longer support tind3r.com so that means is the end of story of this app."

@NewGitHubUser154
Copy link

I have been looking for an alternative but haven't found anything

@ghost
Copy link

ghost commented Apr 10, 2019

Is this an official Tinder API : https://gist.github.com/rtt/10403467 ?
Or where is it ?

I have found this alternative, but I havent tried it... not so easy as tind3r extension I think.
https://github.com/RoyPlu/Flare
https://github.com/jaebradley/tinder-client

I m sure, it would be possible to fix the tind3r error... because the distance feature is obviously the most important here, in this app...

@schklom
Copy link
Author

schklom commented Apr 10, 2019

regnou
Tinder didn't release an official API to the public. If you look at the internet data transfers between the app and Tinder servers, you can deduce what the hidden API is.
Can't make Flare work, i'll try the 2nd link, if it works i'll reply here.

NewGitHubUser154
I hope someone will find a way to fix it and post it on Github

@niko247
Copy link
Contributor

niko247 commented Apr 10, 2019

I already provided fix in pull request, if you want to try you can checkout the code from my PR and run it locally, remember to change nonstoreid.

@niko247
Copy link
Contributor

niko247 commented Apr 11, 2019

Hello guys you can download the easiest version to run here:
https://mega.nz/#!7cJXCSIQ!1MrfaH1mX5HW55nyGcCy-jlnx8bofuz9cC9IebaeTEs
it includes wrapped server so nothing to do, you only open: localhost:3005 after you run Tind3r.exe and it will show you plugin to download on website, and then you can use click icon of extension, no additional work needed

@schklom
Copy link
Author

schklom commented Apr 11, 2019

niko247, wow... it actually works. The instructions on your pull request works, and your app works. You're amazing :DD

One problem on your app, opening a new tab with one of the user's details (http://localhost:3005/user/XXXXX) gives a blank page.
That issue doesn't appear when i run your instruction from your pull request however.

@ghost
Copy link

ghost commented Apr 12, 2019 via email

@ghost
Copy link

ghost commented Apr 12, 2019

Hello guys you can download the easiest version to run here:
https://mega.nz/#!7cJXCSIQ!1MrfaH1mX5HW55nyGcCy-jlnx8bofuz9cC9IebaeTEs
it includes wrapped server so nothing to do, you only open: localhost:3005 after you run Tind3r.exe and it will show you plugin to download on website, and then you can use click icon of extension, no additional work needed

Just made an account to say thanks!!!
Finally found something that works easily.
Good stuff!

@niko247
Copy link
Contributor

niko247 commented Apr 12, 2019

it works, but, I have another problem, maybe not related to this patch... I have various facebook account, so various tinder account, and there is this problem, where the profile of some people of account A appear to account B... And so, nothing works well..; I know this could append before... But launching the server in my computer, increase this error... It is not working well.. Maybe, you know the caches realted problem and how I could fix it... It seems that relaunching the server, or cleaning the cache does not improve the issue. Le jeu. 11 avr. 2019 à 07:54, schklom notifications@github.com a écrit :

niko247, wow... it actually works. The instructions on your pull request works, and your app works. You're amazing :DD — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#28 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AA7uVm5zY0ImdxLjjXC56l6z3SFHoj6jks5vfyJqgaJpZM4cgtR4 .

Hello, you just need to logout from tind3r app there is a button on left when you see login with facebook button, then press F12 and "Apllication" tab on left ->clear storage->clear site data, and below should be everything selected . I tested it and works well you need to repeat it every time you switch account.

@niko247
Copy link
Contributor

niko247 commented Apr 12, 2019

BTW if you use Linux or MAC you can use my pack too, you just need to download java open JDK (version 12) and run :
java -jar ./libs/tind3r-1.0.jar

@NewGitHubUser154
Copy link

Hello guys you can download the easiest version to run here:
https://mega.nz/#!7cJXCSIQ!1MrfaH1mX5HW55nyGcCy-jlnx8bofuz9cC9IebaeTEs
it includes wrapped server so nothing to do, you only open: localhost:3005 after you run Tind3r.exe and it will show you plugin to download on website, and then you can use click icon of extension, no additional work needed

I am not a programmer so I don't know what a lot of that means. I tried doing what you said and it took me to the old Tind3r.com page which keeps giving me the "session expired" error. Also my computer went nuts and the processor kicked into overdrive. Is there somewhere I can find step by step instructions on how to make it work?

@niko247
Copy link
Contributor

niko247 commented Apr 12, 2019

Did you remove previous extension? don't click old icon in chrome, you can remove it in chrome in extension settings, and set developer mode on. then run Tind3r.exe and after this open in chrome address:
localhost:3005
it should print that you need to download new extension

@laurenlbo
Copy link

laurenlbo commented Apr 13, 2019

BTW if you use Linux or MAC you can use my pack too, you just need to download java open JDK (version 12) and run :
java -jar ./libs/tind3r-1.0.jar

Thank you for doing this.

I'm completely lost on how to actually run this on a Mac though. I can't install the exe file (of course), or seem to get the JDK to work either. What am I missing? Do you have a step by step guide?

Thank you again!

@niko247
Copy link
Contributor

niko247 commented Apr 13, 2019

you download JDK from here for mac:
https://jdk.java.net/12/

here you have how to install it:
https://www.youtube.com/watch?v=ru1itnqrRqU

@laurenlbo
Copy link

I have installed it, now receiving a 'Unable to access jarfile ./libs/tind3r-1.0.jar' error

@niko247
Copy link
Contributor

niko247 commented Apr 13, 2019

you have to be in the folder where exe file is if you use bash/command line tool switch to this location

@niko247
Copy link
Contributor

niko247 commented Apr 13, 2019

now open in chrome address : localhost:3005

@laurenlbo
Copy link

Oh wow, it worked. Thank you!

@laurenlbo
Copy link

"This site can’t be reached

localhost refused to connect."

Anyone else having this issue? It has been working fine for the past few hours.

@niko247
Copy link
Contributor

niko247 commented Apr 13, 2019

it means that you have background server turned off, you must have it run as you did before with java -jar command, and run it everytime your computer starts

@laurenlbo
Copy link

Okay, great! Thank you

@OrpheusXx
Copy link

The main page loads in fine with your program, but i can't open profiles in new tab, it's just a blank page.

@laurenlbo
Copy link

I have started being unable to get past the Facebook sign in/authorization, like the error before. My server is up and running as before.

Anyone else finding this?

@niko247
Copy link
Contributor

niko247 commented Apr 26, 2019

You can download new version:
-fixed new login problem
-tinder gold preview
-fixed person card in new tab
-3 platforms: win, linux, mac
https://mega.nz/#!eBwQlAjZ!XuALmBUw7nXe3Aok048jOe7eQJU_sqsIDMdZme9dvJY

@slxdegrees
Copy link

how exactly do i go about using the new version?

@niko247
Copy link
Contributor

niko247 commented Apr 26, 2019

Remove previous extension and run the program and as before open : localhost:3005

@slxdegrees
Copy link

where do i extract the libs folder to?

@timbo-lino
Copy link

I am using fedora here

I did chmod +x linux_tind3r_run_me.sh

then I started it out of the file manager (open in konsole).

When I start it directly out of the terminal like you suggested I get

./linux_tind3r_run_me.sh: Line 2: ./libs/openjdk-12.0.1_linux-x64_bin/jdk-12.0.1/bin/java: Permission denied

Does it need "sudo" to run?

@timbo-lino
Copy link

Its working now.

I re-downloaded openjdk-12.0.1 and replaced your version with it. Now it works!

Thanks for the great work!

@niko247
Copy link
Contributor

niko247 commented May 1, 2019

If anyone still have problem with login it might be caused by Chrome caching of zip file with extension - so you download old version of chrome extension, to fix it F12->Network->disable cache (check on). After downloading right zip ("size" 44,0 KB (45 130 bytes) ) you can enable cache if you want.

@liamrosen
Copy link

Anyone else no longer able to log in with Facebook as of a couple days ago? Downloaded @niko247's latest version, but no luck.

@niko247
Copy link
Contributor

niko247 commented May 11, 2019

@liamrosen check if you can login by tinder.com and you are not banned

@liamrosen
Copy link

@liamrosen check if you can login by tinder.com and you are not banned

All seems fine, I can log in via Android app, tinder.com and directly on Facebook.

@niko247
Copy link
Contributor

niko247 commented May 11, 2019

@liamrosen ok so what is going on exactly? can you describe? you can also check console logs of chrome under F12 and also in extension page you have link "background.html" if you click it you will see logs of extension you can see if any errors

@liamrosen
Copy link

I'm getting a 401 on Tinder's API it looks like. Log from background.html:

background.bundle.js:1 GET https://api.gotinder.com/meta 401
(anonymous) @ background.bundle.js:1
e.exports @ background.bundle.js:1
e.exports @ background.bundle.js:1
Promise.then (async)
r.request @ background.bundle.js:1
r.<computed> @ background.bundle.js:1
(anonymous) @ background.bundle.js:1
get @ background.bundle.js:1
get @ background.bundle.js:1
(anonymous) @ background.bundle.js:1
background.bundle.js:1 request {type: "CONFIG", configObj: {…}}
background.bundle.js:1 set {baseURL: "https://api.gotinder.com/", timeout: 30000} {baseURL: "https://api.gotinder.com/", timeout: 30000}

Here's what it looks like from my end:
https://www.screencast.com/t/rNoU9n4c7OnB

@niko247
Copy link
Contributor

niko247 commented May 11, 2019

@liamrosen Im pretty sure you have old extension, please see my previous messages check if zip file of new extension (previous you had to remove) is with size ""size" 44,0 KB (45 130 bytes)" if not redownload it from localhost with "disable cache " option in chrome, i noticed sometimes chrome cache old zips

@liamrosen
Copy link

That seems to have worked, thanks!

@zib1
Copy link

zib1 commented May 18, 2019

hey @niko247 thank you for doing this!

I don't understand most of the stuff you wrote about but I followed your instructions and it is working :)

I have a question, what does this bat file do? Is it safe to run it? Does it make my computer open to outside world? lol

Also after I run the bat file I deleted "tind3r_2-0" folder. Even after it was deleted I was still able to use tind3r extension with localhost:3005 adress. How can I permanently remove the effects of this bat file from my computer if I ever wanted?

@niko247
Copy link
Contributor

niko247 commented May 18, 2019

@zib1 yes it is very safe it only use java command to run this library nothing else, it doesn't even need admin rights, and you are using antivirous so you are safe anyway. And it doesn't make your computer open to world. If you want to remove it you just delete the folder containing program. But you must to wait until chrome cache is invalidated. It will happen after some time or you can just clean cache in browser settings then it won't work anymore, and you can also remove extension from chrome

@zib1
Copy link

zib1 commented May 19, 2019

@niko247 wow thank you very much for detailed explanation.

@NewGitHubUser154
Copy link

I keep getting an error message that says "Login Error: There is an error in logging you into this application. Please try again later."
If I click the OK button the window goes blank.
I have tried disabling the cache as instructed but it still doesn't work and honestly I don't understand half of what is said on this page.

Can someone please give step by step instructions from start to finish of how we are supposed to do this?

@niko247
Copy link
Contributor

niko247 commented May 22, 2019

@NewGitHubUser154
check if you are not banned and you can login via "tinder.com"

@NewGitHubUser154
Copy link

NewGitHubUser154 commented May 22, 2019

I already did that. I can log in on my phone and through tinder.com

@niko247
Copy link
Contributor

niko247 commented May 22, 2019

@NewGitHubUser154
after clicking OK the facebook window is grey looks like frozen? then it means you have old extension zip loaded, you need to remove extension and download again from localhost with disabled cache as described before

@zuheren
Copy link

zuheren commented May 23, 2019

Hello. May be it is possible to make login with phone number? I havn"t FB account and use tinder web page and login with phone

@niko247
Copy link
Contributor

niko247 commented May 23, 2019

@zuheren No, it is not implemented to login via phone number, only FB

@jdcholewa
Copy link

What about having comunnicate "Tind3r - Referesh token FB" after logging with facebook?

@niko247
Copy link
Contributor

niko247 commented May 27, 2019

@jdcholewa I don't know what is your cause, for me it works well. Are you sure you are not banned? try to login on normal page : tinder.com. If this works then open extension page in chrome and click on Tind3r extension where is link "background.html" see if you have any logs with errors when you try to login

@jdcholewa
Copy link

It's interesting because of if i logging in to facebook from one place is working pretty well and from another is like this:
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID
background.bundle.js:1 Uncaught (in promise) Error: Network Error
at e.exports (background.bundle.js:1)
at XMLHttpRequest.d.onerror (background.bundle.js:1)
api.gotinder.com/meta:1 Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID

@niko247
Copy link
Contributor

niko247 commented May 27, 2019

@jdcholewa strange, are you behind proxy/vpn ? also i would check dns address and what network do you use if is private/secured. Anyway you could try on another computer and see if this happens .

@niko247
Copy link
Contributor

niko247 commented May 27, 2019

@jdcholewa you can also try to open in browser "https://api.gotinder.com/meta" and see if in address bar after clicking in lock button it is written "connection is secured"

@sagase
Copy link

sagase commented May 28, 2019

Hello, can you help me run this?

I downloaded the tinder 2.0 in mega, and ran the included bat.
But when I go to localhost:3005 nothing happens

Update : Nevermind it was just being extremely slow

@laurenlbo
Copy link

Does this constantly freeze for anyone else? It's fine and then the entire app is frozen for a minute or two.

@niko247
Copy link
Contributor

niko247 commented Jun 30, 2019

@2khz
Copy link

2khz commented Jul 1, 2019

@niko247
Hi Niko ! Thank you for your hard work.
I've tried all the old releases + this new one and I can't get them to work.
When trying to login with Facebook I get: Your Tinder session has expired. With phone number I get: Error, see console logs for more details.

Checking background.html I can see that connecting to https://api.gotinder.com/meta has a status of 401. Sometimes it will say: Failed to load resource: the server responded with a status of 401 ().

I am ableto to log into Tinder.com only with my phone, as it seems to bug out with Facebook. My phone app works perfectly (i.e I'm not banned). I also refreshed the facebook permission token by deleting it and allowing it again.

My installation process has been:

  1. Clearing Site Data
  2. Removing Old Extensions
  3. Running the included command for my system (HighSierra)
  4. Opening localhost:3005
  5. Opening Chrome devtools to disable cache (while devtools open).
  6. Getting the extension + loading through dev mode.

Then I run into issues when attempting to log in.

Any ideas?

@niko247
Copy link
Contributor

niko247 commented Jul 1, 2019

@2khz
I updated the link in this post: niko247/tind3r-ext#1 can you try with new version? 0.4.2 and let me know, btw can you please write issues in the new fork repo? where the link is

@laurenlbo
Copy link

Should I update if I don't need the phone login? Is there anything else in the update?

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