nviennot / android-checkin

Pretends to be a phone to get a legit android_id
134 stars 36 forks source link

Error=BadAuthentication #13

Open stefanjauker opened 7 years ago

stefanjauker commented 7 years ago

Hi,

I often get a BadAuthentication error message. When i execute the command in a loop it shows 3 of 10 times the following error:

java -cp 'android-checkin-1.0.jar:lib/*' com.android.checkin.Main $MAIL $PASSWORD
Fetching auth (google service)...
Error=BadAuthentication
java.io.IOException: Can't find Auth // HTTP/1.1 403 Forbidden
    at com.android.checkin.Checkin.postFormFetchValue(Checkin.java:108)
    at com.android.checkin.Checkin.fetchAuthGsf(Checkin.java:77)
    at com.android.checkin.Checkin.checkin(Checkin.java:54)
    at com.android.checkin.Main.main(Main.java:17)

any idea?

iliis commented 7 years ago

Same here. I always get a 403 error. And yes, the credentials are valid ;)

kkhanmohammadi commented 6 years ago

Hi, Did you guys find the solution? I have the same issue.

kkhanmohammadi commented 6 years ago

I got the same error, did you guys found a solution?

iliis commented 6 years ago

No, at least not a direct one. I'm now using MicroG (http://microg.org/) with Yalp Store (https://github.com/yeriomin/YalpStore), so I don't need a Google account at all anymore ;)

kkhanmohammadi commented 6 years ago

Thansks @iliis ! I will try that.