You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have an issue on crawling apps. After some tests, Google says "Please reduce your request rate" and return 429 status code. How should I do? Could you please guide me to solve my problem?
Exception in thread "main" com.akdeniz.googleplaycrawler.GooglePlayException:
429 Too Many Requests
Please reduce your request rate.
at com.akdeniz.googleplaycrawler.GooglePlayAPI.executeHttpRequest(GooglePlayAPI.java:526)
at com.akdeniz.googleplaycrawler.GooglePlayAPI.executeGet(GooglePlayAPI.java:515)
at com.akdeniz.googleplaycrawler.GooglePlayAPI.executeGETRequest(GooglePlayAPI.java:419)
at com.akdeniz.googleplaycrawler.GooglePlayAPI.list(GooglePlayAPI.java:303)
at hossein.GooglePlayCrawler.main(GooglePlayCrawler.java:21)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
Hello,
I have an issue on crawling apps. After some tests, Google says "Please reduce your request rate" and return 429 status code. How should I do? Could you please guide me to solve my problem?
Exception in thread "main" com.akdeniz.googleplaycrawler.GooglePlayException:
429 Too Many Requests
Please reduce your request rate.
The snippet I used is:
The text was updated successfully, but these errors were encountered: