Skip to content
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

Doubt About Managing Multiple Accounts and Rate Limits #25

Open
AritzUMA opened this issue Oct 14, 2024 · 5 comments
Open

Doubt About Managing Multiple Accounts and Rate Limits #25

AritzUMA opened this issue Oct 14, 2024 · 5 comments

Comments

@AritzUMA
Copy link

Hello,

I am using around 40 accounts, and when I paginate and reach 790 tweets, I get a rate limit, and I can't see more tweets. Why does this happen? Is it not able to switch accounts and continue with the next one?

Thank you.

@KTachibanaM
Copy link
Contributor

KTachibanaM commented Oct 15, 2024

I tried myself and it seems account rotation works as expected (although I only have two accounts)

I made some updates and you can add an environment variable INSTANCE_ENABLE_DEBUG=1 to see debug logs (pull the latest docker image first). Among those logs there should be lines like [accounts] selected account: that shows you which account (ID) is selected for each request, and if account rotation works as expected, you should see different account IDs for different requests. There is also a JSON endpoint /.accounts that shows you how much quota is left for each account.

@AritzUMA
Copy link
Author

AritzUMA commented Oct 16, 2024

Hi @KTachibanaM , thanks for you dedication. I already pull the image but I only get in active two accounts. I going to test with some that I am sure that they work.
numero_de_cuentas

@AritzUMA
Copy link
Author

AritzUMA commented Dec 1, 2024

Is this fixed @KTachibanaM? It works for mi with two accounts but no with more than 2. I try to user the INSTANCE_ENABLE_DEBUG=1 but still the same problem. Thanksssss

@KTachibanaM
Copy link
Contributor

Is it actually using both accounts if you are using two accounts?

Without knowing how you are using the nitter instance, it is really hard to tell why the rate limit is happening. The best advice I can give you is to not have any concurrent queries/visits to the instance, and to reduce frequency of queries/visits.

@AritzUMA
Copy link
Author

AritzUMA commented Jan 2, 2025

Hi @KTachibanaM, Thansks for the reply. The accounts work perfectly, The rotation in the two accounts work perfectly, but when I try with 5 accounts or 10, in the .accounts page only appear two of them. If is only my problem don't worry, maybe I have something wrong. Thanks for all!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants