ResearchHub / issues

File an issue or request a feature
0 stars 0 forks source link

Captcha causes intermittent failures #66

Open yattias opened 4 days ago

yattias commented 4 days ago

Most apparent when users use the search functionality since it fires many requests and increases the likelihood of hitting a captcha alert. The captcha is not properly handled on the web app which causes a general page failure.

There is a function called allow_request within throttles.py which is capable of denying requests if they come in too frequently.