Akdeniz / google-play-crawler

Play with Google Play API :)
Other
562 stars 204 forks source link

service.checkin() problem #22

Closed hzzjucn closed 11 years ago

hzzjucn commented 11 years ago

Hi, Thank you for your api, it worked great. But recently, I have found an error when checkin, please check the message shown below. What is the reason? Thank you very much.

Exception in thread "main" com.akdeniz.googleplaycrawler.GooglePlayException:

Not Found

Not Found

Error 404

at com.akdeniz.googleplaycrawler.GooglePlayAPI.executeHttpRequest(GooglePlayAPI.java:489)
at com.akdeniz.googleplaycrawler.GooglePlayAPI.executePost(GooglePlayAPI.java:449)
at com.akdeniz.googleplaycrawler.GooglePlayAPI.executePost(GooglePlayAPI.java:429)
at com.akdeniz.googleplaycrawler.GooglePlayAPI.loginAC2DM(GooglePlayAPI.java:163)
at com.akdeniz.googleplaycrawler.GooglePlayAPI.checkin(GooglePlayAPI.java:148)
at com.akdeniz.googleplaycrawler.test.TestGooglePlay.main(TestGooglePlay.java:38)
CoCumis commented 11 years ago

Unfortunately I have the same problem. Doesn't google change checkin url?

Fuzion24 commented 11 years ago

It's unlikely/impossible that the checkin endpoint would change as this would require upgrading system level framework for all google play devices. On most devices, this is only possible via a carrier/manufacturer OTA update...

qwertydzen commented 11 years ago

I have the same problem with not found

Akdeniz commented 11 years ago

Last commit should solve this problem.

hzzjucn commented 11 years ago

Thanks for your help! It's OK now.

achyut007 commented 7 years ago

Hi, I am getting issue while trying to sign in into google account. I have automated script to download the apk files from Google Play store. The script was running fine till last week. But, recently getting following error related to akdeniz.googleplaycrawler library:

Exception in thread "main" com.akdeniz.googleplaycrawler.GooglePlayException: Error=BadAuthentication at com.akdeniz.googleplaycrawler.GooglePlayAPI.executeHttpRequest(GooglePlayAPI.java:522) at com.akdeniz.googleplaycrawler.GooglePlayAPI.executePost(GooglePlayAPI.java:482) at com.akdeniz.googleplaycrawler.GooglePlayAPI.executePost(GooglePlayAPI.java:462)

and so on... Currently, I am using googleplaycrawler-0.3.jar to download apk files from play store. How can I resolve it? Can you please help me in this issue?

Thank you, Achyut