Open Neologist opened 9 years ago
That bit about the [code, error]
indicates a bigger problem likely on the Tinder side. Unfortunately, the lib isn't properly parsing the Tinder error because it doesn't fit with the standard error classes (note they usually look like [status, error]
).
Can you try logging out and back in via your Android/iOS app? I'm wondering whether you were banned.
Same error here.. It happens randomly but after few tries you can login successfully... @crockpotveggies Is it better to run the app with sbt run
or using the compiled OSX .app?
@crockpotveggies Logging out and back in again works like a charm.
@Telemakhos What exactly do you mean with "after few tries". Do you restart the whole application several times or do you press the "Authorize" button several times?
@Neologist both, I restart the server several times and then try to login... I don't know how, but after 5-10 attempts it will let you log in. In the console the error is exactly the same you posted...
I'll have a chance to look at this deeper tonight, I have two primary theories as to the cause:
1) Tinder API is finicky when logging in certain users. This previously happened to me occasionally and goes away. 2) Something is happening client-side when the access token is pasted, since it is designed to extract and use the token to retrieve a Facebook ID. I'll have to trace the request if this is the case.
@Neologist the .app is actually not a compiled app, but it is an AppleScript launcher so you can put it in the dock if you want to :)
@crockpotveggies FWIW, pasting the token URL, instead of pasting in just the token text, seemed to work better for me. (It properly grabbed the ID, etc.) That said, it could have been random timing.
I'll end up with this error, when I press the "Authorize" button:
Any ideas? I tried it on Debian 6 and Mac OS X (javac 1.7 and 1.8)