nviennot / android-checkin

Pretends to be a phone to get a legit android_id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error=BadAuthentication

stefanjauker opened this issue · comments

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?

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

commented

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

commented

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

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 ;)

commented

Thansks @iliis ! I will try that.