android-checkin icon indicating copy to clipboard operation
android-checkin copied to clipboard

Error=BadAuthentication

Open stefanjauker opened this issue 8 years ago • 5 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?

stefanjauker avatar May 29 '17 17:05 stefanjauker

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

iliis avatar Jun 13 '17 22:06 iliis

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

kkhanmohammadi avatar Dec 14 '17 06:12 kkhanmohammadi

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

kkhanmohammadi avatar Dec 14 '17 15:12 kkhanmohammadi

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

iliis avatar Dec 14 '17 15:12 iliis

Thansks @iliis ! I will try that.

kkhanmohammadi avatar Dec 14 '17 15:12 kkhanmohammadi