-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] - How many requests we can do per second? #30
Comments
Hi Lucas! Have you tried waiting for a little or do you know for certain that your cookie is permanently blocked? I've been using the same cookie the last couple of days without having to change it. My requests do occasionally get blocked but I just error handle them and try again in a few minutes, has worked for me without problems. |
@RohanAlexander and I are wondering if you would mind letting me know what it looks like when you 'get blocked' - we'd just like to confirm that this is the issue and nothing else. Does it look like this? Some background info, this seems to be a unique issue, all the other functions that I have tested out works (i.e user_posts &trends). I double check the issue by getting a new cookie & the code still does not run. I got a new cookie and it does not seem to be solving the problem. Thanks :) |
Hi, Sorry for the misunderstanding. In the meantime, we've merged the dev branch into the main. So, simply try to reinstall the package and let me know if that works. |
Hey, I reinstalled and still no luck. I'm using a Mac if should that make a difference? Thanks for your help on this! Much appreciated! |
Hello.
After november and with CAPTCHA implementation my cookie verifyFp gets blocked and I have to change it or create a new one accessing the browser directly.
Did you ever tried to find out how many user_posts requests (for example) you can do before being blocked? Are you manually getting new cookie each time you are blocked?
Thanks
The text was updated successfully, but these errors were encountered: