Akdeniz / google-play-crawler

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

Error in shouldDownload - TestGooglePlay.java #49

Open abent opened 10 years ago

abent commented 10 years ago

I got this error: Exception in thread "main" com.akdeniz.googleplaycrawler.GooglePlayException:

Forbidden

Forbidden

Error 403

at com.akdeniz.googleplaycrawler.GooglePlayAPI.executeHttpRequest(GooglePlayAPI.java:522)
at com.akdeniz.googleplaycrawler.GooglePlayAPI.executeGet(GooglePlayAPI.java:513)
at com.akdeniz.googleplaycrawler.GooglePlayAPI.executeDownload(GooglePlayAPI.java:356)
at com.akdeniz.googleplaycrawler.GooglePlayAPI.download(GooglePlayAPI.java:320)
at com.akdeniz.googleplaycrawler.TestGooglePlayCrawler.shouldDownload(TestGooglePlayCrawler.java:149)
at com.akdeniz.googleplaycrawler.TestGooglePlayCrawler.main(TestGooglePlayCrawler.java:163)

Can you help me with this ? Thank you!

atiqsayyed commented 10 years ago

Kindly check config file and add your google username and password to it.

abent commented 10 years ago

@atiqsayyed : But sometimes it was ok, sometimes it got that error? I don't know why?.

atiqsayyed commented 10 years ago

Even I had the same problem, if you try to hit google server multiple times it may block you. so try to use multiple username and password.