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

HTTP Error 429 #17

Closed
Hilal-Urun opened this issue Apr 20, 2022 · 6 comments
Closed

HTTP Error 429 #17

Hilal-Urun opened this issue Apr 20, 2022 · 6 comments

Comments

@Hilal-Urun
Copy link

Hi, I'm trying to do threading but when I send request for 20 papers I'm getting Too Many Requests Error. I'm not using the free version of api. Is there any solution for that?
Thank you 🙏

@avarone-github
Copy link
Collaborator

Hello @Hilal-Urun, I think you hit a service rate limit. A possible solution is reducing the number of concurrent threads, is it feasible?

@Hilal-Urun
Copy link
Author

Okey, I'm going to try it, thank you so much

@zlatev
Copy link
Contributor

zlatev commented Apr 26, 2022

Hello @Hilal-Urun,

Have you got any news after your next attempts?

Meanwhile, we had tried to replicate your problem, but without success. We had tested calling full_analysis method with 20 and more threads, with different input texts and didn't receive error 429.

If you still experience this problem, please give us more details, e.g.: specific method you are calling, text examples or an actual code example of yours.

Thank you.

@Hilal-Urun
Copy link
Author

hey thanks you! I fixed the problem but after that new problem is raised that for example I tried fetching 5 articles but with threading I've not got any error but it skips some articles for example it fetches 3 articles not all of them

@zlatev
Copy link
Contributor

zlatev commented May 4, 2022

Hello @Hilal-Urun,

How have you fixed the original problem?

Regarding your new problem, could you give us more details? Could you please provide us with your code, so that we can use it to replicate the issue at our side? Also, details like size of texts, types of analysis, etc. will be very useful for us to understand what exactly is the problem.

@avarone-github
Copy link
Collaborator

Hi @Hilal-Urun, I'm closing this issue due to lack of feedback.

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

No branches or pull requests

3 participants