Replies: 3 comments 12 replies
-
안녕하세요. 지금 기능은 다시 체크해보았는데, 문제 없이 작동하는 것을 확인했습니다. |
Beta Was this translation helpful? Give feedback.
-
Dear @dsdanielpark , I have no problem with the code, that's why I am tagging onto this discussion and not creating an issue, and the comment you made about "rate limiting is stuck, or it may be a temporary account limit." seems very relevant to my case. To give some context: This question works fine, but as there are 21 sub-regions (this was part of the test), the program fails randomly after 15 iterations, rarely making it to the end. I am on Windows, and I run this code on a Chrome browser in a CoLab environment while the cookie is obtained from a private window in the FireFox browser (to make refreshing the cookies easier). Again, the API is working well, and I get answers in the "correct" format, but on the tab in the FireFox browser, it often reads that the system has detected an unusual amount of traffic, and Google is asking to verify that I am not a bot. What kind of strategies are available to avoid being blocked in the loop, the cookie stays "fresh", and relaunching the loop sometimes runs again up to 15 requests, but when done too quickly after being blocked, the code will not work, so I am suspecting a "temporary account limit". |
Beta Was this translation helpful? Give feedback.
-
Dear GvdDool, It is highly likely that there are restrictions imposed on the account and IP. While sending "sub-region" and "country name" as a dictionary can indeed be a relatively quick task, I am doubtful whether this alone can successfully bypass the restrictions. Unless using a proxy, merely specifying these in the request might not be sufficient to circumvent the limitations. If you happen to test and find that it works, please let me know, and I will add it accordingly. |
Beta Was this translation helpful? Give feedback.
-
잘쓰고 있었는데 어느 순간부터 아래와 같은 에러가 발생합니다.
쿠키값을 다시 가져와 세팅해도 여전히 작동하지 않네요.
확인 좀 해주실 수 있으신가요?
감사합니다.
SNlM0e value not found. Double-check __Secure-1PSID value or pass it as token='xxxxx'.
Beta Was this translation helpful? Give feedback.
All reactions