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

Rate limit exceeded? #62

Open
cwbeck opened this issue Apr 25, 2014 · 1 comment
Open

Rate limit exceeded? #62

cwbeck opened this issue Apr 25, 2014 · 1 comment

Comments

@cwbeck
Copy link

cwbeck commented Apr 25, 2014

root@ams2-web-1:# cat /tmp/browscap.ini
Rate limit exceeded. Please try again later.
root@ams2-web-1:
#

Any idea why this is happening?

@The-spiki
Copy link

Browscap.php is trying to update browscap.ini occasionally querying www.browscap.org for new version etc
The browscap.org website has "rate limiting" (written on the site)

If it happens that they have blocked (your/)server IP, when browscap.php tries to download new version it gets the message "Rate limit exceeded. Please try again later." instead of the real deal.
That is reason why you have that error message instead of the "real content" into the browscap.ini file.

JanisE added a commit to JanisE/phpbrowscap that referenced this issue Aug 13, 2014
…check before downloading file:

- whether we will need the content at all;
- whether we will be able to write the downloaded content.
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